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

Commit 4895987

Browse files
chore(release): 3.0.0
1 parent 78626bb commit 4895987

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# Changelog
2+
3+
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+
5+
### [3.0.0](https://github.com/webpack-contrib/eslint-loader/compare/v2.2.1...v3.0.0) (2019-08-24)
6+
7+
8+
### Bugfix
9+
10+
* fix corrupted filenames if cwd == "/"
11+
* cannot use string formatter in outputReport
12+
* no Output Report in File when build fails under webpack 4
13+
* add posibility to use absolute file path in outputReport.filePath
14+
* it should be possible to use absolute file path in outputReport.filePath
15+
* try load official formatter ([#285](https://github.com/webpack-contrib/eslint-loader/issues/285)) ([997cce5](https://github.com/webpack-contrib/eslint-loader/commit/997cce5))
16+
* 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))
17+
18+
19+
### Features
20+
21+
* validate schema options
22+
23+
24+
### Breaking Changes
25+
26+
* drop support for Node < 8.9.0
27+
* minimum supported webpack version is 4
28+
* minimum supported eslint version is 5
29+
30+
31+
132
# 2.2.1 - 2019-07-04
233

334
- Fixed: path to eslint version for cache

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-loader",
3-
"version": "2.2.1",
3+
"version": "3.0.0",
44
"description": "ESlint loader for webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/eslint-loader",

0 commit comments

Comments
 (0)