Changed
- TypeBox adapter has been bumped to 1.0! Check the migration guide to upgrade. Note that if you must stay on 0.x for a while, you cannot upgrade to this version of Superforms.
Added
- Added support for Zod 4 stringbools. #610
booleanProxy
now supports theempty
option.
Fixed
- Fixed loading timers when the
timeoutMS
setting is triggered and a redirect response is returned. #622 filesStore
initialValue now matchesfileStore
. #637- Fixed JSON Schema for some non-representable types in Zod 4 adapter, it now handles
set
andmap
properly. #617 - Possibly fixed the SuperDebug broken import on Svelte 5 in enforced runes mode #599
- Zod 4 error messages should now take the current locale into account as default. #618, #639
- Zod 3 fix for URL parsing - A default boolean value of
true
returnedfalse
when parsing a URL withsuperValidate
. #633