Releases: tdphillipsjr/validator
Releases · tdphillipsjr/validator
EqualTo field
Version 1.2.1
New this release
- Add the ability to compare data to another field in the schema.
- Allows (for instance) password match pairs.
- Usage: "equalTo:field-confirm_password" would compare the data to the schema array index "confirm_password"
Zipcode Validator
#Version 1.2
##New in 1.2
- ZipcodeValidator added: Schema usage: array('zip' => 'zipcode');
- composer.lock updated.
Interface Addition
New in Version 1.1
- Fixed bug in min/max validator that required an array to be passed.
- Fixed operation of equalTo validator.
- Added the Validatable interface; though usage of validate does not require it.
First version
First stable release of this. See README.md for current valid usage.