ClassPreloader v4.0.1 Release Notes

Release Date: 2020-04-13 // almost 4 years ago
  • ๐Ÿš€ This is the first patch release in the 4.0.x series.

    ๐Ÿš€ This release fixes the following regressions:
    • โšก๏ธ Updated funding information (a1264c8)

    4.0.0...4.0.1


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 and ClassPreloader classes are now merged into one class called CodeGenerator. Management of the output file has been extracted to a new class called OutputWriter. Note also that our exception namespace has changed from ClassPreloader\Exceptions to ClassPreloader\Exception.


    3.2.0...4.0.0