Skip to content

2.0.0-beta3

Compare
Choose a tag to compare
@pmjones pmjones released this 27 Jan 21:12
· 58 commits to 2.x since this release

Third beta release.

  • (BRK) Due to new blank-checking in ValidateSpec::applyRule(), remove 'blank' validation rule, and add 'isBlank()' validation spec method.
  • (FIX) Filter arguments using arrays, resources, and objects (including closures) no longer cause errors when creating the default filter message.
  • (ADD) Validation now fails on missing (unset or null) fields.
  • (DOC) Update documentation.