Skip to content
Permalink

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: main
Choose a base ref
...
head repository: honojs/hono
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: perf/context-json-fast-path
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 3 contributors

Commits on Feb 10, 2026

  1. perf: add fast path to c.json() matching c.text() optimization

    Skip #newResponse() and Headers allocation when no status, headers,
    or finalized state exists. Creates Response directly with inline
    Content-Type header, matching the existing c.text() fast path pattern.
    mgcrea committed Feb 10, 2026
    Configuration menu
    Copy the full SHA
    04f2577 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2026

  1. Configuration menu
    Copy the full SHA
    9fa2ac1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2026

  1. dont merge

    yusukebe committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    45605fd View commit details
    Browse the repository at this point in the history
Loading