SvelteKit SuperForms (javascript)

ciscoheat/sveltekit-superforms last check 86 releases
Notes
no notes yet
Release notes
v1.1.0 · 1y+
view on github

Added

  • Support for Set in schemas, using z.set().

Fixed

  • Nested array and object-level errors are now all cleared on a successful client-side validation. (#196)
  • Boolean fields with a default value of true always returned true when validating.
  • Fixed infinite deep type instantiation on message. (#143, thanks to Alisson Cavalcante Agiani)
  • Fixed typesVersions map that caused incorrect auto-import paths (#191, thanks to CokaKoala)