textlint

The pluggable natural language linter for text and markdown.

MIT License

Downloads
7.4M
Stars
2.8K
Committers
83

Bot releases are visible (Hide)

textlint - @textlint/[email protected]

Published by azu over 5 years ago

4.2.2 (2019-04-30)

Chores

  • deps: update deps && devDeps (a19463b)

Styles

textlint - @textlint/[email protected]

Published by azu over 5 years ago

3.1.5 (2019-04-30)

Chores

  • deps: update deps && devDeps (a19463b)
textlint - [email protected]

Published by azu over 5 years ago

2.1.6 (2019-04-30)

Note: Version bump only for package textlint-example-html-plugin

textlint - @textlint/[email protected]

Published by azu over 5 years ago

2.1.3 (2019-04-30)

Chores

  • deps: update deps && devDeps (a19463b)
textlint - [email protected]

Published by azu over 5 years ago

2.1.6 (2019-04-30)

Note: Version bump only for package textlint-example-use-as-module

textlint - [email protected]

Published by azu over 5 years ago

10.7.6 (2019-04-30)

Chores

  • deps: update deps && devDeps (a19463b)
textlint - [email protected]

Published by azu over 5 years ago

5.1.6 (2019-04-30)

Chores

  • deps: update deps && devDeps (a19463b)
textlint - [email protected]

Published by azu over 5 years ago

2.1.6 (2019-04-30)

Note: Version bump only for package textlint-example-rulesdir

textlint - [email protected]

Published by azu over 5 years ago

2.1.6 (2019-04-30)

Note: Version bump only for package textlint-example-plugin-extensions-option

textlint - @textlint/[email protected]

Published by azu over 5 years ago

5.1.6 (2019-04-30)

Chores

  • deps: update deps && devDeps (a19463b)
textlint - @textlint/[email protected]

Published by azu over 5 years ago

3.1.6 (2019-04-30)

Chores

  • deps: update deps && devDeps (a19463b)
textlint - [email protected]

Published by azu over 5 years ago

2.2.6 (2019-04-30)

Chores

  • deps: update deps && devDeps (a19463b)
textlint - [email protected]

Published by azu over 5 years ago

2.1.6 (2019-04-30)

Note: Version bump only for package textlint-example-fix

textlint - [email protected]

Published by azu over 5 years ago

2.1.6 (2019-04-30)

Note: Version bump only for package textlint-example-cli

textlint - [email protected]

Published by azu over 5 years ago

2.1.6 (2019-04-30)

Note: Version bump only for package textlint-example-preset

textlint - @textlint/[email protected]

Published by azu over 5 years ago

3.1.3 (2019-04-30)

Chores

  • deps: update deps && devDeps (a19463b)
textlint - @textlint/[email protected]

Published by azu over 5 years ago

1.1.5 (2019-04-30)

Chores

  • deps: update deps && devDeps (a19463b)
textlint -

Published by azu over 5 years ago

Fixes

  • textlint: should not refer Config#hash when no use --cache #596 #597

TypeError: Cannot read property 'version' of undefined #597

This version will fix textlint in Now.sh.

textlint - [email protected]: Fix regression

Published by azu over 5 years ago

Bug Fixes

[email protected] fix regression for [email protected]

When you use https://github.com/textlint/textlint-filter-rule-comments, [email protected] #586 break the ruleId.

For example, following disble comment will not work on [email protected]

<!-- textlint-disable preset-ja-technical-writing/ja-no-weak-phrase -->

This issue is happened on using preset- prefix.

How to fix?

This regression is fixed in [email protected].

You should upgrade to [email protected].

npm install [email protected]

Background

We have introduces normalization function for rule's key.
We have forgot to normalize ignoreId like disable comment.

[email protected] normalize ignoreId too.

For more details, see https://github.com/textlint/textlint/pull/589

textlint -

Published by azu over 5 years ago

EDIT: This version include a regression.

You should update to https://github.com/textlint/textlint/releases/tag/textlint%4011.2.3

Summary

[email protected] fix key normalization issue like #583
This version fix to work following config.

Previously, textlint-rule-<name> setting would not work correly.

{
  "rules": {
    "textlint-rule-common-misspellings": true,
    "textlint-rule-write-good": {
      "severity": "warning" 
    }
  }
}

If you want to know textlint configuration, please see https://textlint.github.io/docs/configuring.html.

In this release, We have refactored key normalization algorithm.
For more details, see #586

📝 We have already dropped support for Node.js 4 in #443
This release includes actual incompatible code for Node.js 4.
If you use Node.js 4.x, please upgrade Node.js LTS.

We will improve textlint for modern environment #585

@textlint/[email protected]

fixes

  • textlint: add reasonable debug log (3931810)

@textlint/[email protected]

fixes

  • textlint: add reasonable debug log (3931810)

@textlint/[email protected]

fixes

  • textlint: add reasonable debug log (3931810)

@textlint/[email protected]

fixes

  • textlint: add reasonable debug log (3931810)

[email protected]

fixes

  • textlint: add normalization for rule config key (a644d3d), closes #583
  • textlint: add reasonable debug log (3931810)

All list: