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