@solidjs/[email protected]
@solidjs/[email protected]
Release Notes
Minor Changes
- 02e561e: Expose experimental
decorateHandleranddecorateMiddlewarehelpers from@solidjs/start/serverfor providing Solid's request context to custom h3 handlers and middleware.
Patch Changes
f66b5a9: fix: keep non-picked route exports that picked exports reference instead of deleting their bindings, so API handlers can call helpers exported from the same file (#2100); also fixes picked exports declared via
export { ... }specifiers being dropped (#1659)1763296: fix: run
onBeforeResponsemiddleware in declared order (#2131)Applications that reversed their
onBeforeResponsearrays as a workaround should restore the intended declaration order.cd98e7d: Fix API route matching when
server.baseURLis configured.