Skip to content

Releases: AxonJsLabs/Payments

v0.2.0

13 Aug 20:13

Choose a tag to compare

πŸ“¦ Release v0.2.0 – 2025-08-13

πŸš€ New Features

  • ✨ Withdrawal option for Plisio client.

πŸ“š Documentation

  • πŸ“ Updated README with usage example.

πŸ“¦ Install / Update

npm install @axonlabs/payments@0.2.0

Full Changelog: 0.1.4...0.2.0

v0.1.4

30 Jul 09:59
f2b076a

Choose a tag to compare

πŸ“¦ Release v0.1.4 – 2025-07-30

πŸ› Bug Fixes

  • 🐞 Fixed module not found error after build by @MR-MKZ in #2

πŸ“¦ Install / Update

npm install @axonlabs/payments@0.1.4

Full Changelog: 0.1.3...0.1.4

v0.1.3

28 Jul 21:37

Choose a tag to compare

πŸ“¦ Release v0.1.3 – 2025-07-29

πŸ› Bug Fixes

  • 🐞 Fixed npm package file list problem

πŸ“¦ Install / Update

npm install @axonlabs/payment@0.1.3

Full Changelog: https://github.com/AxonJsLabs/Payments/commits/0.1.3

v0.1.2

28 Jul 21:24

Choose a tag to compare

πŸ“¦ Release v0.1.2 – 2025-07-29

πŸš€ New Features

  • ✨ Create invoice method in PlisioClient.

πŸ“š Documentation

  • 🧾 Added full JSDoc for AxonPayments class
  • 🧾 Added full JSDoc for PlisioClient class

πŸ”— Migration Notes

import { PlisioClient } from "@axonlabs/payment/plisio";

const client = new PlisioClient("sk", "default");

Or

import { Payments, AxonPayments } from "@axonlabs/payment";

const client1 = Payments().getPlisio("sk", "default");
const client2 = new AxonPayments().getPlisio("sk", "default")

πŸ“¦ Install / Update

npm install @axonlabs/payment@0.1.2

Full Changelog: https://github.com/AxonJsLabs/Payments/commits/0.1.2