Skip to content

Releases: romeOz/rock-validate

Release 0.10.5

26 Mar 15:44
Compare
Choose a tag to compare

Added strict mode for Required rule

Release 0.10.4

23 Mar 21:07
Compare
Choose a tag to compare
  • Implement remainder

Release 0.10.3

20 Mar 02:58
Compare
Choose a tag to compare
Simple refactoring.

Release 0.10.2

20 Mar 01:44
Compare
Choose a tag to compare
  • Several identical consecutive rules. E.g. v::call()->call()

Release 0.10.1

19 Mar 15:35
Compare
Choose a tag to compare
  • Rename property Validate::$skipOnEmpty -> Validate::$skipEmpty

Release 0.10.0

16 Feb 18:26
Compare
Choose a tag to compare
  • 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 use v::oneOf(v::attributes())

Release 0.9.2

27 Oct 20:35
Compare
Choose a tag to compare
  • Renamed methods: allOf() -> attributes() and oneOf -> attributesOne()
  • Implemented oneOf()

Release 0.9.1

26 Oct 06:54
Compare
Choose a tag to compare
  • Changed version rock-helpers

Release 0.9.0

26 Oct 06:43
Compare
Choose a tag to compare

The initial release.