You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

History.md 5.0KB

3.4.3 / 2022-10-08

others

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

  • [369d31d] - refactor: use async function, support options.origin return promise (#59) (Yiyu He <>)

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