Skip to content

v1.3.0

Compare
Choose a tag to compare
@vlucas vlucas released this 02 Dec 22:12
· 219 commits to master since this release

General:

  • Validator::rule now supports any kind of callable
  • Validator objects are re-usable for different data

Languages:

  • Norwegian
  • Slovak

Rules:

  • New 'between' rule: Validate the value of a field is between min and max values
  • Updated 'contains' rule: case-sensitivity can now be toggled using a parameter (defaults to case-sensitive)

Thanks to @willemwollebrants for his work on issues and PRs to get this release out.