UNPKG

6.68 kBMarkdownView Raw
1# 2.1.2 - 2019-01-31
2
3- [Fix autofix for eslint < 5](https://github.com/webpack-contrib/eslint-loader/commit/d76372676b8badf57df3d6a22be5739d19e25637) by @eschablowski
4
5
6# 2.1.1 - 2018-09-19
7
8- [Stop autofixing infinite loop](https://github.com/webpack-contrib/eslint-loader/commit/704024864f737a487ec0b9f9c9b00b11881f2558) by @eschablowski
9- [Allow `formatter` to receive string (path) to file exporting formatter function](https://github.com/webpack-contrib/eslint-loader/commit/7108379e2864f6ffb75cde1d147ee1fe86890ba8) by @Timer
10
11# 2.1.0 - 2018-07-19
12
13- [Add ESLint 5 support](https://github.com/webpack-contrib/eslint-loader/commit/1dc9442d9e2344b953ac88c5c416dcb79f3c690d) by @Alex-Sokolov
14- [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
15- dev deps updates, prettier, eslint config [...](https://github.com/webpack-contrib/eslint-loader/compare/2.0.0...2.1.0)
16
17# 2.0.0 - 2018-02-26
18
19- 🚨 Drop webpack@1.x support (by @wonism in [#212](https://github.com/webpack-contrib/eslint-loader/pull/212))
20- 🚨 Drop Node 4 supported (by @wonism in [#212](https://github.com/webpack-contrib/eslint-loader/pull/212))
21- ✨ Add webpack@4.x support (by @wonism in [#212](https://github.com/webpack-contrib/eslint-loader/pull/212))
22- 🐛 Respect `eslintPath` for formatter (by @lmnsg in [#195](https://github.com/webpack-contrib/eslint-loader/pull/195))
23
24# 1.9.0 - 2017-07-06
25
26- Added: `eslintPath` option so you can provide your own eslint path.
27 ([#183](https://github.com/webpack-contrib/eslint-loader/pull/183) - @trungdq88)
28
29# 1.8.0 - 2017-06-15
30
31- Added: support for eslint@^4.0.0
32 ([#178](https://github.com/webpack-contrib/eslint-loader/issues/178) - @Aladdin-ADD)
33
34# 1.7.1 - 2017-03-31
35
36- Fixed: Remove duplicate output with webpack 2
37 ([#169](https://github.com/webpack-contrib/eslint-loader/pull/169) - @jaridmargolin)
38
39# 1.7.0 - 2017-03-23
40
41- Fixed: outputReport option writes report for last file checked only
42 ([#160](https://github.com/webpack-contrib/eslint-loader/pull/160) - @deryni)
43- Added: use babel loader fs cache as the default caching engine
44 ([#159](https://github.com/webpack-contrib/eslint-loader/pull/159) - @viankakrisna)
45
46# 1.6.3 - 2017-02-22
47
48- Fixed: ignore cache when eslint rules have changed
49 ([#151](https://github.com/webpack-contrib/eslint-loader/pull/151) - @wrakky)
50
51# 1.6.2 - 2017-02-22
52
53- Fixed: fallback to OS temp directory if findCacheDir fails
54 ([#154](https://github.com/webpack-contrib/eslint-loader/pull/154) - @viankakrisna)
55- Fixed: `loader-utils` deprecation warning by upgrading to v1.0.0
56 ([#155](https://github.com/webpack-contrib/eslint-loader/pull/155) - @fknussel)
57
58# 1.6.1 - 2016-11-02
59
60- Fixed: multiples config per instance are now supported
61 ([#105](https://github.com/webpack-contrib/eslint-loader/issues/105) -
62 @jaythomas and @jameslnewell)
63
64# 1.6.0 - 2016-10-17
65
66- Added: Option to generate report file
67 ([#118](https://github.com/webpack-contrib/eslint-loader/pull/118) - @vidhill)
68
69# 1.5.0 - 2016-07-28
70
71- Added: `cache` options
72 ([#93](https://github.com/webpack-contrib/eslint-loader/pull/93) - @genintho)
73
74# 1.4.1 - 2016-06-07
75
76- Fixed: .eslintignore is not ignored anymore (eslint 3.x regression)
77 ([#99](https://github.com/webpack-contrib/eslint-loader/pull/99) - @waiterZen)
78
79# 1.4.0 - 2016-06-02
80
81- Added: support for eslint@^3.0.0
82 ([#96](https://github.com/webpack-contrib/eslint-loader/issues/96))
83
84# 1.3.0 - 2016-02-17
85
86- Added: support for eslint@^2.0.0
87 ([#81](https://github.com/webpack-contrib/eslint-loader/pull/81))
88
89# 1.2.1 - 2016-01-26
90
91- Updated: object-assign dependency
92 ([#77](https://github.com/webpack-contrib/eslint-loader/pull/77))
93
94# 1.2.0 - 2016-01-02
95
96- Added: this loader now pass down the input source map to the next chained
97 loader if it exists
98 ([#70](https://github.com/webpack-contrib/eslint-loader/pull/70)).
99
100# 1.1.1 - 2015-10-08
101
102- Fixed: `failOnError` and `failOnWarning` now print messages.
103
104# 1.1.0 - 2015-10-08
105
106- Added: `fix` option to enable ESLint auto fix feature.
107
108# 1.0.0 - 2015-08-08
109
110- Added: support for eslint 1.x
111- Removed: support for eslint 1.x-rc\*
112- Removed: support for eslint 0.x
113
114# 0.14.2 - 2015-07-18
115
116- Fixed: support for eslint 1.x-rc
117
118# 0.14.1 - 2015-06-15
119
120- Fixed: support for eslint 0.24.x
121
122# 0.14.0 - 2015-06-15
123
124- Added: support for eslint 0.23.x
125
126# 0.13.0 - 2015-06-14
127
128- Changed: a file that should be ignored doesn't trigger a warning
129 ([#44](https://github.com/webpack-contrib/eslint-loader/issues/44))
130
131# 0.12.0 - 2015-06-04
132
133- Changed: upgrade to eslint 0.22.x
134- Fixed: respect .eslintrc/eslintignore files in directory tree
135 ([#21](https://github.com/webpack-contrib/eslint-loader/issues/21))
136
137# 0.11.2 - 2015-05-11
138
139- Fixed: eslint range from 0.17 to 0.21
140
141# 0.11.1 - 2015-04-27
142
143- Fixed: eslint range from 0.17 to 0.20
144
145# 0.11.0 - 2015-04-27
146
147- Changed: upgrade to eslint 0.20.x
148
149# 0.10.0 - 2015-04-13
150
151- Changed: upgrade to eslint 0.19.x
152
153# 0.9.0 - 2015-03-29
154
155- Changed: upgrade to eslint 0.18.x
156
157# 0.8.0 - 2015-03-27
158
159- Changed: `reporter` is now `formatter` option to fit eslint name
160- Changed: plugin is now async as it don't need to be sync
161- Added: options are supported as query strings
162
163# 0.7.0 - 2015-03-15
164
165- Changed: upgrade to eslint 0.17.x
166- Added: `failOnError` option
167- Added: `failOnWarning` option
168
169# 0.6.0 - 2015-03-11
170
171- Changed: `reporter` now automatically drop lines that contains the filename in
172 the reporter output.
173 That mean you can use official or community reporters without worrying to see
174 lot of lines with `<text>` as filename :)
175
176# 0.5.0 - 2015-03-11
177
178- Changed: upgrade to eslint 0.16.x
179- Changed: `emitErrors` is now `emitError`
180- Changed: loader now use `webpack.emitError` or `webpack.emitWarning`
181 automatically (according to eslint configuration).
182 You can still override by using `emitError` or `emitWarning` options to override
183 this behavior
184- Added: `emitWarning` can force eslint to report warning instead of the default
185 behavior (see above)
186- Added: `quiet` option to hide warnings
187
188# 0.4.0 - 2015-02-23
189
190- Changed: upgrade to eslint 0.15.x
191- Changed: more readable default reporter
192- Added: `reporter` options allow to define a custom reporter function
193
194# 0.3.0 - 2015-02-10
195
196- Changed: upgrade to eslint 0.14.x
197
198# 0.2.1 - 2015-01-27
199
200- Changed: upgrade to eslint 0.13.x
201
202# 0.2.0 - 2015-01-23
203
204- Changed: upgrade to eslint 0.12.x
205- Added: enable loading of eslint config from webpack config, `.eslintrc`, or
206 `package.json`
207
208# 0.1.0 - 2014-12-05
209
210✨ Initial release