Yusuke Wada
|
39f896a576
|
fix(compose): don't throw Error; set error response into c.res (#576)
|
2022-10-02 15:44:54 +09:00 |
|
Yusuke Wada
|
058e3113b3
|
fix(types): correct types for app.notFound / app.onError (#512)
Fix #511
|
2022-09-10 18:00:00 +09:00 |
|
Taku Amano
|
e174b70858
|
perf(compose): Always return a Promise without async. (#496)
|
2022-09-04 17:53:39 +09:00 |
|
Taku Amano
|
f3087c94e1
|
perf(compose): Remove await composed() from hono.ts. (#495)
|
2022-09-02 22:55:01 +09:00 |
|
Yusuke Wada
|
d3ff952599
|
fix(compose): do not handle the error in compose (#491)
* fix(compose): do not handle the error in `compose`
* tweak
|
2022-08-31 17:49:01 +09:00 |
|
Taku Amano
|
db8619695e
|
fix(compose): Support a handler that non-async and returning a promise. (#469)
* fix(compose): Support a handler that non-async and returning a promise.
* Update deno_dist via `yarn denoify`.
|
2022-08-15 12:24:23 +09:00 |
|
Yusuke Wada
|
578833ea85
|
perf(compose): optimize await (#466)
Do not `await` if the handler is not promise.
|
2022-08-15 08:35:57 +09:00 |
|
Yusuke Wada
|
8879f241e8
|
refactor(mime): made .ico file's extension to image/x-icon (#462)
* refactor(mime): made `.ico` file's extension to `image/x-icon`
* fixed deno and bun tests
|
2022-08-09 10:51:08 +09:00 |
|
Yusuke Wada
|
2a24b98e55
|
refactor: remove useless async for a better performance on Bun (#397)
* fix(compress): add type for enconding name
* refactor: remove useless `async` for a better performance on Bun
|
2022-07-17 09:13:44 +09:00 |
|
Yusuke Wada
|
0d48c9f338
|
feat: [WIP] new structure for support Deno and third-party middleware
[skip ci]
|
2022-07-15 08:40:15 +09:00 |
|
Yusuke Wada
|
d9e9e62e47
|
feat: support Deno! (#336)
|
2022-07-02 15:09:45 +09:00 |
|