This repository was archived by the owner on Mar 13, 2025. It is now read-only.
Releases: programmatordev/yet-another-php-validator
Releases · programmatordev/yet-another-php-validator
v1.3.0
What's Changed
- Create IsNull rule by @andrepimpao in #71
- Create NotNull rule by @andrepimpao in #72
- Create IsTrue rule by @andrepimpao in #73
- Create IsFalse rule by @andrepimpao in #74
- Create AtLeastOneOf rule by @andrepimpao in #75
- Refactor error messages by @andrepimpao in #76
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Create CssColor rule by @andrepimpao in #68
- Create Blank rule by @andrepimpao in #69
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Create Language rule by @andrepimpao in #64
- Create Locale rule by @andrepimpao in #65
- Improve error message parameter tests by @andrepimpao in #66
- Docs: Usage fixes by @andrepimpao in #63
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Create Collection rule by @andrepimpao in #60
- Create Optional rule by @andrepimpao in #61
Full Changelog: v0.8.0...v1.0.0
v0.8.0
What's Changed
- Create PasswordStrength rule by @andrepimpao in #55
- Create Regex rule by @andrepimpao in #56
- Create DateTime rule by @andrepimpao in #57
- Properly escape exception messages asserts by @andrepimpao in #58
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Simplify autoload path by @andrepimpao in #49
- Create Count rule by @andrepimpao in #50
- Move message defaults to constructor by @andrepimpao in #51
- Create Length rule by @andrepimpao in #52
- Remove dependency injection examples by @andrepimpao in #53
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Add rules changelog by @andrepimpao in #44
- Create Email rule by @andrepimpao in #46
- Create URL rule by @andrepimpao in #47
Full Changelog: v0.5.1...v0.6.0
v0.5.1
v0.5.0
What's Changed
- Set assert name parameter as optional by @andrepimpao in #40
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- [BC] Change All rule name to EachValue by @notprogrammator in #37
- Create EachKey rule by @notprogrammator in #38
Full Changelog: v0.3.0...v0.4.0