Releases: romeOz/rock-validate
Releases · romeOz/rock-validate
Release 0.10.5
Added strict mode for Required rule
Release 0.10.4
- Implement remainder
Release 0.10.3
Simple refactoring.
Release 0.10.2
- Several identical consecutive rules. E.g.
v::call()->call()
Release 0.10.1
- Rename property
Validate::$skipOnEmpty
->Validate::$skipEmpty
Release 0.10.0
- This library is a module for the Rock Framework
- Added method
existsRule()
- Support arguments in rule
call()
. Example:v::call('strpos', ['a'])
- Remove method
attributesOne()
. To usev::oneOf(v::attributes())
Release 0.9.2
- Renamed methods:
allOf()
->attributes()
andoneOf
->attributesOne()
- Implemented
oneOf()
Release 0.9.1
- Changed version
rock-helpers
Release 0.9.0
The initial release.