Skip to content

Releases: TYPO3/class-alias-loader

Release 2.0.1

21 Apr 07:40
v2.0.1

Choose a tag to compare

Bugfixes

This fixes critical bug related to the refactoring. Users are advised to pin to version 2.0.1 in version requirements.

Release 2.0.0

21 Apr 07:38
v2.0.0
0c7eb47

Choose a tag to compare

Features

This release is a code cleanup maintenance release. The only rather internal feature is increased performance
when using opcache, by generating and using static alias maps

Breaking changes

The possibility to allow case insensitive class loading has been removed without substitution.
This feature required optimized class loading to be turned on and rewrote the class map that
composer generated. Up to date packages, that rely on PSR autoloading require case sensitive
class names anyway.

PHP support for very old PHP versions are dropped.

Older versions of alias loader

v1.2.2 was released prior to
2.0 which received some minor bugfixes. If you need support for older PHP versions or
case insensitive class loading this version is for you and will continue to work.

Release 1.2.0

17 Oct 15:07
cf2aeba

Choose a tag to compare

Drop compatibility with older PHP versions and make compatible with PHP 8.4