Releases: thephpleague/route
Releases · thephpleague/route
2.0.0
2.0.0 - 2016-02
Added
- All routing and dispatching now built around PSR-7.
- Can now group routes with prefix and match conditions.
- Routes now stored against a specific
Routeobject that describes the route. - New
dispatchmethod onRouteCollectionthat is a compliant PSR-7 middleware. - Additional route matching conditions for scheme and host.
Changed
- API rewrite to simplify.
- API naming improvements.
- Strategies now less opinionated about return from controller.