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.9
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.10
Choose a head ref
  • 13 commits
  • 25 files changed
  • 6 contributors

Commits on Nov 4, 2024

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

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    ebd1a0e View commit details
    Browse the repository at this point in the history
  2. chore: bump devDependencies (#3633)

    * chore: bump devDependencies
    
    * fix
    
    * chore: format
    EdamAme-x authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    394a8f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    4598d7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48d2adc View commit details
    Browse the repository at this point in the history
  3. chore(build): validate if exporting is correct in package.json and …

    …`jsr.json` (#3638)
    
    * feat(build): for both exports to be the same
    
    * some fix
    
    * fix exclude of coverage
    
    * update
    
    * stylish error message and add comment
    
    * revert auto lint
    
    * chore: format
    EdamAme-x authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a6ccfa2 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. fix(serveStatic): add guard to prevent reading empty folders (#3639)

    Fixes  #3628
    
    * fix(serveStatic): add guard to prevent reading empty folders
    
    * fix(serveStatic): remove unnecessary Deno.stat
    
    * test(serveStatic): add test cases related to isDir guard
    oussamasf authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    65f2a3b View commit details
    Browse the repository at this point in the history
  2. docs(service-worker): fix module docs for service worker adapter (#3645)

    change from `Cloudflare Workers` to `Service Worker`
    rwv authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    8a8a576 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

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

Commits on Nov 12, 2024

  1. perf(trie-router): optimize and remove unnecessary processes (#3647)

    * perf(trie-router): remove unnecessary processes and speed up
    
    * revert (4)
    
    * fix
    EdamAme-x authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7e17b76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b30835 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. fix(middleware/combine): prevent c.req.routeIndex from being changed (

    #3663)
    
    * test(middleware/combine): add test for every middleware
    
    Co-authored-by: Paweł Dąbrowski <[email protected]>
    
    * refactor(compose): Loosen `compose` parameter types
    
    The current implementation of `compose` does not use some elements of the received middleware,
    so they do not have to be passed on.
    
    * fix(middleware/combine): prevent `c.req.routeIndex` from being changed
    
    ---------
    
    Co-authored-by: Paweł Dąbrowski <[email protected]>
    usualoma and paolostyle authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4349735 View commit details
    Browse the repository at this point in the history
  2. v4.6.10

    yusukebe committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d405215 View commit details
    Browse the repository at this point in the history
Loading