Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(textlint): add deprecation warning to old APIs #1312

Merged
merged 22 commits into from Jan 7, 2024
Merged

Conversation

azu
Copy link
Member

@azu azu commented Jan 7, 2024

TextLintCore, TextFixEngine, TextLintEngine, and textlint API is already deprecated.
This PR add deprecation message when use these APIs.

Refactor Test

textlint has used TextLintCore in testing.
We need to replace it @textlint/kernel or new APIs.

TextLintCore

Add @textlint/legacy-textlint-core pacakge that compat to TextLitnCore.

@azu
Copy link
Member Author

azu commented Jan 7, 2024

  • add @textlint/legacy-textlint-core comapatible layer?

@azu azu added the Type: Breaking Change Includes breaking changes label Jan 7, 2024
@azu azu changed the title fix(textlint): add deprecation warning to old APIs feat(textlint): add deprecation warning to old APIs Jan 7, 2024
@azu azu added Type: Feature New Feature and removed Type: Breaking Change Includes breaking changes labels Jan 7, 2024
@azu azu merged commit a703f82 into master Jan 7, 2024
17 checks passed
@azu azu deleted the feature/1310 branch January 7, 2024 14:20
@azu azu mentioned this pull request Jan 29, 2024
7 tasks
@github-actions github-actions bot mentioned this pull request Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add deprecation message to TextLintCore, TextFixEngine, TextLintEngine, and textlint of textlint package
1 participant