Skip to content

Releases: nette/robot-loader

Released version 3.2.4

06 Nov 00:08
@dg dg
Compare
Choose a tag to compare

compatibility with PHP 8.0

Released version 3.1.2

06 Nov 00:04
@dg dg
Compare
Choose a tag to compare
  • compatibility with PHP 8.0

For the details you can have a look at the diff.

Released version 3.3.1

15 Sep 15:15
@dg dg
Compare
Choose a tag to compare
  • compatibility with PHP 8.0
  • getRealPath() can return false (in PHAR)

For the details you can have a look at the diff.

Released version 3.3.0

28 Jul 13:38
@dg dg
Compare
Choose a tag to compare
  • Loads and builds cache on demand

For the details you can have a look at the diff.

Released version 3.2.3

06 Mar 15:51
@dg dg
Compare
Choose a tag to compare
  • fixed renaming on windows, when it is read at the same time #11
  • added acquireLock() and better exception messages
  • ensures that $this->classes & $this->missing are not null

For the details you can have a look at the diff.

Released version 3.2.2

20 Feb 22:19
@dg dg
Compare
Choose a tag to compare
  • saveCache() is atomic, fixed problem on Windows #11

For the details you can have a look at the diff.

Released version 3.2.1

27 Dec 03:35
@dg dg
Compare
Choose a tag to compare
  • $this is not available in loaded file
  • RobotLoader: Fixed the empty variadic array in addDirectory() #17
  • PhpStan fixes (#16)
  • removed support for comment //netteloader

For the details you can have a look at the diff.

Released version 3.2.0

08 Mar 22:01
@dg dg
Compare
Choose a tag to compare
  • requires PHP 7.1
  • uses PHP 7.1 features & declare(strict_types=1)
  • deprecated support for addDirectory($array) and excludeDirectory($array) (BC break)
  • triggers warnings when $ignoreDirs or $acceptFiles is not array (BC break)

Released version 3.1.1

01 Mar 20:27
@dg dg
Compare
Choose a tag to compare
  • added refresh()
  • readme: added info about non-autoloading usage

For the details you can have a look at the diff.

Released version 3.1.0

29 Aug 19:14
@dg dg
Compare
Choose a tag to compare

By default, RobotLoader reports errors in PHP files by throwing exception ParseError (since PHP 7.0). It can be disabled via $loader->reportParseErrors(false).

For the details you can have a look at the diff.