-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove deprecated class and methods
- Loading branch information
1 parent
45ac3f3
commit 59fdd9c
Showing
10 changed files
with
69 additions
and
4,289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
"@lemonsqueezy/lemonsqueezy.js": major | ||
--- | ||
|
||
### 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](https://github.com/lmsqueezy/lemonsqueezy.js/wiki) for function usage. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ const config = { | |
printWidth: 80, | ||
singleQuote: false, | ||
tabWidth: 2, | ||
|
||
trailingComma: "es5", | ||
}; | ||
|
||
|
Oops, something went wrong.