This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
π v3.0.0
What's Changed
There are two breaking changes in this version:
- There is no
Schema
constructor anymore. You can just use an array of schema validations. - We removed the
+
operator and added anschema
function that merge all validators.
Check out the Getting Started section to see more.
Pull requests
- chore: removing unused parameter 'meta by @vmarcosp in #3
- chore: Improving DX by @vmarcosp in #5
- docs: Updating API Reference + Getting Started by @vmarcosp in #7
New Contributors
Full Changelog: v2.2.0...v3.0.0