ClassPreloader v4.0.0 Release Notes
Release Date: 2020-01-01 // almost 5 years ago-
๐ 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
.