All Versions
12
Latest Version
Avg Release Cycle
133 days
Latest Release
1514 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.3.1 Changes
December 09, 2016- ๐ Fixed a bug where Validator::withData would erase all rules.
- โ Added test to make sure Validator::withData actually works as intended
- โ Added "Re-use of validation rules" to the readme
Massive thanks to @wenbinye for spotting the bug, and sorry for any inconvenience it may have caused
-
v1.3.0 Changes
December 02, 2016General:
- ๐ 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.