What's Changed
BREAKING CHANGE
To validate UK VAT numbers you have to provide authentication credentials for the HMRC API. From valvat v2 onwards, simply setting the :uk
option to true
will always return false
(same as the default).
Additions
- Added support for HMRC API v2.0 with OAuth 2.0 authentication Denys Metelov
Fixes / Improvements
- Resolved the rexml security vulnerabilities that affected versions < 3.3.6 by Riana Ferreira
Full Changelog: http://github.com/yolk/valvat/compare/v.4.4...v2.0.0