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

Commit 3d63b44

Browse files
committed
2.1.0
1 parent 2ddc184 commit 3d63b44

File tree

3 files changed

+24
-18
lines changed

3 files changed

+24
-18
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22

33
node_js:
4+
- 10
45
- 8
56
- 6
67

CHANGELOG.md

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.1.0 - 2018-07-19
2+
3+
- [Add ESLint 5 support](https://github.com/webpack-contrib/eslint-loader/commit/1dc9442d9e2344b953ac88c5c416dcb79f3c690d) by @Alex-Sokolov
4+
- [Fix not returning execution flow control to webpack when cache option is enabled and one of the files has a linting error](https://github.com/webpack-contrib/eslint-loader/commit/97761d724e6fa26d8dbde4a544ddb7cb3795f568) by @nicolaslt
5+
- dev deps updates, prettier, eslint config [...](https://github.com/webpack-contrib/eslint-loader/compare/2.0.0...2.1.0)
6+
17
# 2.0.0 - 2018-02-26
28

39
- 🚨 Drop [email protected] support (by @wonism in [#212](https://github.com/webpack-contrib/eslint-loader/pull/212))
@@ -63,23 +69,23 @@
6369
# 1.4.0 - 2016-06-02
6470

6571
- Added: support for eslint@^3.0.0
66-
([#96](https://github.com/webpack-contrib/eslint-loader/issues/96))
72+
([#96](https://github.com/webpack-contrib/eslint-loader/issues/96))
6773

6874
# 1.3.0 - 2016-02-17
6975

7076
- Added: support for eslint@^2.0.0
71-
([#81](https://github.com/webpack-contrib/eslint-loader/pull/81))
77+
([#81](https://github.com/webpack-contrib/eslint-loader/pull/81))
7278

7379
# 1.2.1 - 2016-01-26
7480

7581
- Updated: object-assign dependency
76-
([#77](https://github.com/webpack-contrib/eslint-loader/pull/77))
82+
([#77](https://github.com/webpack-contrib/eslint-loader/pull/77))
7783

7884
# 1.2.0 - 2016-01-02
7985

8086
- Added: this loader now pass down the input source map to the next chained
81-
loader if it exists
82-
([#70](https://github.com/webpack-contrib/eslint-loader/pull/70)).
87+
loader if it exists
88+
([#70](https://github.com/webpack-contrib/eslint-loader/pull/70)).
8389

8490
# 1.1.1 - 2015-10-08
8591

@@ -92,7 +98,7 @@ loader if it exists
9298
# 1.0.0 - 2015-08-08
9399

94100
- Added: support for eslint 1.x
95-
- Removed: support for eslint 1.x-rc*
101+
- Removed: support for eslint 1.x-rc\*
96102
- Removed: support for eslint 0.x
97103

98104
# 0.14.2 - 2015-07-18
@@ -110,13 +116,13 @@ loader if it exists
110116
# 0.13.0 - 2015-06-14
111117

112118
- Changed: a file that should be ignored doesn't trigger a warning
113-
([#44](https://github.com/webpack-contrib/eslint-loader/issues/44))
119+
([#44](https://github.com/webpack-contrib/eslint-loader/issues/44))
114120

115121
# 0.12.0 - 2015-06-04
116122

117123
- Changed: upgrade to eslint 0.22.x
118124
- Fixed: respect .eslintrc/eslintignore files in directory tree
119-
([#21](https://github.com/webpack-contrib/eslint-loader/issues/21))
125+
([#21](https://github.com/webpack-contrib/eslint-loader/issues/21))
120126

121127
# 0.11.2 - 2015-05-11
122128

@@ -153,23 +159,22 @@ loader if it exists
153159
# 0.6.0 - 2015-03-11
154160

155161
- Changed: `reporter` now automatically drop lines that contains the filename in
156-
the reporter output.
157-
That mean you can use official or community reporters without worrying to see
158-
lot of lines with `<text>` as filename :)
162+
the reporter output.
163+
That mean you can use official or community reporters without worrying to see
164+
lot of lines with `<text>` as filename :)
159165

160166
# 0.5.0 - 2015-03-11
161167

162168
- Changed: upgrade to eslint 0.16.x
163169
- Changed: `emitErrors` is now `emitError`
164170
- Changed: loader now use `webpack.emitError` or `webpack.emitWarning`
165-
automatically (according to eslint configuration).
166-
You can still override by using `emitError` or `emitWarning` options to override
167-
this behavior
171+
automatically (according to eslint configuration).
172+
You can still override by using `emitError` or `emitWarning` options to override
173+
this behavior
168174
- Added: `emitWarning` can force eslint to report warning instead of the default
169-
behavior (see above)
175+
behavior (see above)
170176
- Added: `quiet` option to hide warnings
171177

172-
173178
# 0.4.0 - 2015-02-23
174179

175180
- Changed: upgrade to eslint 0.15.x
@@ -188,7 +193,7 @@ behavior (see above)
188193

189194
- Changed: upgrade to eslint 0.12.x
190195
- Added: enable loading of eslint config from webpack config, `.eslintrc`, or
191-
`package.json`
196+
`package.json`
192197

193198
# 0.1.0 - 2014-12-05
194199

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-loader",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "eslint loader (for webpack)",
55
"keywords": [
66
"lint",

0 commit comments

Comments
 (0)