This release, despite being a major, shouldn't break most applications.
Now you can use any parser that is standard schema compliant. Which means you are not limited to Zod anymore.
This release requires minimum zod@3.24+ or any other parser that is ready for the spec.
We also don't export ParserSchema
type anymore as now we are using StandardSchemaV1
type.
What's Changed
- Standard Schema Spec by @gustavoguichard in #170
Full Changelog: v4.5.0...v5.0.0