github ciscoheat/sveltekit-superforms v2.22.0
v2.22.0 - Christmas edition

latest releases: v3.0.0-next.0, v2.30.2, v2.30.1...
21 months ago

Added

  • Support for Zod 3.24 and Infer improvements 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 transport option both for superValidate and superForm that the transport export in hooks.ts can 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 the effect package is required now, not @effect/schema as before. See the 3.10 release notes for details.

Don't miss a new sveltekit-superforms release

NewReleases is sending notifications on new releases.