Skip to content

route-pattern v0.6.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 00:46
· 1537 commits to main since this release
  • Use a single RegExp to match protocol, hostname, port, and pathname
  • Allow duplicate variable names in patterns, right-most shows up in match.params
  • Allow route patterns to match on port
  • All variables require names, wildcards may have a name or be "unnamed"