Releases: webfactory/BGObjectRoutingBundle
Enables Symonfy 8.x 🚀
Switch from XML to PHP-based service configuration
This comes in preparation for Symfony 8, which will remove XML-based configuration.
Minor version increment, since we're no longer supporting Symfony versions that are at the end of active development.
What's Changed
Full Changelog: 3.0.1...3.1.0
Adds compatibility with webfactory/object-routing ^2.0 (#11)
Declare compatibility with webfactory/object-routing ^2.0 (#11) webfactory/object-routing 2.0.0 drops annotations support. This has been prepared by #10, so we're already compatible with that new version.
Removes deprecated service aliases, drops `AnnotationDriver` support
This release should bring full Symfony 7 compatibility by getting rid of the annotation_reader service dependency.
What's Changed
- [BC break] Remove deprecated services, use autowiring by @mpdude in #9
- [BC break] Remove
AnnotationDriversupport by @mpdude in #10
Full Changelog: 2.10.0...3.0.0
Support configuration with PHP 8 attributes through `AttributeDriver` (#8)
2.10.0 Support configuration with PHP 8 attributes through `AttributeDriver`…
Erlaube Symfony 7-Komponenten (Case 168718)
2.9.0 Erlaube Symfony 7-Komponenten (Case 168718) (#7)
Allow symfony 6 packages (#6)
* Allow symfony 6 packages * Ergänze notwendige Attribute in Service-Definition
Fix Symfony deprecation notices by adding return type hints (#5)
2.5.1 Fix Symfony deprecation notices, add return type hints (#5)
Allow usage with PHP 8.0/PHP 8.1 (#4)
2.5.0 Allow usage with PHP 8.0/PHP 8.1 (#4)
Compatibility with `webfactory/object-routing` 1.5.0 (#3)
This release ensures compatibility with versions ^1.5 of webfactory/object-routing.
Some of the service definitions have been removed, some have been deprecated.
If you have been using the bg_object_routing.object_router service to access the Object Router, use the JMS\ObjectRouting\ObjectRouter service instead (or use autowiring for this class).
When you re-defined the bg_object_routing.adapter service to make the Object Router work with another Router instance than the Symfony default router, overwrite the JMS\ObjectRouting\RouterInterface service definition instead.