- VAT rate detection now supports ZIP codes, to take edge cases into consideration
- Fixed bug when using multiple Validator extensions in Laravel
- Added Cashier 6 support
- Added "shouldCollectVAT" method
- Added polish validation rule message
- Added support for
vat-taxrate
as an extra field for the JS frontend integration. Thanks @orottier
- Added support for setting your own "business country code" which will be used when selling to business customers inside your own country. Previous versions returned the wrong VAT rate (0%).
- Romania reduces VAT to 20% in 2016
- Fixed issue in vat_calculator.js
- Added valid_vat_id and calculate JS success callback
- Added greek tax rate
- Added spark asset publishing
- Added VAT Calculator JS
- The package can now be used without Laravel
- Updated standard VAT rate for Luxembourg
- Added facade explanation to README and fixed a bug in the ServiceProvider
- Fixed getClientIP tests
- Added IP to country lookup.
- Added Laravel Validator extension.
- Added chainable methods for the Laravel Cashier integration, to allow a more readable command.
- Added Laravel Cashier integration
- Added VAT number validation.
- First release.