| | |
| | | # Changelog |
| | | |
| | | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
| | | |
| | | ### [4.0.2](https://github.com/webpack-contrib/eslint-loader/compare/v3.0.4...v4.0.2) (2020-04-24) |
| | | |
| | | |
| | | ### Bug Fixes |
| | | |
| | | * use fs-extra ^8.1.0 ([7febae0](https://github.com/webpack-contrib/eslint-loader/commit/7febae056ac6271c4cf76b8e387f8fae5800a879)) |
| | | |
| | | ### [4.0.1](https://github.com/webpack-contrib/eslint-loader/compare/v3.0.4...v4.0.1) (2020-04-24) |
| | | |
| | | ### Refactor |
| | | |
| | | * new cache implementation ([#320](https://github.com/webpack-contrib/eslint-loader/pull/320)) ([6bb1fa6](https://github.com/webpack-contrib/eslint-loader/commit/acae2be88678228e6589b40122a93f88437b8e47)) |
| | | |
| | | ## [4.0.0](https://github.com/webpack-contrib/eslint-loader/compare/v3.0.4...v4.0.0) (2020-04-03) |
| | | |
| | | ### Breaking Changes |
| | | |
| | | * drop support for Node < 10.13.0 |
| | | * minimum supported eslint version is 6 |
| | | |
| | | ### [3.0.4](https://github.com/webpack-contrib/eslint-loader/compare/v3.0.3...v3.0.4) (2020-04-02) |
| | | |
| | | |
| | | ### Bug Fixes |
| | | |
| | | * [#316](https://github.com/webpack-contrib/eslint-loader/issues/316) updating loader-fs-cache min version ([#317](https://github.com/webpack-contrib/eslint-loader/issues/317)) ([796e3d1](https://github.com/webpack-contrib/eslint-loader/commit/796e3d130a030ce48e14ee3421809ca40d25cde1)) |
| | | |
| | | ### [3.0.3](https://github.com/webpack-contrib/eslint-loader/compare/v3.0.2...v3.0.3) (2019-12-06) |
| | | |
| | | |
| | | ### Bug Fixes |
| | | |
| | | * check result object ([#311](https://github.com/webpack-contrib/eslint-loader/issues/311)) ([6bb1fa6](https://github.com/webpack-contrib/eslint-loader/commit/6bb1fa68d043f00de63cda4d9babd3a2c9a50d58)) |
| | | * support webpack 5 ([#312](https://github.com/webpack-contrib/eslint-loader/issues/312)) ([c0a9d0c](https://github.com/webpack-contrib/eslint-loader/commit/c0a9d0c118155c56c41dc344460f333a9e969eaf)) |
| | | |
| | | ### [3.0.2](https://github.com/webpack-contrib/eslint-loader/compare/v3.0.1...v3.0.2) (2019-09-27) |
| | | |
| | | |
| | | ### Bug Fixes |
| | | |
| | | * check if contain results ([#300](https://github.com/webpack-contrib/eslint-loader/issues/300)) ([7d1d1fe](https://github.com/webpack-contrib/eslint-loader/commit/7d1d1fe)) |
| | | * ensure output file path ([#299](https://github.com/webpack-contrib/eslint-loader/issues/299)) ([16e9ccf](https://github.com/webpack-contrib/eslint-loader/commit/16e9ccf)) |
| | | |
| | | ### [3.0.1](https://github.com/webpack-contrib/eslint-loader/compare/v3.0.0...v3.0.1) (2019-09-25) |
| | | |
| | | |
| | | ### Bug Fixes |
| | | |
| | | * module build failed error at Linter.parseResults ([#294](https://github.com/webpack-contrib/eslint-loader/issues/294)) ([360e69c](https://github.com/webpack-contrib/eslint-loader/commit/360e69c)) |
| | | |
| | | ### [3.0.0](https://github.com/webpack-contrib/eslint-loader/compare/v2.2.1...v3.0.0) (2019-08-24) |
| | | |
| | | |
| | | ### 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](https://github.com/webpack-contrib/eslint-loader/issues/285)) ([997cce5](https://github.com/webpack-contrib/eslint-loader/commit/997cce5)) |
| | | * emit warning/error if no config was found/given ([#286](https://github.com/webpack-contrib/eslint-loader/issues/286)) ([4204560](https://github.com/webpack-contrib/eslint-loader/commit/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 |
| | | |
| | | |
| | | |
| | | # 2.2.1 - 2019-07-04 |
| | | |
| | | - Fixed: path to eslint version for cache |