-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Pull requests: colinhacks/zod
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
feat: add z.number().latitude() and z.number().longitude()
#6301
opened Jul 30, 2026 by
deepshekhardas
Loading…
fix(toJSONSchema): encode RFC 6901 JSON Pointer in $ref paths
#6299
opened Jul 29, 2026 by
hanu-14
Loading…
fix(fromJSONSchema): accept RFC 3339 numeric offsets in date-time format
#6297
opened Jul 29, 2026 by
pullfrog
Bot
Loading…
ci: fix build order to run tests before typecheck
#6292
opened Jul 29, 2026 by
deepshekhardas
Loading…
fix(toJSONSchema): preserve BigInt default values in toJSONSchema
#6291
opened Jul 29, 2026 by
deepshekhardas
Loading…
docs: add generic usage example section to README
#6289
opened Jul 29, 2026 by
deepshekhardas
Loading…
fix(json-schema): encode JSON Schema \ pointer tokens per RFC 6901
#6284
opened Jul 29, 2026 by
deepshekhardas
Loading…
fix(json-schema): encode \ pointer tokens per RFC 6901
#6283
opened Jul 29, 2026 by
deepshekhardas
Loading…
fix(locale): add exact flag support for length/size error messages
#6282
opened Jul 29, 2026 by
deepshekhardas
Loading…
fix(formatError): prevent crash on inherited Object.prototype names in path
#6281
opened Jul 29, 2026 by
deepshekhardas
Loading…
fix(locale): exact error messages for locale when issue.exact is set
#6280
opened Jul 29, 2026 by
deepshekhardas
Loading…
fix(regex): support extended-year ISO 8601 dates in datetime/date regex
#6279
opened Jul 29, 2026 by
deepshekhardas
Loading…
fix(locale): use exact wording when issue.exact is set for length/size errors (v2)
#6278
opened Jul 29, 2026 by
deepshekhardas
Loading…
fix: use separate .d.ts types for import vs .d.cts for require
#6275
opened Jul 28, 2026 by
deepshekhardas
Loading…
fix: constrain preprocess fn return type to schema input type
#6274
opened Jul 28, 2026 by
deepshekhardas
Loading…
fix: show 'Infinity'/'NaN' in error message when parsing non-finite numbers
#6272
opened Jul 28, 2026 by
deepshekhardas
Loading…
fix: prevent metadata from overriding schema-derived type in toJSONSchema
#6270
opened Jul 28, 2026 by
deepshekhardas
Loading…
fix(date): force origin 'date' in min/max error issues
#6269
opened Jul 28, 2026 by
deepshekhardas
Loading…
fix: use isThenable instead of instanceof Promise for Zone.js compat
#6268
opened Jul 28, 2026 by
deepshekhardas
Loading…
feat: expose _zod property on .implement() return value
#6267
opened Jul 28, 2026 by
deepshekhardas
Loading…
fix: add RFC 1035 length limits to domain regex
#6266
opened Jul 28, 2026 by
deepshekhardas
Loading…
fix: propagate @deprecated JSDoc through type aliases
#6265
opened Jul 28, 2026 by
deepshekhardas
Loading…
Previous Next
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.