Releases: danielebarbaro/laravel-vat-eu-validator
Allow overriding messages on validation
Thanks to @Gybra, it’s now possible to override validation rule messages.
Laravel 12 support
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
Add CH vat Validator thx to @jeroen-marinus
Improved Validator Extension
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
thx to @it-can
Add Hungarian VAT number validation
- Implement checksum validation for Hungarian VAT numbers.
- Update
VatValidator.phpto include Hungarian VAT validation logic. - Add tests for Hungarian VAT number validation in
VatValidatorTest.php.
Thx to @bsh
Language files have been introduced
Thanks to @dualklip, language files have been introduced.
Error messages fixes
Fix Swap error messages Exist and Format. Thx to @roerlemans
L11 Support
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
v1.2.0 L11 support by laravel shift