packagist doctrine/annotations 1.10.0

latest releases: 2.0.x-dev, 1.14.x-dev, dev-1.14.x-merge-up-into-2.0.x_Ye8nxEyR...
4 years ago

Release 1.10.0

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.

1.10.0

  • Total issues resolved: 4
  • Total pull requests resolved: 7
  • Total contributors: 10

bug

Documentation

Improvement

Don't miss a new annotations release

NewReleases is sending notifications on new releases.