- fix: always set "Vary: Origin" header (#31)
- feat: add PATCH to default methods
- fix: keepHeadersOnError won't affect OPTIONS request (#17)
- feat: Keep headers after an error (#13)
- chore: use eslint instead of jshint (#10)
- test: use codecov instead of coveralls
- chore: make node engines >= 4.3.1
- doc: update example
- test: only test on node 4+
- refactor: src,test: update to (ctx, next) -> Promise middleware contract
- chore: base on koa@2
- fix: make more spec-compliant
- first release