History.md 2.3 KB

2.2.3 / 2019-11-14

fixes

  • [7990aa7] - fix: use new URL instead of url.parse (#22) (Yiyu He <>)
  • 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

    • [30a1b8c] - feat: use koa/cors@3, support options.origin to be async function (#19) (Yiyu He <>)
    • 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

      • [120639f] - refactor: use async function and support egg@2 (#9) (Yiyu He <>)
      • 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