0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 02:27:49 +01:00
hono/src
2024-10-15 17:16:47 +09:00
..
adapter fix(service-worker): bind fetch to globalThis (#3500) 2024-10-11 10:11:52 +09:00
client fix(types): rm ExcludeEmptyObject to fix massively increased type instantiations (#3507) 2024-10-14 19:44:07 +09:00
helper fix(factory): revert PR #3498 (#3515) 2024-10-15 11:54:31 +09:00
jsx refactor(jsx): add override to toStringToBuffer in classes extending JSXNode (#3505) 2024-10-11 16:45:19 +09:00
middleware Merge commit from fork 2024-10-15 17:16:47 +09:00
preset chore(lint): ESLint v9 (#3393) 2024-09-12 12:05:41 +09:00
router chore(lint): ESLint v9 (#3393) 2024-09-12 12:05:41 +09:00
utils fix(types): rm ExcludeEmptyObject to fix massively increased type instantiations (#3507) 2024-10-14 19:44:07 +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 fix(types): remove slow types (#3147) 2024-07-16 22:53:33 +09:00
context.test.ts feat(context): make fetch Response headers mutable (#3318) 2024-09-08 15:59:42 +09:00
context.ts chore(lint): ESLint v9 (#3393) 2024-09-12 12:05:41 +09:00
hono-base.ts fix(types): rm ExcludeEmptyObject to fix massively increased type instantiations (#3507) 2024-10-14 19:44:07 +09:00
hono.test.ts chore(lint): ESLint v9 (#3393) 2024-09-12 12:05:41 +09:00
hono.ts
http-exception.test.ts
http-exception.ts chore: update outdated links in JSDoc (#3089) 2024-07-05 12:21:35 +09:00
index.ts
request.test.ts
request.ts chore: update outdated links in JSDoc (#3089) 2024-07-05 12:21:35 +09:00
router.ts
types.test.ts chore(lint): ESLint v9 (#3393) 2024-09-12 12:05:41 +09:00
types.ts perf(types): replace intersection with union to get better perf (#3443) 2024-10-11 18:21:00 +09:00