Skip to content

Latest commit

 

History

History
94 lines (59 loc) · 2.93 KB

CHANGELOG.md

File metadata and controls

94 lines (59 loc) · 2.93 KB

Changelog

3.0.1 (2024-04-25)

Bug Fixes

  • let framework known app has custom origin handler or not (#28) (#29) (b446a98)

3.0.0 (2023-12-11)

⚠ BREAKING CHANGES

  • drop Node.js < 14

Features

2.2.3 / 2019-11-14

fixes

2.2.2 / 2019-10-25

fixes

others

2.2.1 / 2019-10-22

fixes

  • [499c2b1] - fix: second-level domain and port support misjudgement (#20) (Khaidi Chu <i@2333.moe>)

2.2.0 / 2019-03-11

features

2.1.2 / 2018-11-30

  • chore: typings of origin params (#18)

2.1.1 / 2018-10-01

  • deps: update (#17)
  • chore: add types of cors option. (#15)
  • docs: update readme (#16)

2.1.0 / 2018-07-11

others

2.0.0 / 2017-11-23

others

1.2.0 / 2017-07-24

  • deps: update deps (#8)
  • feat: add config for Access-Control-Allow-Origin (#7)

1.1.0 / 2017-03-24

  • feat: update to egg@1.0 and docs fix (#6)
  • fix: adjust with new test (#4)

1.0.0 / 2016-11-04

  • chore: update deps and test on node v7 (#3)
  • doc: add configuration information on how to pass in domain whitelist (#2)
  • test: add tests (#1)

0.0.2 / 2016-07-15

  • init