Added
dateProxy
now has astep
option, to support seconds (when not divisible by 60).- SuperDebug now opts out of runes mode as default.
Fixed
- Fixed
dateProxy
fortime
formats, previously it returned an invalid date. If you only care about the time part in the date, usetime-utc
as format to avoid timezone changes. - Vite 6 bundling fixed by introducing a
default
field into exports in package.json.
Changed
- Arktype 2.0 is finally released! Adapter updated, please check it out, it's validation on the next level.
- Arktype is now displaying errors with
problem
instead ofmessage
, for nicer output. - Zod peerDependency updated to 3.24.1 to be compatible with its latest fix.
- VineJS adapter updated to 3.0.0.