Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.1 release #6

Merged
merged 1 commit into from
May 29, 2020
Merged

v1.1 release #6

merged 1 commit into from
May 29, 2020

Conversation

kwhitley
Copy link
Owner

Changelog

Features

  • Added single config option to Router({ base: '/some/path' }) for route prefixing
  • Verified wildcards work in the middle of path (e.g. /foo/*/end matches /foo/bar/baz/end)

Fix

  • trailing wildcards (often used in middleware or for sub routers) now properly routes without requiring trailing slash (e.g. /foo/* should match /foo)

@kwhitley kwhitley merged commit ff6382f into v1.x May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant