Releases: honojs/middleware
Releases · honojs/middleware
@hono/[email protected]
Patch Changes
- Updated dependencies [
eda35847916cf7f7e84289eba29a8e5517615c6b
]:- @hono/[email protected]
@hono/[email protected]
Patch Changes
- #742
39cb252df9a0829b8397b9edbcc1de27e49230e1
Thanks @Micnubinub! - Fix fail case not returning error array in hook
@hono/[email protected]
Patch Changes
- #745
2378265f717900b75410c8dbd6b597190bdc301c
Thanks @yusukebe! - fix: update dependencies
@hono/[email protected]
Major Changes
- #676
b7e740f9305a7157e9e195e89d37df3ea87c8ce9
Thanks @sugar-cat7! - Initial release
@hono/[email protected]
Patch Changes
- #732
1bbb1416ca4a53db65d1b4462228b40a46256d5d
Thanks @yusukebe! - fix:@typescript-eslint/no-require-imports
asoff
@hono/[email protected]
Major Changes
- #731
80cd26ab6e644e1d57a91ad38be05d1e3807c8ea
Thanks @yusukebe! - feat: support ESLint v9
Minor Changes
- #724
f7a950a649006600ba31b8fe8ccf960e7bf4ee92
Thanks @Jayllyz! - Migrate to maintained and improved plugin alternatives
@hono/[email protected]
Minor Changes
-
#711
5675a5fc323a007447f077b97273938baddba59c
Thanks @ameinhardt! - define custom scope, access oauth response and set custom session claims -
#709
cd99b40177cc3eef706ab37d21f4351e86934cc6
Thanks @ameinhardt! - Optionally restrict cookie path with new envvar OIDC_COOKIE_PATH -
#709
cd99b40177cc3eef706ab37d21f4351e86934cc6
Thanks @ameinhardt! - Restrict path of callback cookies to pathname of OIDC_REDIRECT_URI
@hono/[email protected]
Minor Changes
- #710
dadf5ce3c2c134b83420702ca8fe13d6fb8d9390
Thanks @ameinhardt! - Allow multiple mime type response
@hono/[email protected]
Patch Changes
- #701
32abe11a4ad67275e3a5e8767684f750d3f04a7a
Thanks @rwv! - perf: use jsdelivr instead of unpkg to serve swagger-ui assets
@hono/[email protected]
Patch Changes
- #705
9cac146245bc410f328ce59e1b82358464307a88
Thanks @metrue! - Make argument (context) for the root resolver function from optional to required.