Skip to content

v1.0.0-alpha.7

Compare
Choose a tag to compare
@gmazzap 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 and after) and route handler receive now a 4th param, $matches that is what MatchingResult::matches() returns. See #12