Commit 707bcdf
authored
chore: release v4.0.0 (#53)
## 更新内容
### 🆕 追加されたルール
#### 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
- ルールがより一般的な表現にマッチするようになりました(今までは特定の単語にマッチする範囲を限定していました)
- ["[サ変名詞]を行う"](https://github.com/textlint-ja/textlint-rule-ja-no-redundant-expression#dict5) と ["[サ変名詞]を実行"](https://github.com/textlint-ja/textlint-rule-ja-no-redundant-expression#dict6)を冗長な表現として認識する辞書が追加されました。
- それぞれの辞書(`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
- 検出できる誤用の追加1 parent 01988b3 commit 707bcdf
2 files changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments