67 lines
1.7 KiB
Markdown
67 lines
1.7 KiB
Markdown
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=
|