Releases: easeappphp/EARouter
Releases · easeappphp/EARouter
1.0.8
06 Sep 04:22
Compare
Sorry, something went wrong.
No results found
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
29 Mar 15:00
Compare
Sorry, something went wrong.
No results found
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
29 Mar 10:52
Compare
Sorry, something went wrong.
No results found
routes defined after dynamic routes are giving undefined offset error. The observed bug is fixed in this release. (Bugfix)
1.0.5
13 Feb 23:40
Compare
Sorry, something went wrong.
No results found
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.4
14 Apr 03:39
Compare
Sorry, something went wrong.
No results found
1.0.3
14 Apr 03:37
Compare
Sorry, something went wrong.
No results found
multiple request methods can be defined per route, in addition to ANY option as part of allowed request methods.
1.0.2
03 Apr 08:34
Compare
Sorry, something went wrong.
No results found
added matched route key to the routing engine
1.0.1
08 Feb 09:11
Compare
Sorry, something went wrong.
No results found
1.0.0
08 Feb 09:09
Compare
Sorry, something went wrong.
No results found
Beta Release
26 Apr 15:09
Compare
Sorry, something went wrong.
No results found
This is the Initial Beta Release of EARouter, a PHP based Request Router, that supports Static & Dynamic Routes.