Skip to content

Releases: philiplb/Valdi

1.0.2

11 Mar 09:25
Compare
Choose a tag to compare
  • The dateTime validator don't accept invalid dates like 2021-02-30 anymore

1.0.1

04 Mar 12:16
Compare
Choose a tag to compare

1.0.0

14 Jan 09:38
Compare
Choose a tag to compare
  • Valdi itself entered the 1.0!
  • Attention: The minimum required PHP version is now 7.0

0.12.0

09 Sep 12:45
Compare
Choose a tag to compare
  • Attention: Renamed the RuleBuilder function "addFieldRule" to "field"
  • Attention: Renamed the RuleBuilder function "addRule" to "rule"
  • Added examples to all validators to the manual

0.11.0

30 Jul 15:07
Compare
Choose a tag to compare
  • 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

0.10.0

30 Aug 18:59
Compare
Choose a tag to compare
  • Attention: The minimum PHP version is now 5.5
  • Switched to the array shorthand
  • Switched the versioning to SemVer

0.9.0

30 Aug 19:00
Compare
Choose a tag to compare

First release.