Releases: honojs/middleware
Releases · honojs/middleware
@hono/[email protected]
Minor Changes
- #880
2720ac7172281317fa7fb4a59b2388cfeb9f6388
Thanks @G4brym! - Initial release
@hono/[email protected]
Patch Changes
- #876
a092ffaadb3a265a207acc558e6cd021fc3bb6d9
Thanks @HusamElbashir! - Fixed case-sensitivity of the WebSocket "Upgrade" header value
@hono/[email protected]
Minor Changes
- #866
c815055bb6669aff8fccf5f478983906c65aca9d
Thanks @Micnubinub! - Added ability to remove properties that are not in the schema to emulate other validators like zod
@hono/[email protected]
Patch Changes
- #864
d67e279d8289d8a0e5c0a71b80f8703b4a97a0c4
Thanks @Gaubee! - fix(trpc-server) wrap Request with Proxy getter receiver should Request-instance
@hono/[email protected]
Patch Changes
- #850
ee83665c5e01acbcfaaddcd552f2f6d2d3e8006c
Thanks @Gaubee! - Use honoReq's bodyCache to provide a body function for trpc's req
@hono/[email protected]
Minor Changes
- #859
739d4a01fc4e2f3d3c252d617ae27058c40c9b37
Thanks @baseballyama! - feat: support[email protected]
@hono/[email protected]
Patch Changes
- #855
3f63c46fa66bfb7f1d80174bfb160cccfa69f0bc
Thanks @jstri! - fix: support default response
@hono/[email protected]
Patch Changes
- #853
a9804afe71fe5876963b3a6f5972a3e5d50dbdca
Thanks @yusukebe! - fix: returnResponse
if response is not text or JSON
@hono/[email protected]
Patch Changes
- #849
4ebecc61420b6bd94b3a44b8ea58a85654f7ec5d
Thanks @askorupskyy! - Fix multi-middleware complex object type inference
@hono/[email protected]
Minor Changes
- #845
934b3932c1c3fd54b22ff96ad1f9f8846ba9edc9
Thanks @rwv! - customize html title for swagger-ui