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

Releases: rescriptbr/reschema

v3.0.3

30 Jan 19:51
Compare
Choose a tag to compare

What's changed

  • fix(RegExp): fixed the email validator.

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

v3.0.2

24 Jan 20:59
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v3.0.1

11 Jul 13:03
Compare
Choose a tag to compare

What's changed

Fixed dependencies in the package.json.

🎉 v3.0.0

11 Jul 12:55
Compare
Choose a tag to compare

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

27 Mar 02:53
Compare
Choose a tag to compare

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