Skip to content

Releases: iamspark1e/koaw

v0.1.0

18 Feb 09:08
Compare
Choose a tag to compare

Bug Fixes

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

v0.0.3-canary.2

24 Oct 19:13
Compare
Choose a tag to compare

Bug Fixes

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

v0.0.3-canary.1

19 Oct 07:17
Compare
Choose a tag to compare

Bug Fixes

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

v0.0.3-canary.0

18 Oct 10:03
Compare
Choose a tag to compare

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)

v0.0.2

27 Sep 09:26
Compare
Choose a tag to compare

Features

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

v0.0.1

24 Sep 10:00
Compare
Choose a tag to compare

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)