File tree 4 files changed +30
-28
lines changed 4 files changed +30
-28
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# textlint-rule-preset-japanese
2
2
3
+ ## 8.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - bd3fee8: fix(deps): update dependency textlint-rule-sentence-length to v4
8
+
9
+ - Node.js 16+が必要となります。
10
+ - ` exclusionPatterns ` オプションが廃止されたため、 ` skipPatterns ` オプションを利用してください
11
+ - < https://github.com/textlint-rule/textlint-rule-sentence-length/releases/tag/v4.0.0 >
12
+
13
+ - e16ba82: fix(deps): update dependency textlint-rule-no-nfd to v2
14
+
15
+ - textlint v12.2.0+が必要になります
16
+ - エラー位置表示の改善が含まれます
17
+ - https://github.com/textlint-ja/textlint-rule-no-nfd/releases/tag/v2.0.1
18
+
3
19
## 7.0.0
20
+
4
21
### Major Changes
5
22
6
23
- aefefdc: :sparkles : [ textlint-rule/textlint-rule-sentence-length v3.0.0] ( https://github.com/textlint-rule/textlint-rule-sentence-length/releases/v3.0.0 ) へアップデート
7
-
8
- 3.0.0では、デフォルトでは次のようなURLそのものがリンクとなっているケースをカウントしないようになっています 。
9
-
24
+
25
+ 3.0.0 では、デフォルトでは次のような URL そのものがリンクとなっているケースをカウントしないようになっています 。
26
+
10
27
> Very long < https://example.com?longlonglong > URL.
28
+
11
29
- ffaf6f2: :sparkles : [ textlint-rule/textlint-rule-no-invalid-control-character v2.0.0] ( https://github.com/textlint-rule/textlint-rule-no-invalid-control-character/releases/v2.0.0 ) へアップデート
12
-
13
- Imageの` alt ` 内もデフォルトでチェックするようになりました
30
+
31
+ Image の` alt ` 内もデフォルトでチェックするようになりました
32
+
14
33
- ffaf6f2: :new : [ textlint-rule-no-kangxi-radicals] ( https://github.com/xl1/textlint-rule-no-kangxi-radicals ) を追加
15
-
16
- [ 康煕部首] ( https://ja.wikipedia.org/wiki/%E5%BA%B7%E7%85%95%E9%83%A8%E9%A6%96 ) (こうきぶしゅ)が含まれる問題を見つけるtextlintルール 。
34
+
35
+ [ 康煕部首] ( https://ja.wikipedia.org/wiki/%E5%BA%B7%E7%85%95%E9%83%A8%E9%A6%96 ) (こうきぶしゅ)が含まれる問題を見つける textlint ルール 。
17
36
詳細は[ PDF に謎の漢字が含まれるとき] ( https://gist.github.com/xl1/940d653451fd96a06618a6df08d5df84 ) を参照。
37
+
18
38
- ffaf6f2: :new : [ textlint-rule-no-zero-width-spaces] ( https://github.com/textlint-rule/textlint-rule-no-zero-width-spaces ) を追加
19
-
20
- 目視で見つけることができないため[ ゼロ幅スペース] ( https://ja.wikipedia.org/wiki/%E3%82%BC%E3%83%AD%E5%B9%85%E3%82%B9%E3%83%9A%E3%83%BC%E3%82%B9 ) を見つけるtextlintルール
39
+
40
+ 目視で見つけることができないため[ ゼロ幅スペース] ( https://ja.wikipedia.org/wiki/%E3%82%BC%E3%83%AD%E5%B9%85%E3%82%B9%E3%83%9A%E3%83%BC%E3%82%B9 ) を見つける textlint ルール
21
41
22
42
### Minor Changes
23
43
Original file line number Diff line number Diff line change 11
11
"bugs" : {
12
12
"url" : " https://github.com/textlint-ja/textlint-rule-preset-japanese/issues"
13
13
},
14
- "version" : " 7 .0.0" ,
14
+ "version" : " 8 .0.0" ,
15
15
"description" : " textlint rule preset for japanese." ,
16
16
"main" : " lib/textlint-rule-preset-japanese.js" ,
17
17
"files" : [
You can’t perform that action at this time.
0 commit comments