1
1
# 0.12.0 - 2015-06-04
2
2
3
3
- Changed: upgrade to eslint 0.22.x
4
- - Fixed: respect .eslintrc files in directory tree ([ #21 ] ( https://github.com/MoOx/eslint-loader/issues/21 ) )
4
+ - Fixed: respect .eslintrc/eslintignore files in directory tree
5
+ ([ #21 ] ( https://github.com/MoOx/eslint-loader/issues/21 ) )
5
6
6
7
# 0.11.2 - 2015-05-11
7
8
37
38
38
39
# 0.6.0 - 2015-03-11
39
40
40
- - Changed: ` reporter ` now automatically drop lines that contains the filename in the reporter output.
41
- That mean you can use official or community reporters without worrying to see lot of lines with ` <text> ` as filename :)
41
+ - Changed: ` reporter ` now automatically drop lines that contains the filename in
42
+ the reporter output.
43
+ That mean you can use official or community reporters without worrying to see
44
+ lot of lines with ` <text> ` as filename :)
42
45
43
46
# 0.5.0 - 2015-03-11
44
47
45
48
- Changed: upgrade to eslint 0.16.x
46
49
- Changed: ` emitErrors ` is now ` emitError `
47
- - Changed: loader now use ` webpack.emitError ` or ` webpack.emitWarning ` automatically (according to eslint configuration).
48
- You can still override by using ` emitError ` or ` emitWarning ` options to override this behavior
49
- - Added: ` emitWarning ` can force eslint to report warning instead of the default behavior (see above)
50
+ - Changed: loader now use ` webpack.emitError ` or ` webpack.emitWarning `
51
+ automatically (according to eslint configuration).
52
+ You can still override by using ` emitError ` or ` emitWarning ` options to override
53
+ this behavior
54
+ - Added: ` emitWarning ` can force eslint to report warning instead of the default
55
+ behavior (see above)
50
56
- Added: ` quiet ` option to hide warnings
51
57
52
58
@@ -67,7 +73,8 @@ You can still override by using `emitError` or `emitWarning` options to override
67
73
# 0.2.0 - 2015-01-23
68
74
69
75
- Changed: upgrade to eslint 0.12.x
70
- - Added: enable loading of eslint config from webpack config, ` .eslintrc ` , or ` package.json `
76
+ - Added: enable loading of eslint config from webpack config, ` .eslintrc ` , or
77
+ ` package.json `
71
78
72
79
# 0.1.0 - 2014-12-05
73
80
0 commit comments