Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Releases: symfony-cmf/routing-auto

2.2.0

28 Oct 15:02
@dbu dbu
2.2.0
f5a1e90
Compare
Choose a tag to compare
  • Switch to jms/metadata 2.1, drop 1.x
  • Drop support for PHP 7.1

2.1.2

27 Oct 15:21
@dbu dbu
2.1.2
0f51384
Compare
Choose a tag to compare
  • Revert allowing jms/metadata 2.x

2.1.1 (broken)

22 Oct 06:33
@dbu dbu
0c4e67e
Compare
Choose a tag to compare

allow jms/metadata version 2.x (broken because we extend jms classes that had BC breaks)

2.1.0

22 Jun 13:34
@dbu dbu
2.1.0
5187622
Compare
Choose a tag to compare
  • Symfony 4 support
  • Removed PHP 5.6 and 7.0 support, removed support for Symfony 3.0 - 3.2

2.1.0-RC1

13 Jun 04:45
2.1.0-RC1
Compare
Choose a tag to compare
2.1.0-RC1 Pre-release
Pre-release
Release Candidate for version 2.1

2.0.0

20 Aug 13:37
Compare
Choose a tag to compare
stable release

2.0.0-RC5

16 Aug 07:44
@dbu dbu
Compare
Choose a tag to compare
  • Allow ^1.5 of JMS serializer again
  • Made protected things private to prevent uncontrolled class extension
  • Update backlink from content to route for usage in the same request the route has been created

2.0.0-RC4

09 Aug 17:55
Compare
Choose a tag to compare
Revert jms/metadata version change

2.0.0-RC3

03 Aug 17:59
Compare
Choose a tag to compare
Third RC

2.0.0-RC2

18 Jun 14:53
@dbu dbu
Compare
Choose a tag to compare
2.0.0-RC2 Pre-release
Pre-release
  • Handle conflicts between routes that are all created at the same time #91
    [BC Break] Added the AdapterInterface::compareAutoRouteLocale method.