-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: honojs/hono
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.12.12
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: honojs/hono
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.12.14
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 17 files changed
- 4 contributors
Commits on Apr 8, 2026
-
fix(types): infer response type from last handler in app.on 9- and 10…
…-handler overloads (#4865) The 9- and 10-handler `app.on` overloads declared `R` on the last handler position but discarded it, hardcoding `MergeTypedResponse<HandlerResponse<any>>` in the schema instead. This caused the inferred `output` to collapse to `{} | Promise<void>` regardless of what the response handler returned. Affected overloads: - app.on(method, path, handler x10) - app.on(method[], path, handler x9) - app.on(method[], path, handler x10) The 8-handler variants were already using `MergeTypedResponse<R>` correctly.
Configuration menu - View commit details
-
Copy full SHA for 1aa32fb - Browse repository at this point
Copy the full SHA 1aa32fbView commit details
Commits on Apr 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f23e97b - Browse repository at this point
Copy the full SHA f23e97bView commit details -
Configuration menu - View commit details
-
Copy full SHA for faa6c46 - Browse repository at this point
Copy the full SHA faa6c46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3779927 - Browse repository at this point
Copy the full SHA 3779927View commit details -
fix(aws-lambda): handle invalid header names in request processing (#…
…4883) * fix(aws-lambda): handle invalid header names in request processing Co-authored-by: Taku Amano <[email protected]> * ci: apply automated fixes --------- Co-authored-by: Taku Amano <[email protected]> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fa2c74f - Browse repository at this point
Copy the full SHA fa2c74fView commit details -
* fix(jsx): validate attribute names to prevent XSS via key injection * fix(jsx/dom): handle invalid attribute names in DOM renderer
Configuration menu - View commit details
-
Copy full SHA for 66daa2e - Browse repository at this point
Copy the full SHA 66daa2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf2d2b7 - Browse repository at this point
Copy the full SHA cf2d2b7View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.12.12...v4.12.14