Releases: easeappphp/EARouter
Releases · easeappphp/EARouter
1.0.8
- Supported PHP version is changed to PHP 8.1 and above.
- Removed Filter check for URIPATH in match_route method as FILTER_SANITIZE_STRING is deprecated in PHP 8.1
1.0.7
- additional changes as part of the bugfix to ensure static routes work irrespective of whether they are placed before or after dynamic routes.
1.0.6
- routes defined after dynamic routes are giving undefined offset error. The observed bug is fixed in this release. (Bugfix)
1.0.5
- This has a bugfix with ANY request type, wherein, the routing engine check for ANY request type and ignores received request's method.
1.0.3
- multiple request methods can be defined per route, in addition to ANY option as part of allowed request methods.
1.0.2
- added matched route key to the routing engine
Beta Release
This is the Initial Beta Release of EARouter, a PHP based Request Router, that supports Static & Dynamic Routes.