Releases: theseer/Autoload
Releases · theseer/Autoload
1.19.2
- Remove debugging artefact
1.19.1
- Fix regression since 1.15.0: paranoid and trusting mode handling was switched
1.19.0
- Fix filenames via CLI to actually work [Remi]
- Changed default basedir to be based on the output file rather than the directory to be scanned [Remi]
1.18.0
- Allow filenames as source instead of only allowing directories (this also fixes composer classmap issues)
1.17.0
- Added support for parameter 'prepend' of spl_autoload_register to allow for prepending without changing templates
- Added support for parameter 'exception' of spl_autoload_register to optionally disable exceptions on errors