Mollie Api Node Versions Save

Official Mollie API client for Node

v3.7.0

1 year ago

Special thanks to first-time contributors @shwao (https://github.com/mollie/mollie-api-node/pull/279), and @wezooyuri (https://github.com/mollie/mollie-api-node/pull/305).

v3.6.0

2 years ago
  • Update APIs (#211/#229/#245/#251)
  • Update documentation (#244)
  • Implement iteration API (#235)
  • Rename properties to dromedary case, e.g. customers_paymentscustomerPayments (#223/#226)
  • Add link methods, e.g. payment.getRefunds() (#232)
  • Add refresh method (#225)
  • Deprecate unhelpful methods and properties (#233/#234/#240/#241/#247)
  • Fix Node.js < 10 bug (#239)
  • Improve string representations (#238)
  • Improve error messages (#236)
  • Make message of ApiError instances enumerable (#213)
  • Remove lodash (#237)
  • Update dependencies and CAs (#248)

v3.6.0-beta.2

2 years ago

Update order and payment types (#251)

v3.6.0-beta.1

2 years ago
  • Update APIs (#211/#229/#245)
  • Update documentation (#244)
  • Implement iteration API (#235)
  • Rename properties to dromedary case, e.g. customers_paymentscustomerPayments (#223/#226)
  • Add link methods, e.g. payment.getRefunds() (#232)
  • Add refresh method (#225)
  • Deprecate unhelpful methods and properties (#233/#234/#240/#241/#247)
  • Fix Node.js < 10 bug (#239)
  • Improve string representations (#238)
  • Improve error messages (#236)
  • Make message of ApiError instances enumerable (#213)
  • Remove lodash (#237)
  • Update dependencies and CAs (#248)

v3.5.1

3 years ago
  • Update dependencies

v3.5.0

3 years ago
  • Add Apple Pay API (#193)
  • Add documentation to methods and properties (#195)
  • Replace deprecated Node.js URL API (#196)

v3.4.0

3 years ago
  • Add embed, profileId, and testMode to mollieClient.orders.create (#176/#177)
  • Fix bug in mollieClient.methods.all (#170)
  • Fix bug in mollieClient.payments.create (#172)
  • Fix types for mollieClient.orders.update (#173)
  • Add apiEndpoint option (#167)

v3.3.0

3 years ago
  • Add subscriptions_payments api (#166)

v3.2.4

3 years ago
  • Inlined CAs (#162)
  • Use Node.js' querystring modules instead of the external qs (#163)

v3.2.3

3 years ago
  • Bump lodash from 4.17.15 to 4.17.19 (#160)