-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: colinhacks/zod
base: v4.1.1
head repository: colinhacks/zod
compare: v4.1.3
- 15 commits
- 12 files changed
- 6 contributors
Commits on Aug 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e45e61b - Browse repository at this point
Copy the full SHA e45e61bView commit details -
fix(v4): toJSONSchema - wrong record tuple output when targeting `ope…
…napi-3.0` (#5145) * fix(v4): toJSONSchema - wrong record tuple output when targeting `openapi-3.0` * chore: rename unsued variable in get-llm-text.ts
Configuration menu - View commit details
-
Copy full SHA for 25a4c37 - Browse repository at this point
Copy the full SHA 25a4c37View commit details
Commits on Aug 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0fa4f46 - Browse repository at this point
Copy the full SHA 0fa4f46View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 940383d - Browse repository at this point
Copy the full SHA 940383dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3009fa8 - Browse repository at this point
Copy the full SHA 3009fa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98ff675 - Browse repository at this point
Copy the full SHA 98ff675View commit details -
Configuration menu - View commit details
-
Copy full SHA for a410616 - Browse repository at this point
Copy the full SHA a410616View commit details -
fix(v4): toJSONSchema - add missing oneOf inside items in tuple conve…
…rsion (#5146) * fix(v4): toJSONSchema - add missing oneOf inside items in tuple conversion * oneOf -> anyOf --------- Co-authored-by: Colin McDonnell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0cf4589 - Browse repository at this point
Copy the full SHA 0cf4589View commit details
Commits on Aug 26, 2025
-
fix(v4): toJSONSchema tuple path handling for draft-7 with metadata I…
…Ds (#5152) * test(v4): add regression test for tuple draft-7 path handling issue #5151 Adds test that exposes bug where tuple schemas with rest elements and metadata IDs generate incorrect internal paths when targeting draft-7, causing improper schema extraction and reference generation. * fix(v4): toJSONSchema tuple path handling for draft-7 with metadata IDs Fixes issue #5151 where tuple schemas with rest elements and metadata IDs generated incorrect internal paths when targeting draft-7, causing improper schema extraction and reference generation. The bug was in hardcoded path names regardless of JSON Schema target: - draft-2020-12 should use "prefixItems" and "items" - draft-7/draft-4 should use "items" and "additionalItems" - openapi-3.0 should use indexed "items"
Configuration menu - View commit details
-
Copy full SHA for 8bf0c16 - Browse repository at this point
Copy the full SHA 8bf0c16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c5fa90 - Browse repository at this point
Copy the full SHA 5c5fa90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87b97cc - Browse repository at this point
Copy the full SHA 87b97ccView commit details -
fix(v4): toJSONSchema - output numbers with exclusive range correctly…
… when targeting `openapi-3.0` (#5139)
Configuration menu - View commit details
-
Copy full SHA for 309f358 - Browse repository at this point
Copy the full SHA 309f358View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e71ca9 - Browse repository at this point
Copy the full SHA 1e71ca9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a85ec3c - Browse repository at this point
Copy the full SHA a85ec3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e98274 - Browse repository at this point
Copy the full SHA 3e98274View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.1.1...v4.1.3