Skip to content

Releases: Eredost/attributes-router

v1.0.2

03 Oct 19:15
Compare
Choose a tag to compare

What's Changed

  • Add ? to prevent the regex in fetchParams to match too greedily by @Acefall in #19

New Contributors

Full Changelog: 1.0.1...1.0.2

v1.0.1

29 Jun 13:47
Compare
Choose a tag to compare

Fixed a bug where the route match failed when a "/" was at the end of the request.

v1.0

08 Jun 07:40
Compare
Choose a tag to compare

Implementation of a router allowing to add routes via the attributes of PHP 8 and supporting dynamic routes and reverse routing.