Skip to content

Releases: sushidev-team/laravel-vatvalidator

v0.4.0

18 Dec 15:25
Compare
Choose a tag to compare

[0.4.0] - 2020-12-18

Fixed

  • Tax id validation for testing mode was fixed due to the fact that api sometimes failed

Added

v0.3.1 - Validation process fixed

17 Dec 13:50
Compare
Choose a tag to compare

Fixed

  • Validation checking mechanism adapted to handle the vat checking flow correctly

v0.3.0 - New validation rules

16 Dec 15:50
Compare
Choose a tag to compare

Added

  • Support for vat_eu_if:field,compare_value
  • Support for vat_eu_address_and_if:countryfield,field,compare_value

v0.2.2 - Cleanup

04 Oct 18:56
Compare
Choose a tag to compare

Fixed

  • Remove composer.lock from source code.

v0.2.1 - Support for Laravel 8

09 Sep 07:26
Compare
Choose a tag to compare

Added

  • Added support for Laravel 8

v0.2.0

10 Jul 12:43
Compare
Choose a tag to compare

Changed

  • Changed the structure and make the soap calls mockable to ensure that tests works.

v0.1.0 - Inital release

28 Jun 20:22
Compare
Choose a tag to compare
  • 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