Performance: Enjoy faster builds and smaller bundle sizes with the addition of the "sideEffects": false flag in package.json, allowing for tree-shaking in your projects.
Fixes
Fix serialization issues: The library now correctly serializes special number cases like Infinity, -Infinity, and NaN to null, preventing invalid JSON outputs.
Resolve minor grammatical errors in documentation to enhance clarity and readability.
Fix typos in schema-language documentation to ensure accurate information is presented to users.