Skip to content

Releases: mollie/mollie-api-node

Release 2.0.0

09 Aug 14:43
Compare
Choose a tag to compare

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

25 Jun 10:10
61baecd
Compare
Choose a tag to compare

Release 1.3.7

01 Jun 11:36
d1eb9cc
Compare
Choose a tag to compare

Update bundled cacert.pem file.

Release 2.0.0-rc.1

11 Sep 14:43
Compare
Choose a tag to compare
Release 2.0.0-rc.1 Pre-release
Pre-release

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

02 Aug 13:30
Compare
Choose a tag to compare

Changes:

  • Fixed isValid() helper method of the Mandate model. Fixes #27.
  • Updated coffee-script dev dependency to 1.12.7.

Release 1.3.5

02 Feb 12:40
Compare
Choose a tag to compare

Changes:

  • Added missing 'subscriptionId' to Payments API. Fixes #23.

Release 1.3.4

16 Dec 13:13
Compare
Choose a tag to compare

Changes:

  • Update bundled cacert.pem file. Follows Mozilla's recommendations on invalid certificates.

Release 1.3.3

14 Nov 09:31
Compare
Choose a tag to compare

Fix a bug where the all() would crash if the data parameter was not provided, which should be optional.

Release 1.3.2

14 Nov 08:47
Compare
Choose a tag to compare
v1.3.2

Fix code updates in JS only and ensure backwards compatibilty. Update…

Release 1.2.1

27 May 09:04
Compare
Choose a tag to compare
Released: 2016-05-27
  • Removed X-Mollie-Client-Info from requests.
  • Update bundled cacert.pem file. Follows Mozilla's recommendations on invalid certificates.