Skip to content

Releases: easeappphp/EARouter

1.0.8

06 Sep 04:22
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • updated readme examples

1.0.3

14 Apr 03:37
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • added matched route key to the routing engine

1.0.1

08 Feb 09:11
Compare
Choose a tag to compare
Update README.md

1.0.0

08 Feb 09:09
Compare
Choose a tag to compare
Update README.md

Beta Release

26 Apr 15:09
Compare
Choose a tag to compare
Beta Release Pre-release
Pre-release

This is the Initial Beta Release of EARouter, a PHP based Request Router, that supports Static & Dynamic Routes.