Releases: wmde/fun-validators
Releases · wmde/fun-validators
v5.1.0
22 Apr 10:41
Compare
Sorry, something went wrong.
No results found
Update php version to 8.4
v5.0.0
24 Feb 15:17
Compare
Sorry, something went wrong.
No results found
deprecated setSource() method in ValidationResult removed
CanValidateField trait removed
v4.2.0
21 Feb 17:36
Compare
Sorry, something went wrong.
No results found
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
28 Nov 09:51
Compare
Sorry, something went wrong.
No results found
Fix postcode validation error - always validate length
Update dev dependencies
v4.0.0
06 Jul 07:07
Compare
Sorry, something went wrong.
No results found
Upgrade to php8
This updates the php version and fixes
regexes that became incompatible.
v3.0.0
18 Jun 06:26
Compare
Sorry, something went wrong.
No results found
Merge pull request #14 from wmde/donation-name-regex-validation
Add regex check on first and last name
v2.0.0
04 Jun 13:35
Compare
Sorry, something went wrong.
No results found
Adjust post code validation for higher accuracy
1.2.0
23 Jan 15:28
Compare
Sorry, something went wrong.
No results found
Add SucceedingEmailValidator
Add SucceedingDomainNameValidator for testing
Add Adress Validator
1.1.0
17 Jul 11:12
Compare
Sorry, something went wrong.
No results found
Introducing IntegerValueValidator
1.0.1
09 Feb 11:40
Compare
Sorry, something went wrong.
No results found