Releases: jasonlewis/enhanced-router
Releases · jasonlewis/enhanced-router
v1.0.3: Updating version and changelog.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
v1.0.2
- Fixed bug that re-ordered routes that were defined in groups. Route order is now maintained correctly.
v1.0.1
- Allow an array to be given as the expression and have it converted to a proper regular expression.
- Added
on
method to apply filters on a given HTTP verb.
v1.0.0
- Initial release