All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #20
fixes an import statement in
ZendRouter
to ensure the correct exception namespace is used.
-
#16 adds support for zend-expressive-router 2.0. This includes a breaking change to those extending
Zend\Expressive\Router\ZendRouter
, as thegenerateUri()
method now expects a third, optional argument,array $options = []
.For consumers, this represents new functionality; you may now pass router options, such as a translator and/or translation text domain, via the new argument when generating a URI.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
-
#12 updates the zend-expressive-router dependency to 1.3.2+
-
#12 updates the router to compose the
Zend\Expressive\Router\Route
instance associated with a successful route match in the returnedRouteResult
. This allows you to access other route metadata like the path, allowed HTTP methods, and route options. -
#12 updates the router to always support
HEAD
andOPTIONS
requests made to any valid route. Dispatchers will need to check if such requests are supported explicitly or implicitly by the matched route (usingRoute::implicitHead()
andRoute::implicitOptions()
).
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- This release removes support for PHP 5.5.
- #7
updates the zend-router dependency to
^3.0
; this also required changing which routes and routers are imported internally to use the new namespace introduced in that version. The changes should have no effect on existing code, except that they will result in dependency updates.
- Nothing.
- Nothing.
- Nothing.
- #6 updates the component to depend on zend-router instead of zend-mvc.
- Nothing.
- Nothing.
- Nothing.
- #3 fixes an issue whereby appending a trailing slash to a route that did not define one was resulting in a 405 instead of a 404 error.
First stable release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Updated to use zendframework/zend-expressive-router instead of zendframework/zend-expressive.
- Nothing.
- Nothing.
- Nothing.
- Updated to zend-expressive RC1.
- Added branch alias for dev-master, pointing to 1.0-dev.
Initial release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.