Releases: zendframework/zend-expressive-zendrouter
zend-expressive-zendrouter 3.0.1
zend-expressive-zendrouter 3.0.0
Added
-
#30 and #35 add support for the zend-expressive-router 3.0 series.
-
#34 adds
Zend\Expressive\Router\ZendRouter\ConfigProvider
and exposes it as a config provider within the package definition.
Changed
- #41 updates the minimum supported version of zend-expressive-router to 3.0.0rc3 and later.
Deprecated
- Nothing.
Removed
-
#30 removes support for the zend-expressive-router 2.0 series.
-
#30 removes support for PHP 5.6 and PHP 7.0.
Fixed
-
#37 fixes an issue with how a failure result is marshaled when the path patches but the request method does not. The package now correctly aggregates allowed methods for the route result failure instance.
-
#40 fixes how the router creates a
RouteResult
when the path matches, but not the HTTP method. In particular, it does not provide special handling forHEAD
requests, treating them like any other method mismatch.
zend-expressive-zendrouter 2.2.0
Added
- Nothing.
Changed
- #42 updates the minimum supported version of zend-expressive-router to 2.4.0.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-expressive-zendrouter 3.0.0rc3
Added
- Nothing.
Changed
- #41 updates the minimum supported version of zend-expressive-router to 3.0.0rc3 and later.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-expressive-zendrouter 3.0.0rc2
Added
- Nothing.
Changed
- #40 updates the minimum supported version of zend-expressive-router to 3.0.0rc2.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #40 fixes how the router creates a
RouteResult
when the path matches, but not the HTTP method. In particular, it does not provide special handling forHEAD
requests, treating them like any other method mismatch.
zend-expressive-zendrouter 3.0.0rc1
Added
- Nothing.
Changed
- #37 updates the package to pin to zend-expressive-router 3.0.0rc1 or later.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #37 fixes an issue with how a failure result is marshaled when the path patches but the request method does not. The package now correctly aggregates allowed methods for the route result failure instance.
zend-expressive-zendrouter 3.0.0alpha2
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #36 fixes the composer config provider entry.
zend-expressive-zendrouter 3.0.0alpha1
Added
-
#30 and #35 add support for the zend-expressive-router 3.0 series.
-
#34 adds
Zend\Expressive\Router\ZendRouter\ConfigProvider
and exposes it as a config provider within the package definition.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
-
#30 removes support for the zend-expressive-router 2.0 series.
-
#30 removes support for PHP 5.6 and PHP 7.0.
Fixed
- Nothing.
zend-expressive-zendrouter 2.1.0
zend-expressive-zendrouter 2.0.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #20 fixes an import statement in
ZendRouter
to ensure the correct exception namespace is used.