Releases: se-panfilov/jsvat
Releases · se-panfilov/jsvat
2.5.3
2.5.2
2.5.1
2.5.0
Features:
- Added Brazil;
Fixes:
- Fixed Andora tests;
- Updated dependencies;
2.4.0
Features:
- Added Andorra;
Fixes:
- Fixed export of all countries, fixed docs
2.3.1
Fixes:
- Fixed issue with BigInt usage in Safari;
Changes:
- Added prettier to the project
2.3.0
Features:
- Detect possible country "on the fly";
- Added "isValidFormat" field to the result object ( Indicates the validation of the format of VAT only. E.g. "BE0411905847" is a valid VAT, and "BE0897221791" is not. But they both has valid format, so "isValidFormat" will return "true");
- Added "isSupportedCountry" field to the result object (Indicates if "jsvat" could recognize the VAT. Sometimes you want to understand - if it's an invalid VAT from supported country or from an unknown one. By "supported" I mean imported)
Changes:
- Upgraded node version;
- Updated dependencies;
- Added more tests;
2.2.0
2.1.4
Changes:
- CommonJS module now target es5
- Dependencies updates
2.1.3
Fixes:
- Add missing abbreviations for switzerland
- updated dependencies