Skip to content

Releases: textlint-ja/textlint-rule-preset-ja-technical-writing

v10.0.1

02 Jan 07:51
207064f
Compare
Choose a tag to compare

10.0.0

Major Changes

Patch Changes

  • ac442b6: CI: merge snapshot release

v9.0.0

03 Dec 01:54
4cdca20
Compare
Choose a tag to compare

Major Changes

Warning

Node.js 18+が必要になります。

次のルールをアップデートしています。

Note

GitHub に追加された次の構文で、一部ルールに影響が出ていました。

> [!NOTE]
> some content

この構文が sentence-splitter v3 だと正しく解析できないため、sentence-splitter v5 へアップデートしています。

fix #131

v8.0.0

16 Jul 01:09
2c6c5b1
Compare
Choose a tag to compare

Summary

Major Changes

Patch Changes

  • ae7c716: docs: オプションを完全なものに変更。ルールの説明を書き直し

    README のオプション表記やルールの説明を書き直しました。

v7.0.0

06 Jul 07:47
@azu azu
Compare
Choose a tag to compare

7.0.0

Major Changes

v6.0.0

25 Apr 07:21
2070d66
Compare
Choose a tag to compare

6.0.0 (2021-04-25)

Summary

  • 更新されたルールは形態素解析するライブラリであるkuromojin@3への更新を含んでいます
    • 解析結果が正確になることで検知する範囲がより正確になります
  • センテンス分解をするライブラリであるsentence-splitter@3への更新を含んでいます
    • 全角ピリオド()がデフォルトでセンテンスの区切り文字と扱われます
    • また、センテンスの解析が改善されています
  • その他にもいくつかのルールで更新が含まれています

textlint-rule-preset-japanese v6も同様の変更を含むリリースがされています。

更新されたルール

textlint-rule-max-ten to v4

READMEと実装がずれていたので、修正されています。

  • 3.0.0: max: 3 なら 一文に3つ以上の読点でエラーとなる
  • 4.0.0: max: 3 なら 一文に4つ以上の読点でエラーとなる

読点に「,」句点に「.」を使うオプションが追加されました。

{
  "rules": {
    "max-ten": {
      // 読点として扱う文字
      "touten": ",",
      // 句点として扱う文字
      "kuten": "."
    }
  }
}

textlint-rule-no-double-negative-ja to v2

"ないこともないでしょう"のような "特殊・ナイ"の判定に対応しています。

textlint-rule-no-doubled-joshi to v4

kuromojin@3への更新のみ

textlint-rule-no-dropping-the-ra to v3

"見れる" のら抜き言葉を判定できるようになっています。

textlint-rule-no-mix-dearu-desumasu to v5

kuromojin@3への更新のみ

textlint-rule-ja-no-redundant-expression to v4

kuromojin@3への更新のみ

textlint-rule-ja-no-weak-phrase to v2

kuromojin@3への更新のみ

textlint-rule-no-doubled-conjunction to v2

センテンス解析の改善をして全角ピリオド()の対応とエラーメッセージを改善しています。

textlint-rule-no-doubled-conjunctive-particle-ga to v2

センテンス解析の改善をして全角ピリオド()に対応しています。

textlint-rule-max-comma to v2

センテンス解析の改善をしています。

COMMITS

  • deps: update dependency @textlint/module-interop to ^1.2.4 (5f45465)
  • deps: update dependency textlint-rule-preset-jtf-style to ^2.3.7 (21a1a05)
  • deps: update dependency textlint-rule-preset-jtf-style to ^2.3.8 (d367aa1)
  • deps: update max-ten (40cae7a)
  • deps: update patch updates (6f1f685)
  • deps: update rules (15b61f6)
  • deps: update textlint-rule-max-comma@2 (e9d8b1b)
  • deps: update textlint-rule-max-ten (6c9d542)
  • deps: update to textlint-rule-max-ten@4.0.2 (94b007f)
  • desp: update rules (0f4eb2c), closes #issuecomment-826238597

v5.0.0

03 Mar 14:49
c71262b
Compare
Choose a tag to compare

5.0.0 (2021-01-01)

🆙 更新されたルール

textlint-rule-no-dropping-the-ra@2

Bug Fixes

  • deps: update dependency textlint-rule-ja-no-successive-word to ^1.2.0 (11619c7)
  • deps: update dependency textlint-rule-no-doubled-joshi to ^3.8.0 (9c8d90d)
  • deps: update dependency textlint-rule-preset-jtf-style to ^2.3.5 (0777e30)
  • deps: update dependency textlint-rule-preset-jtf-style to ^2.3.6 (8be345e)
  • deps: update patch updates (7a7d0a6)

v4.0.1

31 Jul 23:55
@azu azu
Compare
Choose a tag to compare

Fixes

ルール間でkuromojinのバージョンが揺れていたのを統一しました。
余計な辞書ロードが削減される可能性があります。

Bug Fixes

  • deps: update dependency textlint-rule-no-doubled-conjunctive-particle-ga to ^1.1.1 (88b3021)
  • deps: update minor updates (46b8ef1)
  • deps: update minor updates (14cdb01)
  • deps: update patch updates (b2f89f2)

v4.0.0

10 Jun 14:52
707bcdf
Compare
Choose a tag to compare

更新内容

🆕 追加されたルール

textlint-rule-ja-unnatural-alphabet

https://github.com/textlint-ja/textlint-rule-ja-unnatural-alphabet

  • 入力ミスなどで追加された不自然なアルファベットを検知するルール

textlint-rule-no-unmatched-pair

https://github.com/textlint-rule/textlint-rule-no-unmatched-pair

  • (に対する)など文中に対応する括弧がない場合にエラーとするルール

🆙 更新されたルール

textlint-rule-no-mix-dearu-desumasu 4.0.0

https://github.com/textlint-ja/textlint-rule-no-mix-dearu-desumasu/releases/4.0.0

  • "ます"の検知をサポート

textlint-rule-ja-no-redundant-expression 3.0.0

https://github.com/textlint-ja/textlint-rule-ja-no-redundant-expression/releases/3.0.0

  • ルールがより一般的な表現にマッチするようになりました(今までは特定の単語にマッチする範囲を限定していました)
  • "[サ変名詞]を行う""[サ変名詞]を実行"を冗長な表現として認識する辞書が追加されました。
  • それぞれの辞書(dict1からdict6)を無効化や例外表現をオプションとして指定できるようになりました

textlint-rule-ja-no-abusage 2.0.0

https://github.com/textlint-ja/textlint-rule-ja-no-abusage/releases/tag/2.0.0

  • 検出できる誤用の追加

v4.0.0-beta.0

20 Jul 08:10
@azu azu
cf1c3f1
Compare
Choose a tag to compare
v4.0.0-beta.0 Pre-release
Pre-release

Features

v3.1.3

20 Jul 07:20
@azu azu
cf1c3f1
Compare
Choose a tag to compare

Bug Fixes