v3.25.62
Breaking Changes📦 zodView on GitHub →
⚠ 1 breaking🐛 1 fixes🔧 1 symbols
Summary
Release 3.25.62 focuses on refining JSON schema types by removing 'undefined' from their definitions.
⚠️ Breaking Changes
- The '| undefined' type has been removed from JSON schema types. This may cause TypeScript compilation errors if your code relies on explicit undefined checks for these schema properties.
Migration Steps
- Update codebases that explicitly use 'undefined' when interacting with JSON schema types to handle the narrowed type definitions.
🐛 Bug Fixes
- Refined JSON schema types by dropping 'undefined' to better align with standard schema definitions.
🔧 Affected Symbols
json schema types