0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00
hono/src
oussamasf 65f2a3be93
fix(serveStatic): add guard to prevent reading empty folders (#3639)
Fixes  #3628

* fix(serveStatic): add guard to prevent reading empty folders

* fix(serveStatic): remove unnecessary Deno.stat

* test(serveStatic): add test cases related to isDir guard
2024-11-08 10:06:53 +09:00
..
adapter fix(serveStatic): add guard to prevent reading empty folders (#3639) 2024-11-08 10:06:53 +09:00
client refactor: remove useless spread (#3600) 2024-11-01 10:30:49 +09:00
helper fix(helper/websocket): allow custom events to be passed to generics (#3616) 2024-11-03 16:14:03 +09:00
jsx fix(jsx/dom): fix dom rendering bugs for fragment. (#3569) 2024-10-30 11:11:55 +09:00
middleware fix(middleware/etag): generate etag hash value from all chunks (#3604) 2024-11-04 08:53:56 +09:00
preset chore(lint): ESLint v9 (#3393) 2024-09-12 12:05:41 +09:00
router refactor: use # for private methods to reduce the minified file size (#3596) 2024-11-03 08:31:59 +09:00
utils fix(utils/crypto): fix types of crypto utility (#3614) 2024-11-04 14:03:47 +09:00
validator fix(validator): Fixed a bug in hono/validator where URL Encoded Data could not be validated if the Content-Type included charset. (#3297) 2024-08-19 14:44:57 +09:00
compose.test.ts chore(lint): ESLint v9 (#3393) 2024-09-12 12:05:41 +09:00
compose.ts perf(compose): check if it is a instance only once (#3585) 2024-10-30 15:29:09 +09:00
context.test.ts feat(context): allow URL object on c.redirect() (#3609) 2024-11-01 18:04:33 +09:00
context.ts refactor: use # for private methods to reduce the minified file size (#3596) 2024-11-03 08:31:59 +09:00
hono-base.ts refactor(hono-base): use object abbreviation notation (#3640) 2024-11-07 15:43:17 +09:00
hono.test.ts fix(req): correct c.req.param decodes invalid percent strings (#3573) 2024-10-30 10:59:05 +09:00
hono.ts fix(types): allow blank env (#2834) 2024-05-29 17:41:53 +09:00
http-exception.test.ts fix(http-exception): prioritize the status code (#2767) 2024-05-23 05:20:37 +09:00
http-exception.ts chore: update outdated links in JSDoc (#3089) 2024-07-05 12:21:35 +09:00
index.ts docs(src/*): Add TSDoc comments to improve code documentation (#2841) 2024-05-29 17:38:11 +09:00
request.test.ts test: Update request.test.ts to remove duplicate checks (#2984) 2024-06-17 23:49:55 +09:00
request.ts refactor: use # for private methods to reduce the minified file size (#3596) 2024-11-03 08:31:59 +09:00
router.ts docs(src/*): Add TSDoc comments to improve code documentation (#2841) 2024-05-29 17:38:11 +09:00
types.test.ts chore(lint): ESLint v9 (#3393) 2024-09-12 12:05:41 +09:00
types.ts fix(types): replace Hono with HonoBase to get better consistency of types (#3580) 2024-10-29 15:25:10 +09:00