Skip to content

0.11.0

Compare
Choose a tag to compare
@philiplb philiplb released this 30 Jul 15:07
· 33 commits to master since this release
  • Attention: The "or" validator now accepts complete rules instead of parts so the RulesBuilder and actually more
    complex rules can be used
  • Attention: The RulesBuilder function "getRules" got renamed to "build" with an additional reset of the rules builder
  • Attention: Renamed the RuleBuilder function "addRule" to "addFieldRule" and added a new version of "addRule" without a
    $field parameter so Rules for collection, nested and or validators can be build with it
  • Added a collection validator
  • Added a nested validator