This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Expressive 0.2.0
Added
- #116 adds
Application::any()
to complement the various HTTP-specific routing methods; it has the same signature asget()
,post()
,patch()
, et al, but allows any HTTP method. - #120 renames the router classes for easier discoverability, to better reflect their usage, and for better naming consistency.
Aura
becomesAuraRouter
,FastRoute
becomesFastRouteRouter
andZf2
becomesZf2Router
.
Deprecated
- Nothing.
Removed
- #120 removes the classes
Zend\Expressive\Router\Aura
,Zend\Expressive\Router\FastRoute
, andZend\Expressive\Router\Zf
, per the "Added" section above.
Fixed
- Nothing.