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;