Releases: honojs/middleware
Releases · honojs/middleware
@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.
@hono/[email protected]
Patch Changes
- #697
c3b67a6c3b493482833f5b030596906286da62b8
Thanks @taishinaritomi! - fix(@hono/oauth-providers): google provider attach custom parameters
@hono/[email protected]
Patch Changes
- #689
c3d48868003ebd215074777a4846af208ddab123
Thanks @yusukebe! - fix: supportsrequired
for JSON and Form body
@hono/[email protected]
Patch Changes
- #686
a6ec008fbd8235368b796d2c0edb6adfe8c03cc5
Thanks @yusukebe! - fix: don't validate the body if content-type is mismatched
@hono/[email protected]
Major Changes
-
#649
0b6d821c110ff6ac71846cdd7ffad6e36050b4e7
Thanks @DavidHavl! - ### Added:- New
emitAsync
method to the EventEmitter to enable invoking asynchronous handlers. - Added prevention for potential memory leak when adding handlers inside of middleware via
on
method. - Introduced new option of EventEmitter
maxHandlers
that limits number of handlers that can be added to a single event. - Significantly improved documentation.
Changed:
- Moved context parameter to the first position in the
emit
method.
- New
@hono/[email protected]
Patch Changes
- #668
9c58014a7c5ebadc3345656fe17a83efd55b895b
Thanks @alexturpin! - Change renderer Props type to interface to allow merging
@hono/[email protected]
Major Changes
- #666
d4a69131e1a6a2cd6d32d5da53a824bee0ce8ea4
Thanks @uttk! - Create Conform validator middleware
@hono/[email protected]
Minor Changes
- #670
e3eafbc117103ef408f8b242784b53c9ffdb326e
Thanks @3w36zj6! - feat: add GraphiQL support
@hono/[email protected]
Patch Changes
- #667
41ab4b029d225901b7369d88fb29b64f6c217dda
Thanks @3w36zj6! - fix: add type to Middleware Handler