Skip to content

v8.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@DZakh DZakh released this 10 Sep 18:00
· 119 commits to main since this 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