Skip to content

Releases: stellarwp/validation

1.4.1

15 Aug 15:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.0...1.4.1

1.4.0

31 May 23:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.2...1.4.0

1.3.2

03 Apr 23:49
Compare
Choose a tag to compare

Fix: use list syntax for PHP 7.0 compatibility (22eb387)

Full Changelog: 1.3.1...1.3.2

1.3.1

30 Mar 22:14
Compare
Choose a tag to compare

Feature: add the new validation rule set methods to the HasValidationRules trait (ca809e0)

Full Changelog: 1.3.0...1.3.1

1.3.0

28 Mar 19:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...1.3.0

1.2.2

24 Mar 22:06
Compare
Choose a tag to compare

Fix: correct the OptionalUnless id (e79e2f9)

Full Changelog: 1.2.1...1.2.2

1.2.1

24 Mar 21:56
Compare
Choose a tag to compare

Fix: corrected a broken namespace (c68427d)

Full Changelog: 1.2.0...1.2.1

1.2.0

16 Mar 18:12
Compare
Choose a tag to compare

What's Changed

  • Feature: Exclude and Conditional Rules by @JasonTheAdams in #8
  • Feature: Add In, InStrict, and DateTime validation rules by @JasonTheAdams in #10
  • Fix: Suppress PHP8.1+ notice for jsonSerialize by @flack in #9

New Contributors

  • @flack made their first contribution in #9

Full Changelog: 1.1.0...1.2.0

1.1.0

07 Feb 20:03
Compare
Choose a tag to compare

What's Changed

New Optional and Nullable rules

  • optional — if the value is an empty string or null, then skip all remaining rules
  • nullable — if the value is null, then skip all remaining rules

This is useful when data should be returned as validated, but should bypass the validation rules when "empty".

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

05 Jan 20:01
Compare
Choose a tag to compare

The initial release! 🎉