Skip to content

Releases: lmsqueezy/lemonsqueezy.js

v4.0.0

05 Nov 20:40
b1f66e9
Compare
Choose a tag to compare

Major Changes

  • #132 Make the address fields required for generate invoice endpoints

Patch Changes

  • #129 Include fraudulent in Order status type

v3.3.1

09 Sep 16:52
86c9dc3
Compare
Choose a tag to compare

Patch Changes

v3.3.0

05 Sep 16:42
6937f29
Compare
Choose a tag to compare

Minor Changes

v3.2.0

14 Jun 07:09
3712c76
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v3.1.2

12 Jun 16:24
a38699c
Compare
Choose a tag to compare

Patch Changes

v3.1.1

11 Jun 16:21
52332c6
Compare
Choose a tag to compare

Patch Changes

v3.1.0

11 Jun 01:14
4ce9fb0
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v3.0.0

17 May 02:40
8b14edd
Compare
Choose a tag to compare

Major Changes

  • 59fdd9c Thanks @brankoconjic! -

    The deprecated LemonSqueezy class, all its methods and related types from the library SDK (the _deprecated folder) have been removed.

    The class has been deprecated for some time and is no longer needed. Removing this to clean up the codebase and reduce maintenance overhead.

    If you were using any deprecated modules, you need to update your imports to use the new modules provided in the library. Visit Wiki page for function usage.

Patch Changes

v2.2.0

28 Feb 17:28
Compare
Choose a tag to compare

Minor Changes

  • #61 93381d9 Thanks @keyding! - Added invoice_immediately and disable_prorations parameters to Subscription item update object.

  • #65 27cbaf4 Thanks @keyding! - Added urls.customer_portal_update_subscription parameter to Subscription objects.

v2.1.0

16 Feb 18:00
Compare
Choose a tag to compare

Minor Changes

  • #58 5bc530a Thanks @keyding! - Added tax_inclusive, setup_fee, setup_fee_usd and setup_fee_formatted parameters to Order objects and tax_inclusive to Subscription invoice objects