This repository has been archived by the owner on Sep 28, 2020. It is now read-only.
Releases: webpack-contrib/eslint-loader
Releases · webpack-contrib/eslint-loader
v4.0.2
v4.0.1
v4.0.0
Breaking Changes
- drop support for Node < 10.13.0
- minimum supported eslint version is 6
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
Bugfix
- fix corrupted filenames if cwd == "/"
- cannot use string formatter in outputReport
- no Output Report in File when build fails under webpack 4
- add posibility to use absolute file path in outputReport.filePath
- it should be possible to use absolute file path in outputReport.filePath
- try load official formatter (#285) (997cce5)
- emit warning/error if no config was found/given (#286) (4204560)
Features
- validate schema options
Breaking Changes
- drop support for Node < 8.9.0
- minimum supported webpack version is 4
- minimum supported eslint version is 5
v2.2.1
2.2.1 - 2019-07-04
- Fixed: path to eslint version for cache
(#282 - @ricardogobbosouza)