0.2.0 - 2026-06-13
Added
- Add payment-scoped
MollieEx.Chargebacks.get/4andMollieEx.Chargebacks.list/3. - Add payment-scoped
MollieEx.PaymentRoutes.create/4,MollieEx.PaymentRoutes.get/4, andMollieEx.PaymentRoutes.list/3. - Add
MollieEx.PaymentLinks.create/3,MollieEx.PaymentLinks.get/3, andMollieEx.PaymentLinks.list/2. - Add
MollieEx.Customers.create/3,MollieEx.Customers.get/3,MollieEx.Customers.list/2,MollieEx.Customers.update/4, andMollieEx.Customers.delete/3.
Changed
- Move detailed usage documentation from README into HexDocs guide and API documentation.
0.1.0 - 2026-06-12
Added
- Add
MollieEx.Payments.create/3andMollieEx.Payments.get/3. - Add
MollieEx.Payments.list/2,MollieEx.Payments.update/4,MollieEx.Payments.cancel/3, andMollieEx.Payments.release_authorization/3. - Add
MollieEx.Refunds.create/4,MollieEx.Refunds.get/4,MollieEx.Refunds.list/3, andMollieEx.Refunds.cancel/4. - Add
MollieEx.Captures.create/4,MollieEx.Captures.get/4, andMollieEx.Captures.list/3. - Add decoded payment, money, and HAL link structs while preserving raw Mollie response payloads.
- Add decoded refund structs while preserving raw Mollie response payloads.
- Add decoded capture structs while preserving raw Mollie response payloads.
- Emit minimal safe request telemetry for transport success, API errors, decode failures, and rate-limit responses.
- Add HexDocs configuration for published API documentation.
0.0.1 - 2026-05-13
Added
- Reserve the
mollie_exHex package namespace. - Add a placeholder
MollieExmodule.
Notes
- This release does not include a usable Mollie SDK API yet.