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.1
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.2
Choose a head ref
  • 4 commits
  • 64 files changed
  • 2 contributors

Commits on Sep 12, 2024

  1. chore(lint): ESLint v9 (#3393)

    * chore(lint): ESLint v9
    
    * run prettier
    yusukebe authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5f78e4e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. perf(serve-static): performance optimization for precompressed feature (

    #3414)
    
    * perf(serve-static): use "Set" for checking precompressed
    
    * refactor: define COMPRESSIBLE_CONTENT_TYPE_REGEX in utils
    
    * refactor: set "Content-Type" header only if the content is defined
    
    * perf(serve-static): find compressed file only if the mime type is compressible
    usualoma authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0edb243 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    27a57c3 View commit details
    Browse the repository at this point in the history
  2. v4.6.2

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