v4.4.11
What's Changed
- refactor: remove unnecessary async keyword from router tests by @K-tecchan in #3061
- fix(validator): don't return a FormData if formData is cached by @yusukebe in #3067
- fix(client): Add Query Parameter Support to WebSocket Client in
hono/client
by @naporin0624 in #3066 - refactor(types): move
HandlerInterface
's(path, handler)
s overloads down by @NamesMT in #3072 - test(helper/dev): fix typo of test case name by @yasuaki640 in #3073
- fix(stream): Fixed a problem that onAbort() is called even if request is normally closed in deno by @usualoma in #3079
New Contributors
- @K-tecchan made their first contribution in #3061
Full Changelog: v4.4.10...v4.4.11