Skip to content

Releases: sapegin/textlint-rule-terminology

v1.1.5

23 Feb 13:15
Compare
Choose a tag to compare
  • Fixed: Add AVA
  • Fixed: Add “an npm”

v1.1.4

11 Feb 17:17
Compare
Choose a tag to compare
  • Fixed: Add “macOS”

v1.1.3

09 Feb 14:35
Compare
Choose a tag to compare
  • Fixed: Add “pre-release”

v1.1.2

09 Feb 09:12
Compare
Choose a tag to compare
  • Fixed: Add “style guide”, “change log” and “source map”

v1.1.1

08 Feb 10:09
Compare
Choose a tag to compare
  • Fixed: Tweak rules, add comments
  • Fixed: Allow comments in terms JSON

v1.1.0

07 Feb 16:38
Compare
Choose a tag to compare

New features

New config options: skip and defaultTerms.

Bug fixes

  • Better word boundaries check: do not consider a hyphen as a word end.

v1.0.0

07 Feb 13:09
Compare
Choose a tag to compare

Breaking changes

New incompatible config format:

[
  "JavaScript",
  ["front[- ]end(\\w*)", "frontend$1"],
  ["(\\w+[^.?!]\\)? )internet", "$1internet"]
]

Other improvements

  • Support for RegExps and exact match (including the case).
  • Proper capitalization of the first letter in the beginning of a sentence.
  • The rule is now fixable.

v0.0.2

07 Feb 08:47
Compare
Choose a tag to compare
  • Fixed: Add terms.json to npm package
  • Fixed: A few more words
  • Fixed: More words