Skip to content

Releases: ibericode/vat-bundle

2.1.2

27 Oct 11:48
09b068c

Choose a tag to compare

Allow failing validation constraint when a Vies exception occurs (timeout, ms_max_concurrent_req, etc.). Thanks @thomas-hiron!

use Ibericode\Vat\Bundle\Validator\Constraints\VatNumber;

class Customer 
{
    /**
    * @VatNumber(violateOnException: true ) 
    */
    public $vatNumber;
}

2.1.1

15 Jul 13:56
e59b463

Choose a tag to compare

Fix deprecation notice

Symfony 7 support

24 May 13:35
35fb873

Choose a tag to compare

Merge pull request #15 from benconda/fix-tests

Fix VatNumberValidatorTest

2.0.9

14 Nov 15:32
32ab252

Choose a tag to compare

Merge pull request #8 from weglot/optionalExistenceCheck

Add option to disable existence check

2.0.8

03 Sep 11:30
e70acaf

Choose a tag to compare

Merge pull request #7 from arneee/master

Add void to VatNumberValidator::validate return type

2.0.7

06 Jul 10:44

Choose a tag to compare

add support for php attributes in VatNumber constraint

2.0.5

14 Jan 10:11

Choose a tag to compare

support symfony 6.0

2.0.4: Merge pull request #5 from arneee/patch-2

07 Jan 20:52
768a468

Choose a tag to compare

  • Fix deprecation warning for native return types. (props @arnee, #5)

2.0.3

25 Nov 14:03
1b0080a

Choose a tag to compare

2.0.2

25 Jun 12:26
b0568b6

Choose a tag to compare

Support PHP 8