Skip to content

Releases: danielebarbaro/laravel-vat-eu-validator

Allow overriding messages on validation

09 Oct 09:45

Choose a tag to compare

Thanks to @Gybra, it’s now possible to override validation rule messages.

Laravel 12 support

15 Mar 11:14
d4430ae

Choose a tag to compare

Thanks to @laravel-shift, we now have compatibility with Laravel 12! 🚀
A big shoutout to @mbardelmeijer, @it-can, and @chellmann for the push to get this update out! 😊

Add CH vat Validator

26 Feb 10:15
747643a

Choose a tag to compare

Add CH vat Validator thx to @jeroen-marinus

Improved Validator Extension

28 Jan 10:28
a9e6034

Choose a tag to compare

Improved Validator Extension: Refactored the Validator::extend() and Validator::replacer() methods to enhance the flexibility and maintainability of custom validation rules. These changes ensure better integration and easier customization when extending validation logic.

A heartfelt thank you to frknakk and vazaha-nl for their contributions and support in improving this package!

Fix php8.4 warnings

05 Jan 09:10
6da497b

Choose a tag to compare

Add Hungarian VAT number validation

13 Nov 12:54
162002a

Choose a tag to compare

  • Implement checksum validation for Hungarian VAT numbers.
  • Update VatValidator.php to include Hungarian VAT validation logic.
  • Add tests for Hungarian VAT number validation in VatValidatorTest.php.

Thx to @bsh

Language files have been introduced

16 Sep 07:18

Choose a tag to compare

Thanks to @dualklip, language files have been introduced.

Error messages fixes

02 Jul 08:22

Choose a tag to compare

Fix Swap error messages Exist and Format. Thx to @roerlemans

L11 Support

18 Jun 19:18

Choose a tag to compare

I refactor the code during a MeetUp in Torino. Now I'm supporting L10 and L11 with php 8.2.

L11 Support by laravel shift

14 Mar 06:42

Choose a tag to compare

v1.2.0

L11 support by laravel shift