This repository was archived by the owner on Jan 21, 2020. It is now read-only.
zend-expressive-fastroute 3.0.0
Added
-
#41 and #46 add support for the zend-expressive-router 3.0 series.
-
#45 adds
Zend\Expressive\Router\FastRouteRouter\ConfigProvider, and updates the package to expose it to zend-component-installer. -
#54 adds a condition which throws a
InvalidCacheExceptionif a cache file exists and is not writable.
Changed
- #43 updates the
match()logic to always callRouteResult::fromRouteFailure()with an argument; previously, it would omit the argument under specific conditions.
Deprecated
- Nothing.
Removed
-
#41 removes support for the zend-expressive-router 2.0 series.
-
#41 removes support for PHP 5.6 and PHP 7.0.