File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 5.0.0 " ></a >
2
+ # [ 5.0.0] ( https://github.com/prh/prh/compare/4.0.0...5.0.0 ) (2017-08-16)
3
+
4
+ ` --rules ` 指定無しの時の設定ファイルを探索するルールが変わりました。
5
+ v4.xまではコマンドを実行したディレクトリにある` prh.yml ` でしたが、v5からは処理対象ファイルと同じディレクトリまたはそれより上の階層の` prh.yml ` を個別に探索し利用します。
6
+ ` prh.yml ` を発見できなかった場合はエラーになります。
7
+
8
+ 連日のBREAKING CHANGEですんません…!今後落ち着くはずです。
9
+
10
+ ### Features
11
+
12
+ * ** prh:** --verify と他のオプションを組み合わせて実行できるように変更 ([ 3a08ec1] ( https://github.com/prh/prh/commit/3a08ec1 ) )
13
+ * ** prh:** .npmignoreにCircle CIやtoolsを追加 ([ de16162] ( https://github.com/prh/prh/commit/de16162 ) )
14
+ * ** prh:** BREAKING CHANGE --rules 指定なしの場合、処理対象ファイルから直近のprh.ymlを探索して使うように変更 ([ 9f94875] ( https://github.com/prh/prh/commit/9f94875 ) )
15
+ * ** prh:** getRuleFilePath を公開された関数として追加 ([ 7b72efe] ( https://github.com/prh/prh/commit/7b72efe ) )
16
+ * ** prh:** どのファイルがどの設定を元に動作しているかわからないとつらそうなので --verbose オプションを追加 ([ bffcef2] ( https://github.com/prh/prh/commit/bffcef2 ) )
17
+
18
+
19
+
1
20
<a name =" 4.0.0 " ></a >
2
21
# [ 4.0.0] ( https://github.com/prh/prh/compare/3.1.1...4.0.0 ) (2017-08-15)
3
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " prh" ,
3
- "version" : " 4 .0.0" ,
3
+ "version" : " 5 .0.0" ,
4
4
"description" : " proofreading helper" ,
5
5
"main" : " index.js" ,
6
6
"bin" : {
You can’t perform that action at this time.
0 commit comments