Releases: mollie/mollie-api-node
Releases · mollie/mollie-api-node
Release 2.0.0
A complete rewrite of the Mollie API Node client is here, including testing and linting! Update to this version if you want to use the new Mollie V2 API, with as main feature support for multicurrency transactions.
Check the migration guide to see what is new in the v2 version of our client, and check out the examples to see how to use this API client.
BREAKING CHANGE: changed initialisation of the client
BREAKING CHANGE: changed callback signature
Release 1.4.0
Release 1.3.7
Update bundled cacert.pem file.
Release 2.0.0-rc.1
Rewrite of the entire package including testing and linting.
BREAKING CHANGE: changed initialisation of the client
BREAKING CHANGE: changed callback signature
Release 1.3.6
Changes:
- Fixed
isValid()
helper method of the Mandate model. Fixes #27. - Updated
coffee-script
dev dependency to1.12.7
.
Release 1.3.5
Changes:
- Added missing 'subscriptionId' to Payments API. Fixes #23.
Release 1.3.4
Changes:
- Update bundled cacert.pem file. Follows Mozilla's recommendations on invalid certificates.
Release 1.3.3
Fix a bug where the all()
would crash if the data
parameter was not provided, which should be optional.
Release 1.3.2
v1.3.2 Fix code updates in JS only and ensure backwards compatibilty. Update…
Release 1.2.1
Released: 2016-05-27
- Removed
X-Mollie-Client-Info
from requests. - Update bundled cacert.pem file. Follows Mozilla's recommendations on invalid certificates.