Releases: semperton/routing
Releases · semperton/routing
2.0.0
- Possibility to dump
RouteCollection
RouteMatcher
can now match ServerRequestInterface
- Trailing slash support
- PHP 7.4 required
1.0.2
- Added PHP version (7.2)
- Fixed some doc types
1.0.1
- Fixed empty params array for index wildcards
1.0.0
- Basic routing capabilities
- Possibility to use the generated route tree without RouteCollection
- Faster matching with loops
- Reverse routing