Chris@0
|
1 Changelog
|
Chris@0
|
2 =========
|
Chris@0
|
3
|
Chris@0
|
4 1.4.0
|
Chris@0
|
5 -----
|
Chris@0
|
6
|
Chris@0
|
7 * **2016-02-27**: Added ContentRepositoryEnhancer that can look up a content by
|
Chris@0
|
8 ID from a content repository.
|
Chris@0
|
9
|
Chris@0
|
10 1.4.0-RC1
|
Chris@0
|
11 ---------
|
Chris@0
|
12
|
Chris@0
|
13 * **2016-01-09**: When ChainRouter::match is used with a RequestMatcher, the
|
Chris@0
|
14 Request is now properly rebuilt from the RequestContext if that was set on
|
Chris@0
|
15 the ChainRouter, and http://localhost is used otherwise to avoid issues with
|
Chris@0
|
16 paths starting with a double forward slash.
|
Chris@0
|
17 * **2014-09-29**: ChainRouter does not require a RouterInterface, as a
|
Chris@0
|
18 RequestMatcher and UrlGenerator is fine too. Fixed chain router interface to
|
Chris@0
|
19 not force a RouterInterface.
|
Chris@0
|
20 * **2014-09-29**: Deprecated DynamicRouter::match in favor of matchRequest.
|
Chris@0
|
21
|
Chris@0
|
22 1.3.0
|
Chris@0
|
23 -----
|
Chris@0
|
24
|
Chris@0
|
25 Release 1.3.0
|
Chris@0
|
26
|
Chris@0
|
27 1.3.0-RC1
|
Chris@0
|
28 ---------
|
Chris@0
|
29
|
Chris@0
|
30 * **2014-08-20**: Added an interface for the ChainRouter
|
Chris@0
|
31 * **2014-06-06**: Updated to PSR-4 autoloading
|
Chris@0
|
32
|
Chris@0
|
33 1.2.0
|
Chris@0
|
34 -----
|
Chris@0
|
35
|
Chris@0
|
36 Release 1.2.0
|
Chris@0
|
37
|
Chris@0
|
38 1.2.0-RC1
|
Chris@0
|
39 ---------
|
Chris@0
|
40
|
Chris@0
|
41 * **2013-12-23**: add support for ChainRouter::getRouteCollection()
|
Chris@0
|
42 * **2013-01-07**: Removed the deprecated $parameters argument in
|
Chris@0
|
43 RouteProviderInterface::getRouteByName and getRoutesByNames.
|
Chris@0
|
44
|
Chris@0
|
45 1.1.0
|
Chris@0
|
46 -----
|
Chris@0
|
47
|
Chris@0
|
48 Release 1.1.0
|
Chris@0
|
49
|
Chris@0
|
50 1.1.0-RC1
|
Chris@0
|
51 ---------
|
Chris@0
|
52
|
Chris@0
|
53 * **2013-07-31**: DynamicRouter now accepts an EventDispatcher to trigger a
|
Chris@0
|
54 RouteMatchEvent right before the matching starts
|
Chris@0
|
55 * **2013-07-29**: Renamed RouteAwareInterface to RouteReferrersReadInterface
|
Chris@0
|
56 for naming consistency and added RouteReferrersInterface for write access.
|
Chris@0
|
57 * **2013-07-13**: NestedMatcher now expects a FinalMatcherInterface as second
|
Chris@0
|
58 argument of the constructor
|
Chris@0
|
59
|
Chris@0
|
60 1.1.0-alpha1
|
Chris@0
|
61 ------------
|
Chris@0
|
62
|
Chris@0
|
63 * **2013-04-30**: Dropped Symfony 2.1 support and got rid of
|
Chris@0
|
64 ConfigurableUrlMatcher class
|
Chris@0
|
65 * **2013-04-05**: [ContentAwareGenerator] Fix locale handling to always respect
|
Chris@0
|
66 locale but never have unnecessary ?locale=
|