Releases: sushidev-team/laravel-vatvalidator
Releases · sushidev-team/laravel-vatvalidator
v0.4.0
[0.4.0] - 2020-12-18
Fixed
- Tax id validation for testing mode was fixed due to the fact that api sometimes failed
Added
- Pre api validation mechanism / with regex expressions based on the information on https://ec.europa.eu/taxation_customs/vies/faq.html#item_15
v0.3.1 - Validation process fixed
Fixed
- Validation checking mechanism adapted to handle the vat checking flow correctly
v0.3.0 - New validation rules
Added
- Support for vat_eu_if:field,compare_value
- Support for vat_eu_address_and_if:countryfield,field,compare_value
v0.2.2 - Cleanup
Fixed
- Remove composer.lock from source code.
v0.2.1 - Support for Laravel 8
Added
- Added support for Laravel 8
v0.2.0
v0.1.0 - Inital release
- Added integration to the validation system from the european union
- Added validation rule (vat_eu) for easy integration into a laravel app.
- Added unit tests
- Added documentation