Changelog History
Page 1
-
v4.0.1 Changes
April 13, 2020๐ This is the first patch release in the 4.0.x series.
๐ This release fixes the following regressions:
- โก๏ธ Updated funding information (a1264c8)
-
v4.0.0 Changes
January 01, 2020๐ 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
.
-
v3.2.1 Changes
April 12, 2020๐ This is the first patch release in the 3.2.x series.
๐ This release fixes the following regressions:
- โก๏ธ Updated funding information (297db07)
-
v3.2.0 Changes
December 10, 2017๐ This is the first release in the 3.2.x series.
๐ This release contains the following improvements:
- ๐ More robust strict declare parsing (#61)
-
v3.1.0 Changes
December 02, 2016 -
v3.0.0 Changes
November 09, 2015๐ This is the first release in the 3.0.x series.
๐ This release adds support enabling strict types, and skipping files with strict types enabled if we don't want the compiled file to have strict types enabled. It also includes allowing usage with either PHP Parser 1.x or 2.x, rather than just 1.x, previously. Finally, the addition of a Factory class can help you get started even quicker if you're not using the Console package provided.
-
v2.0.0 Changes
June 28, 2015๐ This is the first release in the 2.0.x series.
๐ This release contains internal refactoring and the abstraction of the console command to a separate package. We also have fewer dependencies so this package should be installable in even more places without conflict. Also note that we now only support php 5.5.9+.
-
v1.4.0 Changes
May 28, 2015๐ This is the first release in the 1.4.x series.
๐ This release fixes the following regressions:
๐ This release contains the following improvements:
- Various minor changes
-
v1.3.0 Changes
April 18, 2015 -
v1.2.0 Changes
January 26, 2015๐ This is the first release in the 1.2.x series.
๐ This release fixes the following regressions:
- ๐ Fixed The Console Command On Windows (#36)
- ๐ Fixed Multiple Class Declarations (#39)
- ๐ Fixed The Readme Instructions (76dc446)
- ๐ Fixed Issues With ClassLoader Extension (a6b67d6)
- โ Added Missing Version Info To The Application (f0bfbf7)
๐ This release contains the following improvements:
- โ Added Support For Skipping Classes With DIR Or FILE (#42)
- ๐ Improved Docblocks (#32, f69e254)