-
Notifications
You must be signed in to change notification settings - Fork 39
feat: added support for @koa/router v15 #2205
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
base: main
Are you sure you want to change the base?
Conversation
|
There are couple of breaking changes https://github.com/koajs/router/blob/master/FULL_MIGRATION_TO_V15%2B.md |
453e1f8 to
116c758
Compare
116c758 to
70666f3
Compare
|
created an issue here: koajs/router#212 |
fa1b28d to
e65b9e9
Compare
| "@ibm/tekton-lint": "1.1.0", | ||
| "@koa/router": "14.0.0", | ||
| "@koa/router": "15.1.0", | ||
| "@koa/router-v14": "npm:@koa/router@14.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer running two different versions of the Koa router, as there are breaking and structural changes.
|



Changes in v15
src/router.ts) with compiled output indist/Migration guide: https://github.com/koajs/router/blob/master/FULL_MIGRATION_TO_V15%2B.md
https://github.com/koajs/router/releases/tag/v15.0.0
ref: https://jsw.ibm.com/browse/INSTA-67751