v8.2.0
Pre-release
Pre-release
What's Changed
- Add
S.enum
helper - Improve serializing by using experimental reverse schema under the hood by @DZakh in #89
Note: The S.union serializing logic changed in the release. Schemas are not guaranteed to be validated in the order they are passed to S.union. They are grouped by the input data type to optimise performance and improve error message. Schemas with unknown data typed validated the last.
Full Changelog: v8.1.0...v8.2.0