Skip to content

Releases: mollie/mollie-api-node

v4.3.2

12 May 12:13
Compare
Choose a tag to compare
  • Add paybybank payment method (#433)

v4.3.1

23 Apr 06:21
Compare
Choose a tag to compare
  • Add missing method specific parameters (#429)

4.3.0

02 Apr 14:15
Compare
Choose a tag to compare

API Extensions

  • Add terminal API (#413)
  • Add release payment authorization endpoint (#414)
  • Add payments pagination support for payment links (#421)
  • Add update and delete methods for payment links (#422)

API Discrepancies Fixed

  • Add organizationName to Address Object (#411)
  • Add missing payment link parameters (#419)
  • Remove updatedAt field from payment links (#424)

Special thanks @iFlyinq, @Jeffrey-Zutt and @TimmyGuy.

Full Changelog: v4.2.0...v4.3.0

4.2.0

03 Mar 14:44
Compare
Choose a tag to compare
  • Updated Interface Types to include new payment parameters (#402)
  • Fix: order.getPayments() did not work (#401)
  • Fix: paymentChargebacks.get() did not work (#400)
  • Fix: payment.isRefundable did not work, but was also deprectated in favour of canBeRefunded (#403)
  • Fix: returned links with search parameters, broke iterations (#405)

Full Changelog: v4.1.0...v4.2.0

4.1.0

03 Oct 14:52
Compare
Choose a tag to compare
  • Extend captures API (#371)
  • Update documentation (#380)

4.0.0

20 Sep 13:46
412104f
Compare
Choose a tag to compare

Please see the migration guide for guidance with updating to this version.

  • Replace Axios dependency in favour of fetch (#358)
  • Add cancelUrl and getDashboardUrl to payments and orders (#327/#373)
  • Add status and issuers to methods and update pricing (#335/#374)
  • Update and export PaymentInclude (#370)
  • Update payment methods (#376)
  • Change type of metadata (from any) to unknown (#367)
  • Change return type of functions to plain arrays or iterators, depending on whether the represented list is paginated (#322)
  • Bump Node.js requirement to 14
  • Remove snake case properties, e.g. customers_payments (#314/#353)
  • Remove endpoint aliases, e.g. delete intead of cancel (#315/#353)
  • Remove predictable helper functions (#364)
  • Remove fields from ApiError (#363)
  • Remove count from pages (#365)
  • Remove withParent (#323)
  • Remove toPlainObject (#362)
  • Remove Object.entries polyfill (#352)

Special thanks to @schalterDev, @casperiv0, and @TimmyGuy.

3.7.0

10 Mar 12:16
8773ae6
Compare
Choose a tag to compare

Special thanks to first-time contributors @shwao (#279), and @wezooyuri (#305).

3.6.0

10 Feb 17:23
92c3e70
Compare
Choose a tag to compare
  • 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)

Release 3.5.1

14 May 17:25
8b6d05e
Compare
Choose a tag to compare
  • Update dependencies

Release 3.5.0

17 Mar 08:58
7cc91e1
Compare
Choose a tag to compare
  • Add Apple Pay API (#193)
  • Add documentation to methods and properties (#195)
  • Replace deprecated Node.js URL API (#196)