SvelteKit SuperForms (javascript)
Notes
no notes yet
Release notes
v2.22.0 - Christmas edition
· 1y+
Added
- Support for Zod 3.24 and
Inferimprovements for all adapters, by no other than the Zod creator himself, Colin McDonnell! What a christmas present! 🎄 - Arbitrary types can now be used in the form with the transport feature in SvelteKit hooks. There is a
transportoption both forsuperValidateandsuperFormthat thetransportexport inhooks.tscan be directly used in. Note: Requires SvelteKit^2.11.0.
Fixed
z.bigint()was interpreted as a number instead of a BigInt.
Changed
- Effect updated to require
^3.10.0. Only theeffectpackage is required now, not@effect/schemaas before. See the 3.10 release notes for details.