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.4
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.5
Choose a head ref
  • 11 commits
  • 20 files changed
  • 5 contributors

Commits on Oct 11, 2024

  1. perf(types): replace intersection with union to get better perf (#3443)

    * perf(types): replace intersection with union to get better perf
    
    * revert intersection
    
    * format
    
    * refactor: move ExcludeEmptyObject to utils/type.ts
    m-shaka authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f1a7267 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. ci: use Deno v2 (#3506)

    * ci: use Deno `v2`
    
    * add `deno install` command
    
    * use `bunx jsr publish --dry-run
    
    * add `oven-sh/setup-bun@v1`
    yusukebe authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    9986b47 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. ci: use Deno v2 for a test running for deno (#3509)

    * chore: use Deno v2 for a test running for deno
    
    * use denoland/setup-deno@v2
    nakasyou authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    bd9effe View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. fix(types): rm ExcludeEmptyObject to fix massively increased type ins…

    …tantiations (#3507)
    
    * fix: mv ExcludeEmptyObject to hono-base.ts
    
    * refactor: rm ExcludeEmptyObject
    m-shaka authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    3311664 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cebf4e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. feat(powered-by): optional server name (#3492)

    * refactor(powered-by): optional server name
    
    * style(powered-by): format
    
    * test(powered-by): test new config
    
    * Update index.test.ts
    PatrickJS authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fc9cc6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9e6ea7 View commit details
    Browse the repository at this point in the history
  3. Merge commit from fork

    yusukebe authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    aa50e0a View commit details
    Browse the repository at this point in the history
  4. fix(build): remove private fields (#3514)

    * fix(build): remove private fields
    
    * chore: format scripts
    
    * test: add test code
    
    * reduce package.json diff
    
    * feat(build): add progress for removing private fields
    
    * feat: rename `scripts` to `build`
    nakasyou authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6cf01e5 View commit details
    Browse the repository at this point in the history
  5. chore: update the lockfile

    yusukebe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c4d19ec View commit details
    Browse the repository at this point in the history
  6. v4.6.5

    yusukebe committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    89a0ac1 View commit details
    Browse the repository at this point in the history
Loading