koajs / router

Router middleware for Koa. Maintained by @forwardemail and @ladjs.
MIT License
871 stars 176 forks source link

Upgrade path to regexp #71

Closed Sinewyk closed 4 years ago

Sinewyk commented 4 years ago

Upgrade path-to-regexp from 1.x to ^6.x

then:

should fixes #40

should be a straight upgrade over https://github.com/koajs/router/pull/70

Maybe breaking change (major semver) related to the encode/decode situation.

niftylettuce commented 4 years ago

v9.0.0 released to npm

https://github.com/koajs/router/releases/tag/v9.0.0

niftylettuce commented 4 years ago

Ping @Sinewyk @tigt -- can you resolve/PR?