Skip to content

Releases: NdoleStudio/lemonsqueezy-go

v1.2.4

22 Oct 17:38
2f65773
Compare
Choose a tag to compare

Bugs 🪲

v1.2.3

11 May 10:50
e8ef769
Compare
Choose a tag to compare

Bugs 🪲

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

v1.2.2

24 Mar 12:31
bd4f075
Compare
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
Compare
Choose a tag to compare

New 🎉

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

v1.2.0

04 Mar 06:04
9a405ae
Compare
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
Compare
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
Compare
Choose a tag to compare

New 🎉

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

v1.0.4

15 Nov 17:46
d66aeba
Compare
Choose a tag to compare

New 🎊

  • Added the Subscription Item API implementation #12

v1.0.3

05 Sep 03:58
e3a708e
Compare
Choose a tag to compare

Bug Fixes 🪲

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

v1.0.2

20 Aug 12:03
Compare
Choose a tag to compare

Bug Fixes 🪲

  • Fix the Subscription update parameters and the response #9 Thanks @r3ap3r2004