Releases: lmsqueezy/lemonsqueezy.js
v4.0.0
v3.3.1
Patch Changes
-
#126
3c5c048
Thanks @brankoconjic! - Added deprecated TSDoc tag fordark
-
#126
3c5c048
Thanks @brankoconjic! - Added "deprecated" TSDoc tag to thedark
option
v3.3.0
Minor Changes
-
#124
abc2b7e
Thanks @brankoconjic! - Added options for overriding checkout styles -
#124
abc2b7e
Thanks @brankoconjic! - Added new refund endpoints
v3.2.0
Minor Changes
-
#103
94ebe0a
Thanks @brankoconjic! - Addlinks
attribute to Variants -
13d4f6f
Thanks @brankoconjic! - Fix fetch types: allowdata
onerror
since it is valid and expected in some cases (validateLicense
) for example.
Patch Changes
-
262ac74
Thanks @brankoconjic! - Improve and fix tests -
e231ce9
Thanks @brankoconjic! - Fix brokenlicense
test case. If a license is disabled it cannot be activated.
v3.1.2
Patch Changes
- #101
ae1b6a7
Thanks @brankoconjic! - Revert "Add subscriptionstatus
typeincomplete
"
v3.1.1
v3.1.0
v3.0.0
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
-
a7e8feb
Thanks @brankoconjic! - update dependencies -
#81
218d2ef
Thanks @keyding! - AddexpiresAt
toupdateLicenseKey
function -
#76
09fdd1a
Thanks @kldzj! - MadeUpdateSubscription
.pause
nullable -
c507272
Thanks @brankoconjic! - Addfrom_price_formatted
andto_price_formatted
attributes to the product object -
#75
b4d071a
Thanks @keyding! - Addtrial_ends_at
forupdateSubscription
function;
Addskip_trial
forcheckoutOptions
in thecreateCheckout
function;