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