Textlint Versions Save

The pluggable natural language linter for text and markdown.

v14.0.4

2 months ago

What's Changed

Bug Fixes

Dependency Updates

New Contributors

Full Changelog: https://github.com/textlint/textlint/compare/v14.0.3...v14.0.4

v14.0.3

2 months ago

What's Changed

Bug Fixes

Dependency Updates

Full Changelog: https://github.com/textlint/textlint/compare/v14.0.2...v14.0.3

v14.0.2

3 months ago

What's Changed

Bug Fixes

New Contributors

Full Changelog: https://github.com/textlint/textlint/compare/v14.0.1...v14.0.2

v14.0.1

3 months ago

What's Changed

Bug Fixes

Full Changelog: https://github.com/textlint/textlint/compare/v14.0.0...v14.0.1

v14.0.0

3 months ago

What's Changed

We published a blog as a release note. For more information, please read the following article.

Breaking Changes

Features

Refactoring

CI

Dependency Updates

Other Changes

New Contributors

Full Changelog: https://github.com/textlint/textlint/compare/v13.4.1...v14.0.0

v13.4.1

5 months ago

What's Changed

Bug Fixes

This PR fixed types of textlint. It does not change the behavior of textlint.

For plugin developer:

You may be necessary to change the type that returns preProcess as follows

-            preProcess(_text: string, _filePath: string): TxtNode {
+            preProcess(_text: string, _filePath: string): TxtDocumentNode {

Dependency Updates

Full Changelog: https://github.com/textlint/textlint/compare/v13.4.0...13.4.1

v13.4.0

6 months ago

SUMMARY

textlint-scripts allow a rule to use native import(). It will help the rule to import ESM modules from CJS.

For example, alex is pure ESM package. CJS package can not load via require("alex"), but it can load await import("alex")

What's Changed

Features

Documentation

Refactoring

Testing

Maintenance

Dependency Updates

Other Changes

New Contributors

Full Changelog: https://github.com/textlint/textlint/compare/v13.3.3...13.4.0

v13.3.3

10 months ago

What's Changed

Refactoring

It reduces dependencies.

Dependency Updates

Full Changelog: https://github.com/textlint/textlint/compare/v13.3.2...13.3.3

v13.3.2

1 year ago

What's Changed

Bug Fixes

Documentation

Refactoring

Dependency Updates

Other Changes

Full Changelog: https://github.com/textlint/textlint/compare/v13.3.1...13.3.2

v13.3.1

1 year ago

What's Changed

Bug Fixes

Documentation

Dependency Updates

Full Changelog: https://github.com/textlint/textlint/compare/v13.3.0...13.3.1