Chris@0: Changelog Chris@0: ========= Chris@0: Chris@0: 1.4.0 Chris@0: ----- Chris@0: Chris@0: * **2016-02-27**: Added ContentRepositoryEnhancer that can look up a content by Chris@0: ID from a content repository. Chris@0: Chris@0: 1.4.0-RC1 Chris@0: --------- Chris@0: Chris@0: * **2016-01-09**: When ChainRouter::match is used with a RequestMatcher, the Chris@0: Request is now properly rebuilt from the RequestContext if that was set on Chris@0: the ChainRouter, and http://localhost is used otherwise to avoid issues with Chris@0: paths starting with a double forward slash. Chris@0: * **2014-09-29**: ChainRouter does not require a RouterInterface, as a Chris@0: RequestMatcher and UrlGenerator is fine too. Fixed chain router interface to Chris@0: not force a RouterInterface. Chris@0: * **2014-09-29**: Deprecated DynamicRouter::match in favor of matchRequest. Chris@0: Chris@0: 1.3.0 Chris@0: ----- Chris@0: Chris@0: Release 1.3.0 Chris@0: Chris@0: 1.3.0-RC1 Chris@0: --------- Chris@0: Chris@0: * **2014-08-20**: Added an interface for the ChainRouter Chris@0: * **2014-06-06**: Updated to PSR-4 autoloading Chris@0: Chris@0: 1.2.0 Chris@0: ----- Chris@0: Chris@0: Release 1.2.0 Chris@0: Chris@0: 1.2.0-RC1 Chris@0: --------- Chris@0: Chris@0: * **2013-12-23**: add support for ChainRouter::getRouteCollection() Chris@0: * **2013-01-07**: Removed the deprecated $parameters argument in Chris@0: RouteProviderInterface::getRouteByName and getRoutesByNames. Chris@0: Chris@0: 1.1.0 Chris@0: ----- Chris@0: Chris@0: Release 1.1.0 Chris@0: Chris@0: 1.1.0-RC1 Chris@0: --------- Chris@0: Chris@0: * **2013-07-31**: DynamicRouter now accepts an EventDispatcher to trigger a Chris@0: RouteMatchEvent right before the matching starts Chris@0: * **2013-07-29**: Renamed RouteAwareInterface to RouteReferrersReadInterface Chris@0: for naming consistency and added RouteReferrersInterface for write access. Chris@0: * **2013-07-13**: NestedMatcher now expects a FinalMatcherInterface as second Chris@0: argument of the constructor Chris@0: Chris@0: 1.1.0-alpha1 Chris@0: ------------ Chris@0: Chris@0: * **2013-04-30**: Dropped Symfony 2.1 support and got rid of Chris@0: ConfigurableUrlMatcher class Chris@0: * **2013-04-05**: [ContentAwareGenerator] Fix locale handling to always respect Chris@0: locale but never have unnecessary ?locale=