Skip to content

Releases: sapegin/textlint-rule-terminology

v5.0.5

24 May 13:31
Compare
Choose a tag to compare

5.0.5 (2024-05-24)

Bug Fixes

v5.0.4

24 May 13:31
Compare
Choose a tag to compare

5.0.4 (2024-05-24)

Bug Fixes

  • Expand "colocated" to include "colocation" and "colocating" (3b9b16e)

v5.0.3

24 May 06:51
Compare
Choose a tag to compare

5.0.3 (2024-05-24)

Bug Fixes

v5.0.2

22 May 13:07
Compare
Choose a tag to compare

5.0.2 (2024-05-22)

Bug Fixes

  • Add hardcode/hardcoded/hardcoding (cd90545)

v5.0.1

21 May 06:24
Compare
Choose a tag to compare

5.0.1 (2024-05-21)

Bug Fixes

  • Add "color blind" and "color blindness" (e9d4377)
  • Allow plural "command-line tools" (401d2f3)
  • Reduce false positives inside filenames (e1d8617)
  • Replace only "command line tool", not any "command line" (e8644ab)

v5.0.0

01 May 07:09
Compare
Choose a tag to compare

5.0.0 (2024-05-01)

Bug Fixes

chore

BREAKING CHANGES

  • Node.js 18 is no longer supported

v4.0.1

06 Nov 12:40
78b8dee
Compare
Choose a tag to compare

4.0.1 (2023-11-06)

Bug Fixes

  • Fix word detection at end of line (#72) (78b8dee)

v4.0.0

01 Sep 10:04
Compare
Choose a tag to compare

4.0.0 (2023-09-01)

Bug Fixes

Features

BREAKING CHANGES

  • The minimum supported Node.js version is 18

v3.0.5

21 Jun 09:44
73aae4e
Compare
Choose a tag to compare

3.0.5 (2023-06-21)

Bug Fixes

  • Add one-liner, allow built-ins (73aae4e)

v3.0.4

11 Oct 11:29
062b44d
Compare
Choose a tag to compare

3.0.4 (2022-10-11)

Bug Fixes

  • Allow for filetypes in filenames to be lowercase (,css, .jpeg, .pdf, .png etc.) (#57) (062b44d), closes #56