-
-
Notifications
You must be signed in to change notification settings - Fork 689
Comparing changes
Open a pull request
base repository: honojs/hono
base: v4.0.10
head repository: honojs/hono
compare: v4.1.0
- 17 commits
- 67 files changed
- 9 contributors
Commits on Feb 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ce2a2f5 - Browse repository at this point
Copy the full SHA ce2a2f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ef39b1 - Browse repository at this point
Copy the full SHA 3ef39b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2be9893 - Browse repository at this point
Copy the full SHA 2be9893View commit details
Commits on Feb 26, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 30b33b0 - Browse repository at this point
Copy the full SHA 30b33b0View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 577ce68 - Browse repository at this point
Copy the full SHA 577ce68View commit details
Commits on Mar 4, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 466bf49 - Browse repository at this point
Copy the full SHA 466bf49View commit details -
Configuration menu - View commit details
-
Copy full SHA for a64be6d - Browse repository at this point
Copy the full SHA a64be6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a75c89 - Browse repository at this point
Copy the full SHA 2a75c89View commit details
Commits on Mar 5, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 47f5c54 - Browse repository at this point
Copy the full SHA 47f5c54View commit details
Commits on Mar 7, 2024
-
refactor(SSG): separate middleware logic (#2315)
* move to middleware * move core logic * denoify
Configuration menu - View commit details
-
Copy full SHA for 8ef9b7b - Browse repository at this point
Copy the full SHA 8ef9b7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d8ecf4 - Browse repository at this point
Copy the full SHA 8d8ecf4View commit details -
chore: bump up
@hono/node-server
(#2323)* chore: bump up `@hono/node-server` * update lock file
Configuration menu - View commit details
-
Copy full SHA for 3126beb - Browse repository at this point
Copy the full SHA 3126bebView commit details -
fix(body-limit): export
bodyLimit
for Deno (#2324)* fix(body-limit): export `bodyLimit` for Deno * denoify
Configuration menu - View commit details
-
Copy full SHA for c1706da - Browse repository at this point
Copy the full SHA c1706daView commit details -
fix(websocket): export WebSocket helper for Deno (#2325)
* fix(websocket): export WebSocket helper for Deno * denoify
Configuration menu - View commit details
-
Copy full SHA for 568f75f - Browse repository at this point
Copy the full SHA 568f75fView commit details
Commits on Mar 10, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 6eaa696 - Browse repository at this point
Copy the full SHA 6eaa696View commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7afb2d - Browse repository at this point
Copy the full SHA c7afb2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 139e863 - Browse repository at this point
Copy the full SHA 139e863View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.0.10...v4.1.0