Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
colinhacks
/
zod
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
43.5k
Code
Issues
75
Pull requests
113
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
colinhacks
All time
Commit history
Commits on Aug 14, 2026
fix(v4): align record keys and intersection strictness with TypeScript (#6412)
Show description for 4e1720c
colinhacks
authored
4e1720c
View commit details
Copy full SHA for 4e1720c
Browse repository at this point
fix(v4): stop the object JIT fastpass keeping a swallowed issue's value (#6407)
Show description for 69be843
colinhacks
authored
69be843
View commit details
Copy full SHA for 69be843
Browse repository at this point
perf(json-schema): make toJSONSchema(registry) linear in registry size (#6408)
Show description for b899cd1
colinhacks
and
claude
authored
b899cd1
View commit details
Copy full SHA for b899cd1
Browse repository at this point
fix(v4): make fromJSONSchema propertyNames compose with the other object keywords (#6411)
Show description for 6074828
colinhacks
and
deepshekhardas
authored
6074828
View commit details
Copy full SHA for 6074828
Browse repository at this point
docs: point the Web URLs callout at z.httpUrl() (#6410)
Show description for d7b209f
colinhacks
and
claude
authored
d7b209f
View commit details
Copy full SHA for d7b209f
Browse repository at this point
fix(mini): make merge() take an object schema, matching classic (#6404)
Show description for 611bd76
colinhacks
authored
611bd76
View commit details
Copy full SHA for 611bd76
Browse repository at this point
fix(json-schema): unescape JSON Pointer tokens when resolving $ref (#6402)
colinhacks
authored
421cc9a
View commit details
Copy full SHA for 421cc9a
Browse repository at this point
fix(v4): give z.xor() a distinct error when multiple options match (#6376)
Show description for 4c27fe8
colinhacks
and
claude
authored
4c27fe8
View commit details
Copy full SHA for 4c27fe8
Browse repository at this point
fix(v4): let bundlers tree-shake locales out of the default import (#6384)
Show description for 784e5c2
colinhacks
authored
784e5c2
View commit details
Copy full SHA for 784e5c2
Browse repository at this point
Commits on Aug 13, 2026
docs: state that metadata wins over generated JSON Schema keywords (#6401)
Show description for 3956224
colinhacks
and
claude
authored
3956224
View commit details
Copy full SHA for 3956224
Browse repository at this point
fix(v4): clarify infinite number errors (#5906)
Show description for c8f06d3
colinhacks
authored
c8f06d3
View commit details
Copy full SHA for c8f06d3
Browse repository at this point
feat(json-schema): accept a function for `unrepresentable` (#6380)
Show description for bd6619c
colinhacks
authored
bd6619c
View commit details
Copy full SHA for bd6619c
Browse repository at this point
feat(json-schema): run `override` before the unrepresentable error (#6391)
Show description for fd07410
colinhacks
authored
fd07410
View commit details
Copy full SHA for fd07410
Browse repository at this point
fix(v4): preserve default English locale across tree-shaken bundles (#5959)
Show description for 2715c12
colinhacks
authored
2715c12
View commit details
Copy full SHA for 2715c12
Browse repository at this point
docs: document that any/unknown object keys are required (#6388)
Show description for 85dba7e
colinhacks
and
claude
authored
85dba7e
View commit details
Copy full SHA for 85dba7e
Browse repository at this point
Commits on Aug 12, 2026
fix: consistently strip __proto__ from parsed objects (#6386)
Show description for d24fb4c
colinhacks
authored
d24fb4c
View commit details
Copy full SHA for d24fb4c
Browse repository at this point
fix(docs-v3): serve the docsify SPA fallback on Vercel (#6378)
Show description for 8ac9ae5
colinhacks
authored
8ac9ae5
View commit details
Copy full SHA for 8ac9ae5
Browse repository at this point
fix(v4): complete reserved-key hardening (#6371)
colinhacks
authored
3138446
View commit details
Copy full SHA for 3138446
Browse repository at this point
perf(v4): let three dead declarations tree-shake under esbuild (#6381)
Show description for e25b68e
colinhacks
authored
e25b68e
View commit details
Copy full SHA for e25b68e
Browse repository at this point
fix(v4): re-check the record key after the key schema runs (#6355)
Show description for 9c540db
colinhacks
authored
9c540db
View commit details
Copy full SHA for 9c540db
Browse repository at this point
Commits on Aug 9, 2026
fix(v4): write a declared __proto__ key as an own property (#6354)
Show description for ead9fcb
colinhacks
and
claude
authored
ead9fcb
View commit details
Copy full SHA for ead9fcb
Browse repository at this point
ci: fix release matrix broken by TypeScript 7 (#6352)
Show description for 24b4cc7
colinhacks
and
claude
authored
24b4cc7
View commit details
Copy full SHA for 24b4cc7
Browse repository at this point
fix: remove exponential backtracking from the emoji regex (#6347)
Show description for f238fbd
colinhacks
authored
f238fbd
View commit details
Copy full SHA for f238fbd
Browse repository at this point
fix(json-schema): keep __proto__ keys as own properties in schema conversion (#6346)
Show description for e6c213e
colinhacks
authored
e6c213e
View commit details
Copy full SHA for e6c213e
Browse repository at this point
Commits on Aug 8, 2026
ci: build with pinned TypeScript, add TS 6 and 7 legs (#6345)
Show description for f722bcd
colinhacks
and
claude
authored
f722bcd
View commit details
Copy full SHA for f722bcd
Browse repository at this point
Commits on Jun 10, 2026
chore: add chrome-devtools MCP server to project config
colinhacks
committed
912f0f5
View commit details
Copy full SHA for 912f0f5
Browse repository at this point
fix(docs-v3): rename README.md to home.md so Vercel serves it
Show description for 6f5e99f
colinhacks
committed
6f5e99f
View commit details
Copy full SHA for 6f5e99f
Browse repository at this point
Commits on May 19, 2026
docs: soften Zod 3 EOL callouts to informational tone
colinhacks
committed
bbc68f9
View commit details
Copy full SHA for bbc68f9
Browse repository at this point
docs: reframe library-authors page Zod-4-first; note Zod 3 EOL
colinhacks
committed
3fc9b25
View commit details
Copy full SHA for 3fc9b25
Browse repository at this point
chore: gitignore tmp/, .worktrees/, research/
colinhacks
committed
d58da93
View commit details
Copy full SHA for d58da93
Browse repository at this point
Commits on May 4, 2026
ci: pass CLAUDE_CODE_OAUTH_TOKEN to pullfrog agent
colinhacks
committed
b6071fc
View commit details
Copy full SHA for b6071fc
Browse repository at this point
chore: bump recheck to 4.6.0-beta.3 for cross-platform path resolution
Show description for ee7376a
colinhacks
committed
ee7376a
View commit details
Copy full SHA for ee7376a
Browse repository at this point
Use existing madge check:circular for cycle regression
Show description for e75ca0f
colinhacks
committed
e75ca0f
View commit details
Copy full SHA for e75ca0f
Browse repository at this point
docs: document release procedure in AGENTS.md
colinhacks
committed
1fb56a5
View commit details
Copy full SHA for 1fb56a5
Browse repository at this point
4.4.3
colinhacks
committed
f3c9ec0
View commit details
Copy full SHA for f3c9ec0
Browse repository at this point
Previous
Next
You can’t perform that action at this time.