- Added IsImage.
- Added IsInSet.
- Added base64 validation.
- Added password validation.
- Converted to camelcase.
- Updated data to 0.8.
- Updated validator interface.
- Updated to data 0.7
- Added IsUuid validation.
- Major refactoring. Renamed all the validators.
- Added RegExPattern validation.
- Updated StringLength to support ranges.
- Upgraded Collection.
- Tests now at 100% coverage.
- Updated phone number validation to specify the type in the constructor.
- Added Objectdata validator.
- Added namespaces to the tests.
- Updated the directory structure.
- Added a bool return type to the base validate method.
- Scheduled release
- Scheduled release
- Added the Json validator.