Skip to content

Releases: cmorten/superdeno

4.9.0

28 Jan 13:17
Compare
Choose a tag to compare

What's Changed

  • feat: support Express and upgrade dependencies by @cmorten in #44

Full Changelog: 4.8.0...4.9.0

4.8.0

12 Mar 20:38
Compare
Choose a tag to compare

ChangeLog

[4.8.0] - 12-03-2022

  • feat: support Deno 1.19.3 and std 0.129.0 and other deps upgrades

4.7.2

01 Jan 22:14
a8e4281
Compare
Choose a tag to compare

ChangeLog

[4.7.2] - 01-01-2022

  • [#38] Resolve op_sleep issues (#39)
  • feat: support Deno 1.17.1 and std 0.119.0 and other deps upgrades

4.7.1

21 Nov 15:49
Compare
Choose a tag to compare

ChangeLog

[4.7.1] - 21-11-2021

  • feat: add console.error logging for errors thrown by provided app handler to help debugging.

4.7.0

21 Nov 11:11
Compare
Choose a tag to compare

ChangeLog

[4.7.0] - 21-11-2021

  • feat: Support Deno 1.16.2 and std 0.115.1 and other deps upgrades
  • fix: improved Server determination

4.6.1

05 Nov 08:46
Compare
Choose a tag to compare

ChangeLog

[4.6.1] - 05-11-2021

  • [#36] fix: process FormData correctly (#37) @c0per
  • feat: Support Deno 1.15.3 and std 0.113.0 and other deps upgrades

4.6.0

04 Oct 07:40
Compare
Choose a tag to compare

ChangeLog

[4.6.0] - 04-10-2021

  • deps: bump deps and replace std@0.106 with http_legacy.ts (#34)
  • ci: support Deno 1.14.2 in CI
  • ci: bump eggs CLI to 0.3.9

4.5.0

21 Sep 17:19
Compare
Choose a tag to compare

ChangeLog

[4.5.0] - 21-09-2021

  • feat: Support Deno 1.14.0 and std 0.107.0 and other deps upgrades

4.4.0

13 Jul 16:34
Compare
Choose a tag to compare

ChangeLog

[4.4.0] - 13-07-2021

  • feat: Support Deno 1.12.0 and std 0.101.0 and other deps upgrades

4.3.0

25 Jun 11:29
Compare
Choose a tag to compare

ChangeLog

[4.3.0] - 25-06-2021

  • feat: Support Deno 1.11.2 and std 0.99.0 and other deps upgrades
  • test: fix leaky test
  • ci: enable linting