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.13
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.14
Choose a head ref
  • 5 commits
  • 17 files changed
  • 5 contributors

Commits on Dec 9, 2024

  1. Configuration menu
    Copy the full SHA
    979510f View commit details
    Browse the repository at this point in the history
  2. perf(trie-router): avoid calling spread operator for `Object.create(n…

    …ull)` (#3735)
    
    * perf(trie-router): avoid calling spread operator for `Object.create(null)`
    
    This optimization is based on the discussion in the following Pull Request.
    Thanks to @EdamAme-x!
    #3732
    
    Co-authored-by: EdamAmex <121654029+EdamAme-x@users.noreply.github.com>
    
    * perf(trie-router): make some #getHandlerSets parameters optional
    
    * fix(trie-router): fix #getHandlerSets bug
    
    ---------
    
    Co-authored-by: EdamAmex <121654029+EdamAme-x@users.noreply.github.com>
    usualoma and EdamAme-x authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    47bb23c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2024

  1. fix: Remove charset parameter from MIME type of application/json (#…

    …3743)
    
    * Remove charset parameter from MIME type of application/json
    
    * Remove charset parameter from MIME type of application/json (Other than `serveStatic()`)
    SaekiTominaga authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    baa231e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dffd60f View commit details
    Browse the repository at this point in the history
  3. v4.6.14

    yusukebe committed Dec 14, 2024
    Configuration menu
    Copy the full SHA
    4eb101d View commit details
    Browse the repository at this point in the history
Loading