Skip to content

Releases: yolk/valvat

v2.0.1

07 Jun 09:23

Choose a tag to compare

What's Changed

  • Valvat::Options#check_uk_key: Fixed missing silence variable
  • Added vies_down translation on Italian locale by @Uaitt in #139

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

06 Dec 13:58

Choose a tag to compare

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

v1.4.4

11 Jul 08:33

Choose a tag to compare

What's Changed

Fixes / Improvements

  • Merged missed pull request intended for v1.4.3: Readded translation files back to the gem Edouard Brière

Full Changelog: v1.4.3...v1.4.4

v1.4.3

11 Jul 07:53

Choose a tag to compare

Missed to merge pull request. Skip this version.

Full Changelog: v1.4.2...v1.4.3

v1.4.2

09 Jul 15:45

Choose a tag to compare

What's Changed

Fixes / Improvements

Full Changelog: v1.4.1...v1.4.2

v1.4.1

08 Jan 20:11

Choose a tag to compare

What's Changed

Fixes / Improvements

  • Fix incorrect variable usage in SOAP request body #128

Full Changelog: v1.4.0...v1.4.1

New Contributors

v1.4.0

20 Jul 21:03

Choose a tag to compare

What's Changed

Features

  • Valvat.configure: Allow global configuration

Fixes / Improvements

  • Update the Cyprus syntax regular expression #125
  • Fixed typo in Valvat::Checksum::ES #124

Full Changelog: v1.3.0...v1.4.0

New Contributors

v1.3.0

19 Apr 09:37

Choose a tag to compare

What's Changed

Features

  • Equality for Valvat objects #120

Fixes / Improvements

  • Checksum: Added validation for french VAT ids not starting with two numerical chars #119

Full Changelog: v1.2.1...v1.3.0