- doc: fix koa link
- travis: add 7.6 support
- core: koa 2.0.1 + yarn
- chore: update dependencies
- chore: add node6 test on travis
- Call param() middleware before the first actual match.
- fix: plugin need return
- fix: remove instanceof test on mount. (too many problem with npm link and different version)
- fix: plugins options are now in context
- chores: lint test
- feat: remove del , no more reserved word
- chores: lint
- chore: typo
- chore: typo
- attach the route to the context
- chore : dependencies, readme
- test: add more test for no path and all method
- chore: Readme update
- feat: add multiple args on plugin
- fix: bad test
- fix: resolve should have result... #14
- feat: no path needed now, default to /
- feat: add sanitizePath method
- feat: add plugin support
- refactor: remove unnecessary () and {}
- test: missing test
- perf: remove unnecessary branch
- chore : add istanbul, coverage
- chore: Readme update
- refactor: remove const Koa66
- fix: remove del from allow methods
- feat: Support all() method for Router
- feat: Add throw option on routes();
- chore: add dependencies badge + var -> const
- refactor: test with arrow function
- chore: readme.md, package.json update
- wtf npm
- Fix test and add badges
- dep: change to koa 2.0.0-alpha.2
- Add travis
- fix: readme
- Readme changed
- fix: param() on children mount instance
- Replace assert by throw
- Add param() api
- fix: no use of this in parseParams
- Add History.md
- Add automatic options response
- fix: methods on prototype instead in constructor
- fix: multiple middleware on use functions
- readme update
- refactor routes() and add HEAD request
- add del to methods
- don't catch decodeURIComponent error
- Add 501 and 405
- fix readme
- More readme
- remove unnecessary context param
- Use instanceof instead of constructor.name
- remove methods dependencies + refactor + multiple routes and middlewares
- fix: next call doesn't need ctx
- Add sync test
- Add install on readme
- add babel as dependencies for test
- Add eslint config
- Add comments
- readme: add example
- fix: use regexp
- Initial commit