Update path regexp functionality#2173
Update path regexp functionality#2173blakeembrey wants to merge 1 commit intoexpressjs:masterfrom blakeembrey:path-to-regexp-update
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