@lemonsqueezy/lemonsqueezy.js
Advanced tools
Changelog
4.0.0
0945ebe
Thanks @branko-stripe! - Make the address fields required when generating invoices250afcb
Thanks @brankoconjic! - Include fraudulent
in Order status
typeChangelog
3.3.1
#126 3c5c048
Thanks @brankoconjic! - Added deprecated TSDoc tag for dark
#126 3c5c048
Thanks @brankoconjic! - Added "deprecated" TSDoc tag to the dark
option
Changelog
3.3.0
#124 abc2b7e
Thanks @brankoconjic! - Added options for overriding checkout styles
#124 abc2b7e
Thanks @brankoconjic! - Added options which allow overriding checkout colors
#124 abc2b7e
Thanks @brankoconjic! - Added new refund endpoints
Changelog
3.2.0
#103 94ebe0a
Thanks @brankoconjic! - Add links
attribute to Variants
13d4f6f
Thanks @brankoconjic! - Fix fetch types: allow data
on error
since it is valid and expected in some cases (validateLicense
) for example.
262ac74
Thanks @brankoconjic! - Improve and fix tests
e231ce9
Thanks @brankoconjic! - Fix broken license
test case. If a license is disabled it cannot be activated.
Changelog
3.1.2
ae1b6a7
Thanks @brankoconjic! - Revert "Add subscription status
type incomplete
"Changelog
3.0.0
59fdd9c
Thanks @brankoconjic! - ### Breaking Change
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.
a7e8feb
Thanks @brankoconjic! - update dependencies
#81 218d2ef
Thanks @keyding! - Add expiresAt
to updateLicenseKey
function
#76 09fdd1a
Thanks @kldzj! - Made UpdateSubscription
.pause
nullable
c507272
Thanks @brankoconjic! - Add from_price_formatted
and to_price_formatted
attributes to the product object
#75 b4d071a
Thanks @keyding! - Add trial_ends_at
for updateSubscription
function;
Add skip_trial
for checkoutOptions
in the createCheckout
function;