- fix: not allow origin: "*" and "credentials: true" at the same time (#24)
- test: run test on node 6.x instead of 5.x
- feat: add PATCH to default methods
- fix: keepHeadersOnError won't affect OPTIONS request (#16)
- feat: Keep headers after an error (#11)
- doc: fix codecov link on readme
- test: run test on node 5, 4, 0.12
- refactor: use
yield next
instead ofyield* next
- feat: support to use GeneratorFunction as
options.origin
- fix: make more spec-compliant
- first release