Skip to content

Releases: se-panfilov/jsvat

2.5.3

06 Jul 18:31
Compare
Choose a tag to compare

Fixes:

  • Updated czech group dic validation ( #117 )

2.5.2

21 Apr 21:54
Compare
Choose a tag to compare

Fixes:

  • Added support for VAT registered legal entities ( #117 )

2.5.1

14 Apr 16:19
Compare
Choose a tag to compare

Fixes:

  • Fixed "checkVAT for multiple countries with Brazil on the list" issue (#114 )

2.5.0

21 Dec 19:44
fd4250e
Compare
Choose a tag to compare

Features:

  • Added Brazil;

Fixes:

  • Fixed Andora tests;
  • Updated dependencies;

2.4.0

22 Apr 09:57
Compare
Choose a tag to compare

Features:

  • Added Andorra;

Fixes:

  • Fixed export of all countries, fixed docs

2.3.1

17 Apr 08:56
44195a3
Compare
Choose a tag to compare

Fixes:

  • Fixed issue with BigInt usage in Safari;

Changes:

  • Added prettier to the project

2.3.0

15 Apr 13:41
c70536c
Compare
Choose a tag to compare

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

08 Apr 13:06
Compare
Choose a tag to compare

Changes:

  • Added support for new Dutch vat numbers (see PR #90 ) ;
  • Updated dependencies

2.1.4

21 Oct 08:27
Compare
Choose a tag to compare

Changes:

  • CommonJS module now target es5
  • Dependencies updates

2.1.3

18 Jul 08:52
Compare
Choose a tag to compare

Fixes:

  • Add missing abbreviations for switzerland
  • updated dependencies