Skip to content

Releases: cmorten/opine

0.19.0

14 Jul 17:44
Compare
Choose a tag to compare

[0.19.0] - 14-07-2020

  • [#42] Incorrect URL argument type (#43)

0.18.0

06 Jul 16:09
Compare
Choose a tag to compare

ChangeLog

[0.18.0] - 06-07-2020

  • feat: upgrade Deno to 1.1.3, std to 0.60.0 and latest of other deps.

0.17.0

03 Jul 06:56
Compare
Choose a tag to compare

ChangeLog

[0.17.0] - 30-06-2020

  • [#38] Array support for res.append (#23).
  • fix: update lockfile for breaking sub-dependency.

0.16.0

30 Jun 22:32
Compare
Choose a tag to compare

ChangeLog

[0.16.0] - 30-06-2020

  • [#22] Add res.redirect API (#36).
  • docs: add React example.

0.15.0

30 Jun 00:43
Compare
Choose a tag to compare

ChangeLog

[0.15.0] - 30-06-2020

  • [#34] Capture errors from async routes (#33).
  • fix: examples permission instructions.
  • fix: proxy example.
  • [#20] Add instructions for nest.land package registry (#35).

0.14.0

29 Jun 16:21
Compare
Choose a tag to compare

ChangeLog

[0.14.0] - 29-06-2020

  • fix: several minor bugfixes.
  • test: add serious test coverage.
  • feat: bump Deno and std versions.

0.13.0

26 Jun 18:32
Compare
Choose a tag to compare

ChangeLog

[0.13.0] - 26-06-2020

  • feat: [#24] Object and array support for res.set() (#28).
  • chore: [#29] Automate typedoc publish (#30).
  • chore: [#16] Benchmark workflow name fix (#31).

0.12.0

23 Jun 16:47
Compare
Choose a tag to compare

ChangeLog

[0.12.0] - 23-06-2020

  • chore: update dependencies.

0.11.0

21 Jun 21:33
a570b27
Compare
Choose a tag to compare

ChangeLog

[0.11.0] - 21-06-2020

  • feat: add render and engine public APIs.

0.10.2

19 Jun 08:08
c9e02ef
Compare
Choose a tag to compare

ChangeLog

[0.10.2] - 19-06-2020

  • feat: add repository field to egg.json.
  • chore: upgrade eggs CLI in CI.