textlint

The pluggable natural language linter for text and markdown.

MIT License

Downloads
7.4M
Stars
2.8K
Committers
83

Bot releases are hidden (Show)

textlint - [email protected]

Published by azu over 5 years ago

2.1.9 (2019-07-20)

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

textlint - [email protected]

Published by azu over 5 years ago

2.1.9 (2019-07-20)

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

textlint - [email protected]

Published by azu over 5 years ago

2.1.9 (2019-07-20)

Code Refactoring

  • utils: move implementation from types to utils (#611) (cd9adbe)
textlint - [email protected]

Published by azu over 5 years ago

2.1.9 (2019-07-20)

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

textlint - @textlint/[email protected]

Published by azu over 5 years ago

4.1.8 (2019-07-20)

Note: Version bump only for package @textlint/textlint-plugin-text

textlint - @textlint/[email protected]

Published by azu over 5 years ago

3.1.5 (2019-07-20)

Note: Version bump only for package @textlint/text-to-ast

textlint - [email protected]

Published by azu over 5 years ago

10.7.9 (2019-07-20)

Documentation

textlint - @textlint/[email protected]

Published by azu over 5 years ago

3.1.7 (2019-07-20)

Code Refactoring

textlint - @textlint/[email protected]

Published by azu over 5 years ago

5.1.8 (2019-07-20)

Note: Version bump only for package @textlint/textlint-plugin-markdown

textlint - @textlint/[email protected]

Published by azu over 5 years ago

3.1.8 (2019-07-20)

Chores

Code Refactoring

textlint - [email protected]

Published by azu over 5 years ago

2.2.9 (2019-07-20)

Code Refactoring

  • utils: move implementation from types to utils (#611) (cd9adbe)
textlint - @textlint/[email protected]

Published by azu over 5 years ago

3.1.8 (2019-07-20)

Code Refactoring

  • kernel: remove object-assign (24eed59)
  • utils: move implementation from types to utils (#611) (cd9adbe)
textlint - [email protected]

Published by azu over 5 years ago

2.1.9 (2019-07-20)

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

textlint - [email protected]

Published by azu over 5 years ago

5.1.10 (2019-07-20)

Note: Version bump only for package gulp-textlint

textlint - @textlint/[email protected]

Published by azu over 5 years ago

6.1.5 (2019-07-20)

Note: Version bump only for package @textlint/markdown-to-ast

textlint - @textlint/[email protected]

Published by azu over 5 years ago

1.2.1 (2019-07-20)

Code Refactoring

  • utils: move implementation from types to utils (#611) (cd9adbe)

Documentation

Features

  • types: add generics parameter to TextlintRuleReporter (#615) (963324b)
textlint - @textlint/[email protected]

Published by azu over 5 years ago

1.0.2 (2019-07-20)

Code Refactoring

  • utils: move implementation from types to utils (#611) (cd9adbe)
textlint - @textlint/[email protected]

Published by azu over 5 years ago

4.2.4 (2019-07-20)

Code Refactoring

  • utils: move implementation from types to utils (#611) (cd9adbe)
textlint - @textlint/[email protected]

Published by azu over 5 years ago

2.1.5 (2019-07-20)

Code Refactoring

  • utils: move implementation from types to utils (#611) (cd9adbe)
textlint - [email protected]

Published by azu over 5 years ago

11.3.1 (2019-07-20)

[email protected]

If you see following DeprecationWarning, please update to [email protected]

(node:68450) [DEP0091] DeprecationWarning: crypto.DEFAULT_ENCODING is deprecated.
(node:68450) [DEP0010] DeprecationWarning: crypto.createCredentials is deprecated. Use tls.createSecureContext instead.
(node:68450) [DEP0011] DeprecationWarning: crypto.Credentials is deprecated. Use tls.SecureContext instead.

fixes

  • textlint: fix --rulesdir description (#607) (742fe59)
  • textlint: fix crypto's DeprecationWarning (84cfa43)
  • textlint: remove object-assign (9c6275e)
  • utils: move implementation from types to utils (#611) (cd9adbe)
  • use @textlint/module-interop instead of interop-require (10d34a6)

features

  • types: add generics parameter to TextlintRuleReporter<T> (#615) (963324b)

🆕 @textlint/[email protected]

@textlint/module-interop is a new module.
@textlint/module-interop help you to create textlint rule preset.

const { moduleInterop } = require("@textlint/module-interop");
module.exports = {
    rules: {
        ruleA: moduleInterop(require("textlint-rule-external-A")),
        ruleB: moduleInterop(require("@scope/textlint-rule-extenal-B"))
    },
    rulesConfig: {
        ruleA: true,
        ruleB: true
    }
};

For more details, see Creating Preset · textlint document.

@textlint/[email protected]

features

  • types: add generics parameter to TextlintRuleReporter<T> (#615) (963324b)

Changelogs

Bug Fixes

  • textlint: fix --rulesdir description (#607) (742fe59)
  • textlint: fix crypto's DeprecationWarning (84cfa43)

Chores

Code Refactoring

  • test: fix fixture package (9dfa0ae)
  • textlint: remove object-assign (9c6275e)
  • utils: move implementation from types to utils (#611) (cd9adbe)
  • use @textlint/module-interop instead of interop-require (10d34a6)

Features

  • types: add generics parameter to TextlintRuleReporter (#615) (963324b)