1
1
Changelog
2
2
=========
3
3
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
+ ---------
8
6
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.
11
10
12
11
1.4.0
13
12
-----
14
13
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.
17
16
18
17
1.4.0-RC1
19
18
---------
20
19
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.
29
28
30
29
1.3.0
31
30
-----
@@ -35,8 +34,8 @@ Release 1.3.0
35
34
1.3.0-RC1
36
35
---------
37
36
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
40
39
41
40
1.2.0
42
41
-----
@@ -46,9 +45,9 @@ Release 1.2.0
46
45
1.2.0-RC1
47
46
---------
48
47
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.
52
51
53
52
1.1.0
54
53
-----
@@ -58,17 +57,17 @@ Release 1.1.0
58
57
1.1.0-RC1
59
58
---------
60
59
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
67
66
68
67
1.1.0-alpha1
69
68
------------
70
69
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