Skip to content

Releases: assoconnect/validator-bundle

v2.35.0

09 Oct 13:53

Choose a tag to compare

Update dependencies

v2.34.0

09 Oct 13:13

Choose a tag to compare

Update validator-bundle package

v2.33.0

22 Apr 16:28
f20b97f

Choose a tag to compare

Use attribute instead of annotations

v2.32.0

08 Jan 14:07

Choose a tag to compare

What's Changed

  • Improve country null with postal null by @fguimier in #59
  • Add DateTimeMicroSecondsType support by @fguimier in #58
  • Drop Symfony 5.4 support

Full Changelog: v2.31.0...v2.32.0

Add egulias/email-validator 4.0 support

20 Dec 10:55
c7f4f2f

Choose a tag to compare

Merge pull request #56 from assoconnect/flo_update_egulias_email

Add egulias/email-validator 4.0 compatibility

Add Symfony 7 support

21 Nov 14:53
dd0836e

Choose a tag to compare

What's Changed

Full Changelog: v2.29.0...v2.30.0

Add LastDigitsUsSocialSecurityNumber validator

05 Jun 16:02
9194f51

Choose a tag to compare

Merge pull request #52 from assoconnect/flo_feature_add_us_ssn_last_four

Add LastDigitsUsSocialSecurityNumber validator

Remove dash support form the US SSN Validator

05 Jun 15:19
4ba8dba

Choose a tag to compare

Merge pull request #51 from assoconnect/flo_feature_us_ssn_dash

Remove dash from US SSN validator

Add US SSN Validator

03 Jun 12:46
89f7fe0

Choose a tag to compare

Merge pull request #50 from assoconnect/flo_fix_doctrine_type_version

Fix doctrine-type-bundle version

Add attribute definition in constraints

16 May 13:02
a3d16e2

Choose a tag to compare

Constraints can now be defined with Annotations or Attributes

    /**
     * @Assert\Postal(countryPropertyPath="country")
     */
    #[Assert\Postal(countryPropertyPath: 'country')]
    private ?string $postal;