Skip to content

Releases: semperton/routing

2.0.0

21 Jun 13:58
Compare
Choose a tag to compare
  • Possibility to dump RouteCollection
  • RouteMatcher can now match ServerRequestInterface
  • Trailing slash support
  • PHP 7.4 required

1.0.2

13 May 08:37
Compare
Choose a tag to compare
  • Added PHP version (7.2)
  • Fixed some doc types

1.0.1

27 Aug 21:14
Compare
Choose a tag to compare
  • Fixed empty params array for index wildcards

1.0.0

06 Feb 10:05
Compare
Choose a tag to compare
  • Basic routing capabilities
  • Possibility to use the generated route tree without RouteCollection
  • Faster matching with loops
  • Reverse routing