SvelteKit SuperForms (javascript)
Notes
no notes yet
Release notes
v1.1.0
· 1y+
Added
- Support for
Setin schemas, usingz.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
truealways returnedtruewhen 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)