Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 4345151

Browse files
committed
CHANGELOG, max 80 chars
1 parent 6f27778 commit 4345151

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

CHANGELOG.md

+14-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# 0.12.0 - 2015-06-04
22

33
- 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))
56

67
# 0.11.2 - 2015-05-11
78

@@ -37,16 +38,21 @@
3738

3839
# 0.6.0 - 2015-03-11
3940

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 :)
4245

4346
# 0.5.0 - 2015-03-11
4447

4548
- Changed: upgrade to eslint 0.16.x
4649
- 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)
5056
- Added: `quiet` option to hide warnings
5157

5258

@@ -67,7 +73,8 @@ You can still override by using `emitError` or `emitWarning` options to override
6773
# 0.2.0 - 2015-01-23
6874

6975
- 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`
7178

7279
# 0.1.0 - 2014-12-05
7380

0 commit comments

Comments
 (0)