11Changelog
22=========
33
4- 2 (unreleased)
5- --------------
6-
7- * ** 2016-11-30** : Changed file structure to have all php code in src/
4+ 2.0.0-RC1
5+ ---------
86
9- * ** 2016-05-11** : Added a ConditionalEnhancer that accepts pairs of request matcher
10- and enhancer to be called if the request matcher matches the request.
7+ * ** 2016-11-30** : Changed file structure to have all php code in src/
8+ * ** 2016-05-11** : Added a ConditionalEnhancer that accepts pairs of request matcher
9+ and enhancer to be called if the request matcher matches the request.
1110
12111.4.0
1312-----
1413
15- * ** 2016-02-27** : Added ContentRepositoryEnhancer that can look up a content by
16- ID from a content repository.
14+ * ** 2016-02-27** : Added ContentRepositoryEnhancer that can look up a content by
15+ ID from a content repository.
1716
18171.4.0-RC1
1918---------
2019
21- * ** 2016-01-09** : When ChainRouter::match is used with a RequestMatcher, the
22- Request is now properly rebuilt from the RequestContext if that was set on
23- the ChainRouter, and http://localhost is used otherwise to avoid issues with
24- paths starting with a double forward slash.
25- * ** 2014-09-29** : ChainRouter does not require a RouterInterface, as a
26- RequestMatcher and UrlGenerator is fine too. Fixed chain router interface to
27- not force a RouterInterface.
28- * ** 2014-09-29** : Deprecated DynamicRouter::match in favor of matchRequest.
20+ * ** 2016-01-09** : When ChainRouter::match is used with a RequestMatcher, the
21+ Request is now properly rebuilt from the RequestContext if that was set on
22+ the ChainRouter, and http://localhost is used otherwise to avoid issues with
23+ paths starting with a double forward slash.
24+ * ** 2014-09-29** : ChainRouter does not require a RouterInterface, as a
25+ RequestMatcher and UrlGenerator is fine too. Fixed chain router interface to
26+ not force a RouterInterface.
27+ * ** 2014-09-29** : Deprecated DynamicRouter::match in favor of matchRequest.
2928
30291.3.0
3130-----
@@ -35,8 +34,8 @@ Release 1.3.0
35341.3.0-RC1
3635---------
3736
38- * ** 2014-08-20** : Added an interface for the ChainRouter
39- * ** 2014-06-06** : Updated to PSR-4 autoloading
37+ * ** 2014-08-20** : Added an interface for the ChainRouter
38+ * ** 2014-06-06** : Updated to PSR-4 autoloading
4039
41401.2.0
4241-----
@@ -46,9 +45,9 @@ Release 1.2.0
46451.2.0-RC1
4746---------
4847
49- * ** 2013-12-23** : add support for ChainRouter::getRouteCollection()
50- * ** 2013-01-07** : Removed the deprecated $parameters argument in
51- RouteProviderInterface::getRouteByName and getRoutesByNames.
48+ * ** 2013-12-23** : add support for ChainRouter::getRouteCollection()
49+ * ** 2013-01-07** : Removed the deprecated $parameters argument in
50+ RouteProviderInterface::getRouteByName and getRoutesByNames.
5251
53521.1.0
5453-----
@@ -58,17 +57,17 @@ Release 1.1.0
58571.1.0-RC1
5958---------
6059
61- * ** 2013-07-31** : DynamicRouter now accepts an EventDispatcher to trigger a
62- RouteMatchEvent right before the matching starts
63- * ** 2013-07-29** : Renamed RouteAwareInterface to RouteReferrersReadInterface
64- for naming consistency and added RouteReferrersInterface for write access.
65- * ** 2013-07-13** : NestedMatcher now expects a FinalMatcherInterface as second
66- argument of the constructor
60+ * ** 2013-07-31** : DynamicRouter now accepts an EventDispatcher to trigger a
61+ RouteMatchEvent right before the matching starts
62+ * ** 2013-07-29** : Renamed RouteAwareInterface to RouteReferrersReadInterface
63+ for naming consistency and added RouteReferrersInterface for write access.
64+ * ** 2013-07-13** : NestedMatcher now expects a FinalMatcherInterface as second
65+ argument of the constructor
6766
68671.1.0-alpha1
6968------------
7069
71- * ** 2013-04-30** : Dropped Symfony 2.1 support and got rid of
72- ConfigurableUrlMatcher class
73- * ** 2013-04-05** : [ ContentAwareGenerator] Fix locale handling to always respect
74- locale but never have unnecessary ?locale=
70+ * ** 2013-04-30** : Dropped Symfony 2.1 support and got rid of
71+ ConfigurableUrlMatcher class
72+ * ** 2013-04-05** : [ ContentAwareGenerator] Fix locale handling to always respect
73+ locale but never have unnecessary ?locale=
0 commit comments