Skip to content

Releases: akselinurmio/virtuaaliviivakoodi

v2.0.0

05 Dec 15:11
Compare
Choose a tag to compare

Breaking changes

  • Remove support for Node.js v10 (6d96c42)
  • Remove support for options.amount. The option was deprecated in v1.1.0 (9135213)
  • As an undocumented feature, the library validated the checksum of the IBAN passed. Checksum validation is now removed, which means that you should check the IBAN's validity in your own code.

Full Changelog: v1.1.2...v2.0.0

v1.1.2

05 Dec 13:35
Compare
Choose a tag to compare

Security updates.

v1.1.1

13 May 11:57
Compare
Choose a tag to compare

Update the only production dependency iban.

v1.1.0

22 Aug 10:53
Compare
Choose a tag to compare

1.1.0 (2019-08-22)

Features

Check for negative amount values

29 Dec 19:03
Compare
Choose a tag to compare

Amount conversion method now throws if the amount given is not positive. Many thanks to @karhatsu for picking up and implementing this (#1)!

Readme's example's semicolons were also removed according to project's code style.