Releases: nette/robot-loader
Releases · nette/robot-loader
Released version 3.2.4
compatibility with PHP 8.0
Released version 3.1.2
- compatibility with PHP 8.0
For the details you can have a look at the diff.
Released version 3.3.1
- 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
- Loads and builds cache on demand
For the details you can have a look at the diff.
Released version 3.2.3
Released version 3.2.2
Released version 3.2.1
Released version 3.2.0
- 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
- 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
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.