Skip to content

Releases: cmorten/superdeno

2.3.2

19 Sep 12:00
Compare
Choose a tag to compare

ChangeLog

[2.3.2] - 19-09-2020

  • chore: upgrade to eggs@0.2.2 in CI

2.3.1

19 Sep 09:54
Compare
Choose a tag to compare

ChangeLog

[2.3.1] - 19-09-2020

  • feat: update to Deno 1.4.1, std 0.70.0 and other dep upgrades.

2.3.0

15 Sep 07:53
Compare
Choose a tag to compare

ChangeLog

[2.3.0] - 15-09-2020

  • feat: update to Deno 1.4.0, std 0.69.0 and other dep upgrades.

2.2.1

24 Aug 14:13
d406d29
Compare
Choose a tag to compare

ChangeLog

[2.2.1] - 24-08-2020

  • feat: update to Deno 1.3.1, std 0.66.0 and other dep upgrades.
  • fix: [#15] Error thrown on empty body responses (e.g. 304)

2.2.0

21 Aug 10:28
Compare
Choose a tag to compare

ChangeLog

[2.2.0] - 21-08-2020

  • feat: update to Deno 1.3.0, std 0.65.0 and other dep upgrades.
  • test: add MacOS and Windows testing to GitHub Actions test workflow.

2.1.1

04 Aug 08:37
Compare
Choose a tag to compare

ChangeLog

[2.1.1] - 04-08-2020

  • chore: fix eggs link workflow.

2.1.0

03 Aug 21:30
Compare
Choose a tag to compare

ChangeLog

[2.1.0] - 03-08-2020

2.0.0

16 Jul 07:30
Compare
Choose a tag to compare

ChangeLog

[2.0.0] - 16-07-2020

  • feat: update to Deno 1.2.0 (breaking upgrade), std 0.61.0 and other dep upgrades.
  • tests: add patch for dispatcher bug in Deno, REF: denoland/deno#6616.
  • chore: update formatting.

1.6.1

06 Jul 17:10
9691ae1
Compare
Choose a tag to compare

ChangeLog

[1.6.1] - 06-07-2020

  • fix: SuperDeno should permit and handle GET requests with body payloads.

1.6.0

06 Jul 15:57
Compare
Choose a tag to compare

ChangeLog

[1.6.0] - 06-07-2020

  • feat: bump deno and deps versions.
  • refactor: small updates to xhrSham.
  • test: add Ako framework test for error response status and body.