Skip to content

Latest commit

 

History

History
179 lines (91 loc) · 6.9 KB

CHANGELOG.md

File metadata and controls

179 lines (91 loc) · 6.9 KB

0.7.3 (2024-10-28)

Features

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

0.7.2 (2024-09-02)

Features

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

Bug Fixes

  • cache logic resulting in internal server errors (abef902)

0.7.1 (2024-08-05)

Features

Bug Fixes

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

0.7.0 (2024-08-01)

Bug Fixes

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

0.6.4 (2024-08-01)

Features

0.6.3 (2024-07-15)

0.6.2 (2024-07-15)

0.6.1 (2024-07-15)

0.6.0 (2024-07-15)

⚠ BREAKING CHANGES

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

Features

0.5.0 (2024-07-12)

⚠ BREAKING CHANGES

  • createStandardResponse and STATUS_CODE are now exported from hado/http instead of hado/router

Features

  • re-export everything from the @std/http module (fe52d32)

0.4.2 (2024-06-07)

0.4.1 (2024-06-06)

0.4.0 (2024-06-06)

⚠ BREAKING CHANGES

  • utils: fetchAll now returns an object containing values and errors as arrays

Features

  • utils: return errors as array instead of throwing (c32680b)

0.3.7 (2024-06-06)

Features

  • utils: allow using zod schema in fetchAll (c4a3de7)

0.3.6 (2024-06-06)

0.3.5 (2024-06-06)

0.3.4 (2024-06-06)

Features

0.3.3 (2024-05-30)

Features

  • export createStandardResponse helper function (23a7b4a)

0.3.2 (2024-05-30)

Bug Fixes

  • avoid race when a file is renamed (5864f4f)

0.3.1 (2024-05-30)

Bug Fixes

  • empty urlRoot not working (c66da3d)

0.3.0 (2024-05-30)

⚠ BREAKING CHANGES

  • leading slash in urlRoot is no longer required

Features

  • normalize path and builtin static file server (91a8778)

Bug Fixes

  • handle spaces and non-ascii routes properly
  • don't decode characters which are part of the URI syntax (ad178f0)

0.2.0 (2024-05-30)

⚠ BREAKING CHANGES

  • createRouter now takes an options object instead of a string

Features

  • change options and add notes on static file handling (28e56f5)

0.1.8 (2024-05-29)

Bug Fixes

  • remove redundant ignore patterns (5befcb4)

0.1.7 (2024-05-29)

Bug Fixes

  • update chokidar ignore patterns (a53b351)

0.1.6 (2024-05-28)

0.1.5 (2024-05-28)

Bug Fixes

  • deno watches all files in import graph, no need for manually invalidating resolver cache (6c4b8e4)

0.1.4 (2024-05-28)

0.1.3 (2024-05-28)

0.1.2 (2024-05-28)

Bug Fixes

  • @parcel/watcher breaking watch mode (3ecd5a0)

0.1.1 (2024-05-28)

0.1.0 (2024-05-28)

Features

  • add router (f89ceb7)
  • recreate router tree on file creation/deletion in dev (bb1f5af)

Bug Fixes