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

Releases: rescriptbr/reschema

v3.0.3

Choose a tag to compare

@vmarcosp vmarcosp released this 30 Jan 19:51

What's changed

  • fix(RegExp): fixed the email validator.

Full Changelog: v3.0.2...v3.0.3

v3.0.2

Choose a tag to compare

@vmarcosp vmarcosp released this 24 Jan 20:59

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.0.1

Choose a tag to compare

@vmarcosp vmarcosp released this 11 Jul 13:03

What's changed

Fixed dependencies in the package.json.

🎉 v3.0.0

Choose a tag to compare

@vmarcosp vmarcosp released this 11 Jul 12:55

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

v2.2.0

Choose a tag to compare

@vmarcosp vmarcosp released this 27 Mar 02:53

Full Changelog: v2.1.0...v2.2.0