Skip to content

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 08 Jun 07:20
· 20 commits to master since this release
585005f

2.0.1 (2024-06-08)

Features

  • add egg-router (b318dd5)
  • add routerName for context. (311136e)
  • add routerPath to respond to routerName (#2) (1a0036a)

Bug Fixes

  • add missing dependencies koa-convert (b3db7b4)
  • allowedMethods should be ctx.method not this.method (09d6969)
  • ensure ctx._matchedRoute and ctx._matchedRouteName to be correct (#7) (2c44ec0)
  • move router.url() query docs example to right place (a4dd9a5)
  • only support node@8 (c280336)
  • readme: return next() (db9c3e4)
  • update license (7a887a2)