COMMITS
March 4, 2026
J
chore(eslint): upgrade `@hono/eslint-config` (#4781)
Jonathan Haines committed
O
fix(jwt): validate token format in decode and decodeHeader functions (#4752)
otoneko. committed
A
fix(request): return `string | undefined` from param() when path type is any (#4723)
Andrew D'Amelio committed
March 3, 2026
T
Merge commit from fork
Taku Amano committed
T
Merge commit from fork
Taku Amano committed
Y
fix(utils/url): specify the return type of `tryDecodeURI` (#4779)
Yusuke Wada committed
T
Merge commit from fork
techfish committed
March 2, 2026
O
fix(client): preserve route schema in ApplyGlobalResponse (#4777)
Oguma Shunya committed
February 26, 2026
E
fix(jwt): prevent memory leak by avoiding mutation of options object (#4759)
EdamAmex committed
D
fix(types): correct middleware types (#4774)
David committed
Y
fix(types): remove DOM type dependencies from ClientResponse and request method (#4768)
YevheniiKotyrlo committed
February 24, 2026
Y
fix(jwt): fix `JwtVariables` for `ContextVariableMap` (#4764)
Yusuke Wada committed
E
fix(jwt): use `Math.floor` instead of bitwise OR for safe timestamp (#4754)
EdamAmex committed
E
fix(validator): prevent type diff bug in form data parsing (#4753)
EdamAmex committed
February 23, 2026
Y
fix(context): revert PR #4707 (#4757)
Yusuke Wada committed
A
ci: apply automated fixes
autofix-ci[bot] committed
E
Merge commit from fork
EdamAmex committed
February 21, 2026
K
fix(client): export `ApplyGlobalResponse` from `hono/client` (#4743)
Kentaro Suzuki committed
February 19, 2026
Y
Merge pull request #4735 from honojs/next
Yusuke Wada committed
Y
perf(context): use `createResponseInstance` for new Response (#4733)
Yusuke Wada committed
E
perf(trie-router): improve performance (1.5x ~ 2.0x) (#4724)
EdamAmex committed
S
feat(types): Add exports field to ExecutionContext (#4719)
Shosei Yoshikawa committed
F
feat(language): add progressive locale code truncation to normalizeLanguage (#4717)
fujitani sora committed