Releases: theseer/Autoload
Releases · theseer/Autoload
Release 1.25.1
- Merge PR #81: Fix PHP 7.3 warnings [Remi]
Release 1.25.0
- Add support for generating static files to use for opcache warming (-w, optionally with --reset)
Release 1.24.1
- Merge PR #78: Restore PHP 5.3 compatibility [Remi]
Release 1.24.0
- #77: Change duplicate detection to collect all rather than exit on first
1.23.0
- Add support for parsing code containing anonymous classes (PHP 7)
- Some internal code cleanup
1.22.0
- Merge PR #73: no cs/ci dir for statis tpl [Remi]
- Merge PR #74: auto add suffix to (short) template name [Remi]
1.21.0
- Added --hash option to explicitly choose hash algorithm for phar generation (defaults to best available)
1.20.3
- Merge PR #68: return parent dir when 2 dirs have a common prefix [Remi]
- Merge PR #67: don't use 'vendor' in test suite [Remi]
- Some internal code cleanup
1.20.2
- Merge PR #66: fix PathComparator when 0 in path [Remi]
1.20.1
- Fix issue #65: Trait sorted after using class when --static is used
- Fix issue #63: Workdirectory included as subdirectory in phar archive (Regression as of 1.19.0)