Releases: wmde/fun-validators
Releases · wmde/fun-validators
v5.0.0
- deprecated
setSource()
method in ValidationResult
removed
CanValidateField
trait removed
v4.2.0
Changes to enable removal of CanValidateField
Calling code should replace
$violation = $this->getFieldViolation( $result, 'source_name' );
with
$violation = $result->setSourceForAllViolations( 'source_name' )->getFirstViolation();
v4.1.0
Fix postcode validation error - always validate length
Update dev dependencies
v4.0.0
Upgrade to php8
This updates the php version and fixes
regexes that became incompatible.
v3.0.0
Merge pull request #14 from wmde/donation-name-regex-validation
Add regex check on first and last name
v2.0.0
Adjust post code validation for higher accuracy
1.2.0
Add SucceedingEmailValidator
Add SucceedingDomainNameValidator for testing
Add Adress Validator
1.1.0
Introducing IntegerValueValidator