Skip to content

1.10.0

Closed Apr 2, 2020 100% complete

This release was necessary to fix an issue with the previous 1.9.0 release due to our automated release process. The original release notes follow below.

This release brings an important change to autoloading annotations in the registry. In annotations 2.0, all annotations will be autoloaded, removing the need to call AnnotationRegistry::registerLoader or…

This release was necessary to fix an issue with the previous 1.9.0 release due to our automated release process. The original release notes follow below.

This release brings an important change to autoloading annotations in the registry. In annotations 2.0, all annotations will be autoloaded, removing the need to call AnnotationRegistry::registerLoader or other methods. To allow you to get rid of calls to deprecated methods, the registry will automatically fall back to using class_exists as loader, which triggers PHP's autoload mechanism. Please note that if you register a custom loader, namespace, or file, this fallback mechanism is disabled and no autoloading will be performed. This release also fixes issue related to ignored annotations. Please see the changelog for more details.

This milestone is closed.

No open issues remain. View closed issues or see open milestones in this repository.