- add
router#augmentApp
for better experience
- add
useThis
option, usethis
instead ofctx
like koa v1
- drop support to node < 7.6.0
- use
async/await
instead ofco
, in lib & test - rm
next
publish tag
- rm
goNext
option, and wrap the koa app level next in a router innernext
, inspired by koa-staticdone
field to decide whether to callnext()
- upgrade to path-to-regexp@1.7.0
- add
+
/?
params test
- update
.eslintrc.yml
& fix code style
- add
_.flattenDeep
torouter.use
&router.get
etc - get 100% code coverage
- use codecov instead of coveralls
- update deps & dev-deps
- use es6 class, all exports must invoked with
new
- add koa@2 support, use
koa-v1
track koa@1
- fix path-to-regexp trouble, see pillarjs/path-to-regexp#81
- it works well