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: v4.6.2
Choose a base ref
...
head repository: honojs/hono
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.6.3
Choose a head ref
  • 14 commits
  • 69 files changed
  • 8 contributors

Commits on Sep 17, 2024

  1. chore: rename runtime_tests to runtime-tests (#3419)

    * chore: rename `runtime_tests` to `runtime-tests`
    
    * fixed GitHub workflow
    yusukebe authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    dfbd717 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. ci: Type check perf (#3406)

    * chore: add scripts to monitor type check performance
    
    * chore: add jobs for type-check-perf-monitoring
    
    * chore: rm a comment
    
    * refactor: mv type-check-perf perf-measures/type-check
    
    * rm .eslintrc.cjs
    
    * chore: ignore *result.txt
    m-shaka authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    66df4e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    c502aa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d8028a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1eb98d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4878fcf View commit details
    Browse the repository at this point in the history
  5. fix(types): useSyncExternalStore type (#3437)

    Align with react
    note: the parameter is not used in function body
    codehz authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ad0bba0 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    fe0a82a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8130a67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    991a57b View commit details
    Browse the repository at this point in the history
  4. feat(request): Make request.ts available throught JSR for frameworks …

    …that need to instantiate HonoRequest (#3425)
    
    * Update jsr.json
    
    * Update jsr.json
    Sorikairox authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    27961dc View commit details
    Browse the repository at this point in the history
  5. feat(jsx/precompile): Normalization and stringification of attribute …

    …values as `renderToString` (#3432)
    
    * feat(jsx/precompile): Normalization and stringification of attribute values as `renderToString`
    
    * fix(jsx/precompile): boolean attributes are processed by compiler
    
    * test: fix test data for jsx (precompile and react-jsx)
    
    * fix(jsx/precompile): remove unnecessary import statement
    
    * refactor(jsx/precompile): Normalization of keys from JSX to HTML is done by runtime, not by hono
    usualoma authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7779fca View commit details
    Browse the repository at this point in the history
  6. feat(serve-static): support absolute root (#3420)

    * feat(serve-static): support absolute root
    
    * add bun runtime test
    
    * don't use `Request`
    
    * add code for deno
    
    * remove unnecessay `console.log`
    
    * use `normalizeFilePath` instead of `URL`
    
    * use `URL` for `options.root`
    
    * don't allow directory traversal and fix the behavior when root including `../`
    yusukebe authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    246a06a View commit details
    Browse the repository at this point in the history
  7. v4.6.3

    yusukebe committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c34e602 View commit details
    Browse the repository at this point in the history
Loading