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