Releases: nette/robot-loader
Releases · nette/robot-loader
Released version 3.0.4
Released version 3.0.3
- throws exception when is unable to create temp directory
For the details you can have a look at the diff.
Released version 2.4.4
- throws exception when is unable to create temp directory
For the details you can have a look at the diff.
Released version 3.0.2
Released version 3.0.1
- coding style: fixes, lowercase true/false/null
- default $acceptFiles & $ignoreDirs changed to arrays (BC break!)
For the details you can have a look at the diff.
Released version 2.4.3
- supports PHP up to 7.2
- coding style: fixes, lowercase true/false/null
For the details you can have a look at the diff.
Released version 3.0.0
- compatible with PHP 5.6
- removed setCacheStorage() and dependency on nette/caching (BC break)
- RobotLoader is case sensitive (BC break)
- $autoRebuild is private (BC break)
- getKey() renamed to getCacheKey() (BC break)
- added RobotLoader::excludeDirectory() (#9)
Released version 2.4.2
- added
setTempDirectory()
, should be used instead ofsetCacheStorage()
- presence of cacheStorage is checked only in
register()
, not inrebuild()
For the details you can have a look at the diff.
Released version 2.4.1
- added
setAutoRefresh()
- $refreshed is set in
rebuildCallback()
For the details you can have a look at the diff.
Released version 2.4.0
- requires PHP 5.6
- uses Nette\SmartObject
For the details you can have a look at the diff.