Skip to content

Releases: cmorten/opine

0.21.5

12 Sep 08:38
Compare
Choose a tag to compare

ChangeLog

[0.21.5] - 12-09-2020

  • [#61] Add an example of using the Eta template engine (#65)
  • chore: upgrade supported Deno and std module versions to 1.3.3 and 0.68.0

0.21.4

11 Sep 08:54
Compare
Choose a tag to compare

ChangeLog

[0.21.4] - 08-09-2020

  • [#62] Remove scripts to run examples remotely where invalid (#63)

0.21.3

24 Aug 14:25
Compare
Choose a tag to compare

ChangeLog

[0.21.3] - 24-08-2020

  • chore: upgrade supported Deno and std module versions to 1.3.1 and 0.66.0.
  • chore: upgrade superdeno for Deno 1.3.1 bugfix.
  • test: null responses are now exposed as null in superdeno (not empty strings).

0.21.2

18 Aug 13:41
Compare
Choose a tag to compare

ChangeLog

[0.21.2] - 18-08-2020

  • [#58] Broken redirect directory listener (#60)

0.21.1

18 Aug 10:11
Compare
Choose a tag to compare

ChangeLog

[0.21.1] - 18-08-2020

  • [#58] Windows serveStatic file path handling fix (#59)

0.21.0

17 Aug 15:47
Compare
Choose a tag to compare

ChangeLog

[0.21.0] - 17-08-2020

  • chore: upgrade supported Deno and std module versions to 1.3.0 and 0.65.0.
  • chore: upgrade deps with non-breaking minor / patch upgrades available.
  • docs: remove references to importing by branch name.
  • fix: React SSR example types after removal from deno.land/x
  • [NO-ISSUE] Fixed typo in readme example (#57)
  • [#50] Add app param docs (#55)
  • chore: fix workflow step name

0.20.2

05 Aug 07:47
Compare
Choose a tag to compare

ChangeLog

[0.20.2] - 05-08-2020

  • docs: remove reference to importing commit or branch from readme as not supported by Deno registry v2.
  • fix: use fixed version of opine-http-proxy in examples.

0.20.1

04 Aug 08:36
Compare
Choose a tag to compare

ChangeLog

[0.20.1] - 04-08-2020

  • chore: fix eggs link command in workflow

0.20.0

03 Aug 21:18
Compare
Choose a tag to compare

ChangeLog

[0.20.0] - 03-08-2020

0.19.1

14 Jul 17:46
Compare
Choose a tag to compare

ChangeLog

[0.19.1] - 14-07-2020

  • chore: formatting fix.