Skip to content

Releases: tdphillipsjr/validator

EqualTo field

09 Jul 05:27
Compare
Choose a tag to compare

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

01 Jun 21:54
Compare
Choose a tag to compare

#Version 1.2

##New in 1.2

  • ZipcodeValidator added: Schema usage: array('zip' => 'zipcode');
  • composer.lock updated.

Interface Addition

06 May 05:10
Compare
Choose a tag to compare

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

18 Apr 06:05
Compare
Choose a tag to compare

First stable release of this. See README.md for current valid usage.