-
-
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
fix(v4): formatError and treeifyError handle inherited-name path elements
#6367
opened Aug 10, 2026 by
deepshekhardas
Loading…
fix: report __proto__ as unrecognized key in strict mode
#6366
opened Aug 10, 2026 by
deepshekhardas
Loading…
fix: add offset option to z.iso.time() for timezone-aware time strings
#6365
opened Aug 10, 2026 by
deepshekhardas
Loading…
fix: distinct error message when xor matches multiple options
#6364
opened Aug 10, 2026 by
deepshekhardas
Loading…
fix: add depth counter to prevent TS2589 on recursive ZodObject
#6363
opened Aug 10, 2026 by
deepshekhardas
Loading…
fix: enforce RFC 1035 length limits in domain regex
#6362
opened Aug 10, 2026 by
deepshekhardas
Loading…
fix: preserve symbol-keyed properties in object schema output
#6361
opened Aug 10, 2026 by
deepshekhardas
Loading…
test(v4): stop redos tests failing on CPU contention
#6360
opened Aug 10, 2026 by
irfanfandi
Loading…
feat(v4): expose stringbool truthy/falsy/case via _zod.bag
#6357
opened Aug 9, 2026 by
hamed-bavar
Loading…
fix(v4): write a transformed record key as an own property
#6356
opened Aug 9, 2026 by
colinhacks
Owner
Loading…
fix(v4): re-check the record key after the key schema runs
#6355
opened Aug 9, 2026 by
colinhacks
Owner
Loading…
perf(v4): merge duplicated cold-path logic in core (-1.7% tree-shaken)
#6351
opened Aug 9, 2026 by
zirkelc
Loading…
perf(v4): dedupe JSON Schema pipeline internals (pinned in every bundle)
#6350
opened Aug 9, 2026 by
zirkelc
Loading…
perf(v4): dedupe class-init boilerplate in classic/core schemas (-3.6% tree-shaken)
#6349
opened Aug 9, 2026 by
zirkelc
Loading…
perf(v4): dedupe factory def boilerplate in core/api.ts (-2.3% tree-shaken)
#6348
opened Aug 9, 2026 by
zirkelc
Loading…
fix: ZodFlattenedError accepts a schema, matching inferFlattenedErrors
#6340
opened Aug 5, 2026 by
deepshekhardas
Loading…
feat: compact simple anyOf unions to type array in toJSONSchema
#6339
opened Aug 5, 2026 by
deepshekhardas
Loading…
fix: report date origin for numeric min/max on date schemas
#6338
opened Aug 5, 2026 by
deepshekhardas
Loading…
perf: elide redundant backward parse when checks cannot mutate the value
#6336
opened Aug 5, 2026 by
deepshekhardas
Loading…
fix(fromJSONSchema): accept RFC 3339 numeric offsets in date-time format
#6335
opened Aug 5, 2026 by
deepshekhardas
Loading…
fix(fromJSONSchema): enforce additionalProperties:false when patternProperties is present
#6334
opened Aug 5, 2026 by
deepshekhardas
Loading…
fix(fromJSONSchema): prefixItems/items arrays do not require omitted elements
#6333
opened Aug 5, 2026 by
deepshekhardas
Loading…
Previous Next
ProTip!
Filter pull requests by the default branch with base:main.