Skip to content

Releases: webfactory/BGObjectRoutingBundle

Enables Symonfy 8.x 🚀

15 Dec 09:01
9e885a9

Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.2.0

Switch from XML to PHP-based service configuration

25 Nov 18:11
0325f73

Choose a tag to compare

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

  • Switch from XML to PHP-based service configuration by @mpdude in #12

Full Changelog: 3.0.1...3.1.0

Adds compatibility with webfactory/object-routing ^2.0 (#11)

04 Apr 22:03
3205305

Choose a tag to compare

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

04 Apr 21:48
3edb6c7

Choose a tag to compare

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 AnnotationDriver support by @mpdude in #10

Full Changelog: 2.10.0...3.0.0

Support configuration with PHP 8 attributes through `AttributeDriver` (#8)

04 Apr 21:39
c7ad638

Choose a tag to compare

2.10.0

Support configuration with PHP 8 attributes through `AttributeDriver`…

Erlaube Symfony 7-Komponenten (Case 168718)

29 Feb 10:38
b2c7f2e

Choose a tag to compare

2.9.0

Erlaube Symfony 7-Komponenten (Case 168718) (#7)

Allow symfony 6 packages (#6)

14 Jun 08:12
7ee74ba

Choose a tag to compare

* Allow symfony 6 packages

* Ergänze notwendige Attribute in Service-Definition

Fix Symfony deprecation notices by adding return type hints (#5)

05 May 21:28
c9722f0

Choose a tag to compare

2.5.1

Fix Symfony deprecation notices, add return type hints (#5)

Allow usage with PHP 8.0/PHP 8.1 (#4)

05 May 10:12
33f850d

Choose a tag to compare

2.5.0

Allow usage with PHP 8.0/PHP 8.1 (#4)

Compatibility with `webfactory/object-routing` 1.5.0 (#3)

25 Apr 11:18
ec2aeb9

Choose a tag to compare

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.