ClassPreloader v4.0.1 Release Notes
Release Date: 2020-04-13 // over 3 years ago-
🚀 This is the first patch release in the 4.0.x series.
🚀 This release fixes the following regressions:
- ⚡️ Updated funding information (a1264c8)
Previous changes from v4.0.0
-
🚀 This is the first release in the 4.0.x series.
🚀 We've dropped support for PHP 5 and older PHP Parser versions. It's still possible to parse PHP 5 code, but not to run Class Preloader on PHP 5. This is the first release of Class Preloader to support the all the new syntax in PHP 7.3 and 7.4.
🔀 We've also renamed some of our classes, and marked some of our code as internal. What used to be the
Factory
andClassPreloader
classes are now merged into one class calledCodeGenerator
. Management of the output file has been extracted to a new class calledOutputWriter
. Note also that our exception namespace has changed fromClassPreloader\Exceptions
toClassPreloader\Exception
.