Skip to content

Releases: marvinhagemeister/fast-path-to-regexp

3.1.0 - Wildcards

28 Aug 13:26
Compare
Choose a tag to compare
  • Add support for wildcard matching (thanks, @eaderhold #9 )

3.0.0

21 May 12:50
90cfef3
Compare
Choose a tag to compare
  • 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 to js for better ecosystem compatibility