-
-
Notifications
You must be signed in to change notification settings - Fork 16.2k
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
Update path regexp functionality #2173
Conversation
Thanks! Right now |
Wait, is this a breaking change? Why the changes to the test files? Will people's stuff break if they are using the paths that you removed? |
* Old asterisk functionality is obsolete * Adds the repeated parameters mentioned in #2134 This will break backward compatibility
@dougwilson It is a breaking change since it changes the way routes match. It's directly related to (and implemented from) #2057. |
Ah, I see you noted it will in your commit. Looks like it'll be scheduled for express 5.x, then :) |
As an update, this has not been moved anywhere yet because I need to find a way to warn people so they can change the way their routes are declared, otherwise they'll update to 5.0 and crap will just be broken and no one will upgrade... :( |
@dougwilson Should I attempt to add warnings in |
Well, not unless the user can also change their paths to have the same functionality and not have warnings and still use 0.1.x. |
25b80a9
to
3dca534
Compare
91891e3
to
7289171
Compare
360b52c
to
6f0302f
Compare
Closing in favour of #2530 |
+
quantifier into path pattern #2134This will break backward compatibility