v0.1.0-beta.14
core:
- Add field raw to access the raw websocket instance in client WebSocket wrapper and stop mutating that instance (a787af6)
core:
- add option to use strict responses, rename unknownRequestKeys option to strictRequestKeys for consistency, add type-level support that makes getGlobalHeaders returned header keys optional for each fetch call (b228897)
core:
- add support for resolving request keys from valibot variant schema (751b957)
express, fastify, hono, next, server, web:
- Add support for implementing handlers for router as a class (5676c02)
next, server, web:
- Add support for nesting route/route declarations inside another router and allow stacking .middleware() calls (8611b28)
server:
- optimize path matching performance (7d54706)