koa-router
Advanced tools
Changelog
7.4.0
layer.name
added to ctx
at ctx.routerName
during routing #412(.*)
as a prefix to all routers nested with .use that did not pass an explicit prefix string as the first argument. This resulted in routes being matched that should not have been, included the running of multiple route handlers in error. #369 and #410 include information on this issue.