All notable changes to this project will be documented in this file.
- Added Order Payments API
- Added TypeScript type definitions
- Added Orders, Shipments and Captures APIs
- Added ES module in addition to the CommonJS module
- Added QR code support
- Added pagination support
- Added support for embedded resources (
payments
,refunds
,chargebacks
, etc.)
- Update dependencies
- Update dependencies.
- Update dependencies.
- Removed the Bitcoin payment method.
- Upgraded various dependencies (#106)
- Dropped support for Node 4.x. We decided not to release a new major version, as Node 4.8 has reached EOL on April 30th, 2018.
- Updated cacert.pem (#99)
- Fixes #69.
- Migrated to the v2 API. Refer to the migration guide for a complete list of changes
- Update bundled cacert.pem file.
- Fixed
isValid()
helper method of the Mandate model.
- Added missing 'subscriptionId' to Payments API.
- Update bundled cacert.pem file. Follows Mozilla's recommendations on invalid certificates.
- Fix an issue where the API client would crash if no data is passed to the resource.all() method.
- Allow parameters 'count' and 'offset' to be passed to methods.all
- Add KBC method constant
- Added Subscriptions API.
- Removed
X-Mollie-Client-Info
from requests. - Update bundled cacert.pem file. Follows Mozilla's recommendations on invalid certificates.
- Added Mandates API.
- Added
recurringType
andmandateId
to Payments API. - Added recurring payments examples 14 and 15.
- Update bundled cacert.pem file. Follows Mozilla's recommendations on invalid certificates.
- Changed README.mdown installation instructions to follow semantic versioning schema.