Skip to content

Releases: mollie/mollie-api-node

Release 3.2.2

09 Jul 09:32
Compare
Choose a tag to compare
  • Fix types for mollieClient.orders.create (#159)

Release 3.2.1

07 Jul 07:23
Compare
Choose a tag to compare
  • Upgraded kinda-of dependency (#158)

Release 3.2.0

03 Jun 13:57
Compare
Choose a tag to compare
  • Added the following APIs:
    • Permissions APIs
    • Organizations APIs
    • Profiles APIs
    • Onboarding APIs
  • Implemented the update Payment endpoint
  • Changed the internal architecture of the library. We're now using interfaced data, which:
    • Makes the library easier to maintain
    • Exports better type definitions
  • Fixed several bugs:
    • DELETE requests can now include data (#147)
    • Embedding multiple resources simultaneously now works (#144)
    • GET requests now include all data (#137)

Release 3.2.0-beta.3

21 May 13:14
Compare
Choose a tag to compare
Release 3.2.0-beta.3 Pre-release
Pre-release
  • Provide data in DELETE requests

Release 3.2.0-beta.2

19 May 10:52
Compare
Choose a tag to compare
Release 3.2.0-beta.2 Pre-release
Pre-release
  • Fixed embedding multiple resources (#146)

Install the beta by running the following command:

yarn add @mollie/[email protected]

Release 3.2.0-beta.1

18 May 13:05
Compare
Choose a tag to compare
Release 3.2.0-beta.1 Pre-release
Pre-release
  • Added the following APIs:
    • Permissions APIs
    • Organizations APIs
    • Profiles APIs
    • Onboarding APIs
  • Implemented the update Payment endpoint
  • Changed the internal architecture of the library. We're now using interfaced data, which solves the following problems:
    • Make the library easier to maintain
    • Export better type definitions

Install the beta by running the following command:

yarn add @mollie/[email protected]

Release 3.1.0

28 Jan 12:52
Compare
Choose a tag to compare
  • Added Order Payments API

Check out our changelog for a complete overview of everything that's changed.

Release 3.0.0

20 Nov 12:56
Compare
Choose a tag to compare

Check out our changelog for a complete overview of everything that's changed.

Release 2.3.3

14 Jul 09:18
Compare
Choose a tag to compare
  • Update dependencies

Release 2.3.2

06 Jun 07:46
Compare
Choose a tag to compare
  • Update dependencies.