Releases: marvinhagemeister/fast-path-to-regexp
Releases · marvinhagemeister/fast-path-to-regexp
3.1.0 - Wildcards
- Add support for wildcard matching (thanks, @eaderhold #9 )
3.0.0
- breaking: URLs are now case-sensitive to be compliant with the RFC3986
- Add support for custom variables in query parameters (
/foo?bar=:id
) - Switch back from
mjs
tojs
for better ecosystem compatibility