Skip to content

Releases: globalbrain/hado

v0.8.0

10 Nov 19:11
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • static.fsRoot is now required to serve static files. This is a breaking change because previously static files were served from the project root by default, which posed a security risk of exposing sensitive files.

Bug Fixes

  • don't serve static files unless static.fsRoot is explicitly specified (ba49813)

Full Changelog: v0.7.3...v0.8.0

v0.7.3

28 Oct 14:35
Compare
Choose a tag to compare

Features

  • support route groups, bump deps to stable, use deno 2 (dec4018)

Full Changelog: v0.7.2...v0.7.3

v0.7.2

02 Sep 19:00
Compare
Choose a tag to compare

Features

  • HEAD is now implicitly handled if GET is defined (abef902)

Bug Fixes

  • cache logic resulting in internal server errors (abef902)

Full Changelog: v0.7.1...v0.7.2

v0.7.1

05 Aug 05:59
Compare
Choose a tag to compare

Features

Bug Fixes

  • skip sentry init if dsn is not set (8beff85)

Full Changelog: v0.7.0...v0.7.1

v0.7.0

01 Aug 09:11
Compare
Choose a tag to compare

Bug Fixes

  • removed sentry from exports due to jsr restrictions (74ff5b0)

Full Changelog: v0.6.4...v0.7.0

v0.6.4

01 Aug 08:45
Compare
Choose a tag to compare

Features

Full Changelog: v0.6.3...v0.6.4

v0.6.3

15 Jul 15:41
Compare
Choose a tag to compare

Full Changelog: v0.6.2...v0.6.3

v0.6.2

15 Jul 15:39
Compare
Choose a tag to compare

Full Changelog: v0.6.1...v0.6.2

v0.6.1

15 Jul 14:57
Compare
Choose a tag to compare

Full Changelog: v0.6.0...v0.6.1

v0.6.0

15 Jul 04:51
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • hado/http is removed, exports are now same as 0.4.2

Features

Full Changelog: v0.5.0...v0.6.0