v21.6.0
Feature
- Supporting the following
z.string()
formats by theDocumentation
generator:base64
(asbyte
),date
,time
,duration
,nanoid
;- And new formats introduced by Zod 3.24:
jwt
,base64url
,cidr
;
Fix
- Missing
minLength
andmaxLength
properties when depictingz.string().length()
(fixed length strings).
Chores
- Bump zod from 3.23.8 to 3.24.0 by @dependabot and @RobinTail in #2247
Full Changelog: v21.5.0...v21.6.0