Releases: Eredost/attributes-router
Releases · Eredost/attributes-router
v1.0.2
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
Fixed a bug where the route match failed when a "/" was at the end of the request.
v1.0
Implementation of a router allowing to add routes via the attributes of PHP 8 and supporting dynamic routes and reverse routing.