Skip to content

Conversation

@raiandexter0607
Copy link
Contributor

The dependency was updated according to this expressjs/discussions#290

@bjohansebas bjohansebas mentioned this pull request Feb 9, 2025
- Drop support for partial capture group `router.route('/user(s?)/:user/:op')` but still have optional non-capture `/user{s}/:user/:op`
- `:name?` becomes `{:name}`
- `:name*` becomes `*name`.
- `:name*` becomes `*name`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My editor removed the trailing white space here while rebasing. While it was not in the original change I think it is alright to keep.

@wesleytodd wesleytodd merged commit e746be2 into pillarjs:master Feb 10, 2025
9 checks passed
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.

4 participants