Releases: kris-kuiper/Validator
Releases · kris-kuiper/Validator
v1.2.1
What's Changed
- Updated documentation
- Updated composer file
- Fixed PSR-4 namespace by @florisluiten in #26
New Contributors
- @florisluiten made their first contribution in #26
v1.2.0
What's Changed
- Better naming convention
- Improved performance
- Updated documentation
Changed rule names:
isAccepted()
=>accepted()
isAlpha()
=>alpha()
isAlphaDash()
=>alphaDash()
isAlphaNumeric()
=>alphaNumeric()
isCountable()
=>countable()
isDate()
=>date()
isEmail()
=>email()
isIp()
=>ip()
isIpPrivate()
=>ipPrivate()
isIpPublic()
=>ipPublic()
isIpv4()
=>ipv4()
isIpv6()
=>ipv6()
isJson()
=>json()
isMacAddress()
=>macAddress()
isNumber()
=>number()
isScalar()
=>scalar()
isTimezone()
=>timeZone()
isUrl()
=>url()
isUuid()
=>uuid()
isUuidV1()
=>uuidV1()
isUuidV3()
=>uuidV3()
isUuidV4()
=>uuidV4()
isUuidV5()
=>uuidV5()
maxLength()
=>lengthMax()
maxWords()
=>wordsMax()
minLength()
=>lengthMin()
minWords()
=>wordsMin()
notContains()
=>containsNot()
v1.1.10
What's Changed
- Added 'Accepted if' rule
v1.1.9
What's Changed
- Added 'Digits' rule
- Added 'Digits between' rule
- Added 'Digits max' rule
- Added 'Digits min' rule
- Added 'After or equal' rule
- Added 'Before or equal' rule
- Updated documentation
- Added extra unit tests for 'Before' and 'After' rule
v1.1.8
Changed:
- Better code coverage
- Improved documentation
Fixed:
- Return type for
current
method from FieldMessageCollection was not compatible - Return type for
current
method from RuleMessageCollection was not compatible
v1.1.7
Changed:
- Improved documentation
v1.1.6
Changed:
- Improved documentation
- Added code coverage badge
v1.1.5
Merge pull request #14 from kris-kuiper/documentation Documentation
v1.1.4
Changed:
- Updated licence in composer.json
- Added better description in composer.json
v1.1.3
What's Changed
- Updated documentation by @kris-kuiper in #11
- Create LICENSE.md by @kris-kuiper in #12
Full Changelog: v1.1.2...v1.1.3