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.0.10
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.1.0
Choose a head ref
  • 17 commits
  • 67 files changed
  • 9 contributors

Commits on Feb 25, 2024

  1. Verified

    This commit was signed with the committer’s verified signature.
    kwasniew Mateusz Kwasniewski
    Copy the full SHA
    ce2a2f5 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature.
    kwasniew Mateusz Kwasniewski
    Copy the full SHA
    3ef39b1 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2be9893 View commit details

Commits on Feb 26, 2024

  1. feat(ssg): generate files concurrently (#2187)

    * feat: Introduce utility for concurrent execution
    
    * feat(ssg): generate files concurrently
    
    * feat(ssg): For safety, the default number of concurrency in SSG is 2.
    
    * fix(ssg): catch filesystem error
    
    * test(ssg): migrate tests
    
    * chore: denoify
    usualoma authored Feb 26, 2024
    Copy the full SHA
    30b33b0 View commit details
  2. feat(jsx): more react staff (#2197)

    * feat(jsx): Introduce useReducer hook
    
    * feat(jsx): add dummy useDebugValue hook
    
    * feat(jsx/dom): add createElement function
    
    * feat(jsx): export all staffs from jsx as default
    
    * chore: denoify
    
    * refactor(jsx/dom): export jsx as an alias of createElement
    
    * chore: denoify
    usualoma authored Feb 26, 2024
    Copy the full SHA
    577ce68 View commit details

Commits on Mar 4, 2024

  1. feat: introduce Body Limit Middleware using stream (#2309)

    * feat: introduce Body Limit Middleware using stream
    
    * denoify
    
    * feat(body-limit): Replace c.req.raw with body limit middleware proxy (#2109)
    
    * fix(body-limit): fix typo
    
    * feat(body-limit): Replace `c.req.raw` with body limit middleware proxy
    
    * refactor(body-limit): we can trust content-length header
    
    * fix(body-limit): call controller.error instead of throwing an error
    
    * test(body-limit): add test for ReadableStream body
    
    * chore: denoify
    
    * refactor(middleware/body-limit): throw HTTPException instead of retuning c.text()
    
    * remove `Unit` untility
    
    * denoify
    
    * fixed example
    
    * denoify
    
    ---------
    
    Co-authored-by: Ame_x <121654029+EdamAme-x@users.noreply.github.com>
    Co-authored-by: Taku Amano <taku@taaas.jp>
    3 people authored Mar 4, 2024
    Copy the full SHA
    466bf49 View commit details
  2. Merge branch 'main' into next

    yusukebe committed Mar 4, 2024
    Copy the full SHA
    a64be6d View commit details
  3. v4.1.0-rc.1

    yusukebe committed Mar 4, 2024
    Copy the full SHA
    2a75c89 View commit details

Commits on Mar 5, 2024

  1. feat: Introduce WebSocket Helper / Adapter (#2265)

    * feat: Add WebSocket API
    
    * chore: format code
    
    * chore: denoify
    
    * feat: remove `bun-types`
    
    * fix(ws): Cloudflare workers
    
    * feat(ws): Add Deno Adapter
    
    * fix(ws): Add Deno exports to package.json
    
    * feat: test code
    
    * chore: denoify
    
    * chore: format code
    
    * fix: eslint
    
    * chore: createBunWebSocket to createWebSocket
    
    * chore: able to import from index.ts
    
    * feat: add workers test
    
    * feat: add deno test
    
    * typo: `normalizedReceiveData`
    
    * refactor: change way to discrimination client type
    
    * fix: bypass test
    
    * fix: format code and bypass test
    
    * fix: forget to delete `console.log` for debug
    
    * feat(ws): remove `hono/ws/{adapter}` import
    nakasyou authored Mar 5, 2024
    Copy the full SHA
    47f5c54 View commit details

Commits on Mar 7, 2024

  1. refactor(SSG): separate middleware logic (#2315)

    * move to middleware
    
    * move core logic
    
    * denoify
    watany-dev authored Mar 7, 2024
    Copy the full SHA
    8ef9b7b View commit details
  2. Merge branch 'main' into next

    yusukebe committed Mar 7, 2024
    Copy the full SHA
    8d8ecf4 View commit details
  3. chore: bump up @hono/node-server (#2323)

    * chore: bump up `@hono/node-server`
    
    * update lock file
    yusukebe authored Mar 7, 2024
    Copy the full SHA
    3126beb View commit details
  4. fix(body-limit): export bodyLimit for Deno (#2324)

    * fix(body-limit): export `bodyLimit` for Deno
    
    * denoify
    yusukebe authored Mar 7, 2024
    Copy the full SHA
    c1706da View commit details
  5. fix(websocket): export WebSocket helper for Deno (#2325)

    * fix(websocket): export WebSocket helper for Deno
    
    * denoify
    yusukebe authored Mar 7, 2024
    Copy the full SHA
    568f75f View commit details

Commits on Mar 10, 2024

  1. feat(cookie): Add Cookie bis condition check (#2314)

    * throw Erro for cookie max-age longer than 400days
    
    * throw Error for cookie with expires longer than 400days
    
    * throw Error for --Secure- cookie without Secure attributes
    
    * throw Error for --Host- cookie without valid settings
    
    * throw Error for Partitioned cookie without Secure attributes
    
    * npm run denoify
    
    * npm run format:fix
    
    * bun run denoify
    Jxck authored Mar 10, 2024
    Copy the full SHA
    6eaa696 View commit details

Commits on Mar 11, 2024

  1. Merge pull request #2327 from honojs/next

    Next
    yusukebe authored Mar 11, 2024
    Copy the full SHA
    c7afb2d View commit details
  2. v4.1.0

    yusukebe committed Mar 11, 2024
    Copy the full SHA
    139e863 View commit details
Loading