v1.0.0-alpha.7
·
20 commits
to refactoring-fastroute
since this release
Fixed
Nothing
Added
MatchingResult::matches()that returns the original vars matched from route
Changed
- Route callbacks (
beforeandafter) and route handler receive now a 4th param,$matchesthat is whatMatchingResult::matches()returns. See #12