Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

πŸŽ‰ v3.0.0

Compare
Choose a tag to compare
@vmarcosp vmarcosp released this 11 Jul 12:55
· 13 commits to master since this release

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 an schema function that merge all validators.
    Check out the Getting Started section to see more.

Pull requests

New Contributors

Full Changelog: v2.2.0...v3.0.0