Skip to content

Releases: NdoleStudio/lemonsqueezy-go

v1.3.1

13 Jan 20:28
83e4710

Choose a tag to compare

Implemented 🎉

  • POST /v1/subscription-invoices/:id/generate-invoice: Generate a subscription invoice
  • Add filters when listing subscription invoices.

v1.2.4

22 Oct 17:38
2f65773

Choose a tag to compare

Bugs 🪲

v1.2.3

11 May 10:50
e8ef769

Choose a tag to compare

Bugs 🪲

  • Use PriceAttributes instead of VariantAttributes in the price API #26

v1.2.2

24 Mar 12:31
bd4f075

Choose a tag to compare

Bugs 🪲

  • Change the Price to any instead of int since the lemonsqueezy API is inconsistent #25
  • Made the CustomData attribute of checkout any instead of map[string]any since it returns either object or array #24

v1.2.1

14 Mar 16:40
81f23ab

Choose a tag to compare

New 🎉

  • Added the customer portal URL in the customer object #23

v1.2.0

04 Mar 06:04
9a405ae

Choose a tag to compare

New 🎉

  • Add the price API endpoints #20

Bugs 🪲

  • Change the Price and TaxRate to any instead of int since the lemonsqueezy API is inconsistent #20

v1.1.0

18 Jan 07:58
cf03008

Choose a tag to compare

  • Added attributes when creating checkouts #18
  • Converted ID's from string to int when used to make a GET requests #18
  • Added an example on how to parse webhook events #19

v1.0.5

13 Jan 06:01
e43a382

Choose a tag to compare

New 🎉

  • Added license activate, validate and deactivate #13 Thanks @igolaizola

v1.0.4

15 Nov 17:46
d66aeba

Choose a tag to compare

New 🎊

  • Added the Subscription Item API implementation #12

v1.0.3

05 Sep 03:58
e3a708e

Choose a tag to compare

Bug Fixes 🪲

  • Fix the Subscription object and added new links. Thanks @webtaken