Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 3.3 KB

CHANGELOG.md

File metadata and controls

60 lines (35 loc) · 3.3 KB

0.1.0 (2022-02-18)

Bug Fixes

  • fix actions of publish, upgrade to setup-node@v2, add always-auth (9195e77)

0.0.4 (2022-02-18)

Bug Fixes

  • github action npm command (92558ee)
  • jest config in package.json file (0a2f12d)

Features

  • update miniflare to v2 (b7b4d85)
  • update miniflare to v2 with audit fix (9cb58d2)

0.0.3 (2022-02-18)

Features

  • update miniflare to v2 (b7b4d85)
  • update miniflare to v2 with audit fix (9cb58d2)

0.0.3-canary.2 (2021-10-24)

Bug Fixes

  • Transformer should not parse JSON response automatically (00712ce)

0.0.3-canary.1 (2021-10-19)

Bug Fixes

  • Transformer.responseToCtx throw error when response does not contain "Content-Type" header (e7f22a2)

0.0.3-canary.0 (2021-10-18)

Bug Fixes

  • cors plugin return 204 for every request (1f0a18f)
  • cors plugin return 204 for every request (51ff14f)
  • fix empty option error in new Koaw(event, options?) (cc0a6a6)

0.0.2 (2021-09-27)

Features

  • plugin: add Transformer for convert middlewares that return Response (ac5d881)

0.0.1 (2021-09-24)

Features

  • base: finish base middleware loader (52239a0)
  • core: add chain usage & tests (4d6ec88)
  • core: remove the requirement of return ctx, improve unit tests (4836bb9)
  • plugin: add koaw-router to core package (33ee538)
  • plugin: fix KoawRouter & add cors (cfc785c)