X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fsymfony-cmf%2Frouting%2FCHANGELOG.md;fp=vendor%2Fsymfony-cmf%2Frouting%2FCHANGELOG.md;h=1338052b95a5599345b017c5c40743e194c9789e;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/vendor/symfony-cmf/routing/CHANGELOG.md b/vendor/symfony-cmf/routing/CHANGELOG.md new file mode 100644 index 000000000..1338052b9 --- /dev/null +++ b/vendor/symfony-cmf/routing/CHANGELOG.md @@ -0,0 +1,66 @@ +Changelog +========= + +1.4.0 +----- + +* **2016-02-27**: Added ContentRepositoryEnhancer that can look up a content by + ID from a content repository. + +1.4.0-RC1 +--------- + +* **2016-01-09**: When ChainRouter::match is used with a RequestMatcher, the + Request is now properly rebuilt from the RequestContext if that was set on + the ChainRouter, and http://localhost is used otherwise to avoid issues with + paths starting with a double forward slash. +* **2014-09-29**: ChainRouter does not require a RouterInterface, as a + RequestMatcher and UrlGenerator is fine too. Fixed chain router interface to + not force a RouterInterface. +* **2014-09-29**: Deprecated DynamicRouter::match in favor of matchRequest. + +1.3.0 +----- + +Release 1.3.0 + +1.3.0-RC1 +--------- + +* **2014-08-20**: Added an interface for the ChainRouter +* **2014-06-06**: Updated to PSR-4 autoloading + +1.2.0 +----- + +Release 1.2.0 + +1.2.0-RC1 +--------- + +* **2013-12-23**: add support for ChainRouter::getRouteCollection() +* **2013-01-07**: Removed the deprecated $parameters argument in + RouteProviderInterface::getRouteByName and getRoutesByNames. + +1.1.0 +----- + +Release 1.1.0 + +1.1.0-RC1 +--------- + +* **2013-07-31**: DynamicRouter now accepts an EventDispatcher to trigger a + RouteMatchEvent right before the matching starts +* **2013-07-29**: Renamed RouteAwareInterface to RouteReferrersReadInterface + for naming consistency and added RouteReferrersInterface for write access. +* **2013-07-13**: NestedMatcher now expects a FinalMatcherInterface as second + argument of the constructor + +1.1.0-alpha1 +------------ + +* **2013-04-30**: Dropped Symfony 2.1 support and got rid of + ConfigurableUrlMatcher class +* **2013-04-05**: [ContentAwareGenerator] Fix locale handling to always respect + locale but never have unnecessary ?locale=