Releases: mollie/mollie-api-node
Releases · mollie/mollie-api-node
Release 3.2.2
- Fix types for mollieClient.orders.create (#159)
Release 3.2.1
- Upgraded
kinda-of
dependency (#158)
Release 3.2.0
- 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:
Release 3.2.0-beta.3
- Provide data in DELETE requests
Release 3.2.0-beta.2
- Fixed embedding multiple resources (#146)
Install the beta by running the following command:
yarn add @mollie/[email protected]
Release 3.2.0-beta.1
- 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
- Added Order Payments API
Check out our changelog for a complete overview of everything that's changed.
Release 3.0.0
Check out our changelog for a complete overview of everything that's changed.
Release 2.3.3
- Update dependencies
Release 2.3.2
- Update dependencies.