0.7.3 (2024-10-28)
- support route groups, bump deps to stable, use deno 2 (dec4018)
0.7.2 (2024-09-02)
- HEAD is now implicitly handled if GET is defined (abef902)
- cache logic resulting in internal server errors (abef902)
0.7.1 (2024-08-05)
- stabilize deps (bc6dcad)
- skip sentry init if dsn is not set (8beff85)
0.7.0 (2024-08-01)
- removed sentry from exports due to jsr restrictions (74ff5b0)
0.6.4 (2024-08-01)
- add sentry module (54911ae)
0.6.3 (2024-07-15)
0.6.2 (2024-07-15)
0.6.1 (2024-07-15)
0.6.0 (2024-07-15)
- hado/http is removed, exports are now same as 0.4.2
- split deps and devDeps (75a8f78)
0.5.0 (2024-07-12)
createStandardResponse
andSTATUS_CODE
are now exported fromhado/http
instead ofhado/router
- 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)
- utils:
fetchAll
now returns an object containing values and errors as arrays
- utils: return errors as array instead of throwing (c32680b)
0.3.7 (2024-06-06)
- 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)
- utils: add fetchAll (f482ec9)
0.3.3 (2024-05-30)
- export
createStandardResponse
helper function (23a7b4a)
0.3.2 (2024-05-30)
- avoid race when a file is renamed (5864f4f)
0.3.1 (2024-05-30)
- empty
urlRoot
not working (c66da3d)
0.3.0 (2024-05-30)
- leading slash in
urlRoot
is no longer required
- normalize path and builtin static file server (91a8778)
- 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)
createRouter
now takes an options object instead of a string
- change options and add notes on static file handling (28e56f5)
0.1.8 (2024-05-29)
- remove redundant ignore patterns (5befcb4)
0.1.7 (2024-05-29)
- update chokidar ignore patterns (a53b351)
0.1.6 (2024-05-28)
0.1.5 (2024-05-28)
- 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)
@parcel/watcher
breaking watch mode (3ecd5a0)
0.1.1 (2024-05-28)
0.1.0 (2024-05-28)
- explicit return types (a8bd7dc)