Releases: danielebarbaro/laravel-vat-eu-validator
Releases · danielebarbaro/laravel-vat-eu-validator
Add Hungarian VAT number validation
- 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
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
v1.1.3
Add new country tests and review README
Dependanbot updates
v1.1.2 Review dependant bot yml. Update Composer
v1.1.1 - Review workflows
Review workflow ruleset
v1.1.0 - Add L10 Support
Add Laravel 10 compatibility
v1.0.0
- Add Laravel 8 compatibility
- Add Laravel 9 compatibility
- Add GitHub Pipeline
- Review CS
- Review Tests
- Apply PHP8 compatibility