-
-
Notifications
You must be signed in to change notification settings - Fork 780
Comparing changes
Open a pull request
base repository: honojs/hono
base: v4.8.12
head repository: honojs/hono
compare: v4.9.0
- 13 commits
- 34 files changed
- 10 contributors
Commits on Aug 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f0fd89a - Browse repository at this point
Copy the full SHA f0fd89aView commit details -
feat(aws-lambda): specify content-type as binary (#4250)
* feat: specify content-type as binary * fix: 2nd arg as optional * refactor: use default function isContentTypeBinary and override * refactor: use default function isContentTypeBinary and override * fix: rename defaultIsContentTypeBinary * test: add case for default contentTypeBinary behavior * fix: add jsdoc * fix: explicit return type
Configuration menu - View commit details
-
Copy full SHA for 5205e7c - Browse repository at this point
Copy the full SHA 5205e7cView commit details -
feat(jwt): added validation for the issuer (
iss
) claim (#4253)* feat(jwt): added validation for the issuer (`iss`) claim * feat(jwt): changed argument to generic verification options * docs(jwt): added jsdoc for verification options in jwt and jwk middleware
Configuration menu - View commit details
-
Copy full SHA for cf0e01e - Browse repository at this point
Copy the full SHA cf0e01eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 820d59c - Browse repository at this point
Copy the full SHA 820d59cView commit details -
feat(cookie): generateCookie and generateSignedCookie helpers (#4285)
* generateCookie * generateSignedCookie * removed context arg from generators * tests * removed lines
Configuration menu - View commit details
-
Copy full SHA for fbd2ff1 - Browse repository at this point
Copy the full SHA fbd2ff1View commit details -
feat(serve-static): use
join
to correct path resolution (#4291)* feat(serve-static): use `join` to correct path resolution * add windows tests * implement `defaultJoin` * add retrun type * bun test support win * remove warning add doc * skip test * remove warning * fix the styles * make `defaultJoin` behave like `path.posix.join` * refactored and make it supports only Windows * use `join` from 'node:path' for Deno * simplify the `defaultJoin` Co-authored-by: Taku Amano <taku@taaas.jp> --------- Co-authored-by: Taku Amano <taku@taaas.jp>
Configuration menu - View commit details
-
Copy full SHA for 1196f14 - Browse repository at this point
Copy the full SHA 1196f14View commit details -
feat(jwt): Exposing utility function
verifyWithJwks
for external use (#4302) * Exposing verifyFromJwks from hono/jwt Exposing verifyFromJwks from "hono/jwt" * prettier * verifyFromJwks -> verifyWithJwks --------- Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
Configuration menu - View commit details
-
Copy full SHA for 0839066 - Browse repository at this point
Copy the full SHA 0839066View commit details -
feat: add
parseResponse
util to smartly parsehc
's Response (#4314)* feat: add `hcParse` util to smartly parse response from a `hc` fetch * chore: alternative version with 0 deps * chore: simplify the inlined `fetchRP`, more tests * chore: remove `switch` wrap * types: correct infer when format is not `'json' | 'text'` * chore: tests for `c.body` with type inference * test: use `msw` instead of running an actual server * test: fix the test * chore: some rewording * test: `rawBuffer` should return buffer response * chore: rename and add file description + ref link * chore: rename `hcParse` => `parseResponse` --------- Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
Configuration menu - View commit details
-
Copy full SHA for cd9629d - Browse repository at this point
Copy the full SHA cd9629dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0b8129 - Browse repository at this point
Copy the full SHA b0b8129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87858fb - Browse repository at this point
Copy the full SHA 87858fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a5248f - Browse repository at this point
Copy the full SHA 3a5248fView commit details -
chore: enable
skipLibCheck
to resolve TypeScript compilation issues (……#4342) * chore: enable `skipLibCheck` to resolve TypeScript compilation issues * fix for `editorconfig-checker` * fix `package.json` * update `@types/node`
Configuration menu - View commit details
-
Copy full SHA for 793ffda - Browse repository at this point
Copy the full SHA 793ffdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82bdc4d - Browse repository at this point
Copy the full SHA 82bdc4dView 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.8.12...v4.9.0