0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 02:27:49 +01:00
hono/src
Taku Amano 8ca155ec9b
feat(helper/streaming): Support Promise<string> or (async) JSX.Element in streamSSE (#3344)
* feat(helper/streaming): Support Promise<string> or (async) JSX.Element in streamSSE

* refactor(context): enable to pass Promise<string> (includes async JSX.Element) to resolveCallback
2024-09-08 15:57:45 +09:00
..
adapter feat(websocket): Add generics type to WSContext (#3337) 2024-09-08 15:49:09 +09:00
client fix(client): replace optional params to url correctly (#3304) 2024-08-21 10:53:54 +09:00
helper feat(helper/streaming): Support Promise<string> or (async) JSX.Element in streamSSE (#3344) 2024-09-08 15:57:45 +09:00
jsx perf(jsx): skip the special behavior when the element is in the head. (#3352) 2024-09-01 16:51:32 +09:00
middleware feat(serveStatic): add precompressed option (#3366) 2024-09-08 15:55:17 +09:00
preset feat(types): allow passing interfaces as Bindings / Variables (#3136) 2024-07-16 21:41:38 +09:00
router chore(test): replace deprecated vitest type (#3338) 2024-08-31 11:08:26 +09:00
utils feat(helper/streaming): Support Promise<string> or (async) JSX.Element in streamSSE (#3344) 2024-09-08 15:57:45 +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
compose.ts fix(types): remove slow types (#3147) 2024-07-16 22:53:33 +09:00
context.test.ts feat(types): allow passing interfaces as Bindings / Variables (#3136) 2024-07-16 21:41:38 +09:00
context.ts feat(helper/streaming): Support Promise<string> or (async) JSX.Element in streamSSE (#3344) 2024-09-08 15:57:45 +09:00
hono-base.ts
hono.test.ts feat(types): allow passing interfaces as Bindings / Variables (#3136) 2024-07-16 21:41:38 +09:00
hono.ts
http-exception.test.ts
http-exception.ts
index.ts
request.test.ts
request.ts
router.ts
types.test.ts fix(types): broken test in future versions of typescript (#3310) 2024-08-25 15:55:37 +09:00
types.ts fix(types): param in ValidationTargets supports optional param (#3229) 2024-08-06 20:15:21 +09:00