Releases: assoconnect/validator-bundle
Releases · assoconnect/validator-bundle
v2.35.0
v2.34.0
v2.33.0
v2.32.0
Add egulias/email-validator 4.0 support
Merge pull request #56 from assoconnect/flo_update_egulias_email Add egulias/email-validator 4.0 compatibility
Add Symfony 7 support
What's Changed
- Revert "Add NoSuspiciousCharacters constraint on string validation" by @TristanPouliquen in #54
- Add Symfony 7 support by @jwaguet in #55
Full Changelog: v2.29.0...v2.30.0
Add LastDigitsUsSocialSecurityNumber validator
Merge pull request #52 from assoconnect/flo_feature_add_us_ssn_last_four Add LastDigitsUsSocialSecurityNumber validator
Remove dash support form the US SSN Validator
Merge pull request #51 from assoconnect/flo_feature_us_ssn_dash Remove dash from US SSN validator
Add US SSN Validator
Merge pull request #50 from assoconnect/flo_fix_doctrine_type_version Fix doctrine-type-bundle version
Add attribute definition in constraints
Constraints can now be defined with Annotations or Attributes
/**
* @Assert\Postal(countryPropertyPath="country")
*/
#[Assert\Postal(countryPropertyPath: 'country')]
private ?string $postal;