Skip to content

Latest commit

 

History

History
133 lines (91 loc) · 5.71 KB

History.md

File metadata and controls

133 lines (91 loc) · 5.71 KB

5.0.0 / 2023-12-11

others

4.0.0 / 2022-10-08

fixes

others

3.4.3 / 2022-10-08

others

  • [208b86c] - Revert "fix: Calling all options even if origin header is not present (#87)" (fengmk2 <fengmk2@gmail.com>)

3.4.2 / 2022-10-06

fixes

3.4.1 / 2022-08-19

fixes

3.4.0 / 2022-08-19

others

3.3.0 / 2022-03-29

features

others

3.2.0 / 2022-03-12

features

others

3.1.0 / 2020-05-17

features

  • [013662a] - feat: add support for using a function to determine whether or not to allow credentials. (#68) (mcohen75 <mcohen75@gmail.com>)

others

3.0.0 / 2019-03-11

others

2.2.3 / 2018-12-19

fixes

2.2.2 / 2018-07-11

others

2.2.1 / 2017-02-12

  • fix: always set "Vary: Origin" header (#31)

2.2.0 / 2016-09-26

  • feat: add PATCH to default methods

2.1.1 / 2016-05-14

  • fix: keepHeadersOnError won't affect OPTIONS request (#17)

2.1.0 / 2016-04-29

  • feat: Keep headers after an error (#13)
  • chore: use eslint instead of jshint (#10)
  • test: use codecov instead of coveralls

2.0.0 / 2016-02-20

  • 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

1.0.1 / 2015-02-11

  • fix: make more spec-compliant

1.0.0 / 2015-02-09

  • first release