-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74838fb
commit 9dc0a9c
Showing
1 changed file
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
# Change Log | ||
# 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. | ||
|
||
## 1.0.0 (2019-09-30) | ||
|
||
### Bug Fixes | ||
|
||
* Handle compilation.fileTimestamps for webpack 4 | ||
* DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead | ||
* Update option `emitError` | ||
* Update option `failOnError` | ||
|
||
### Features | ||
|
||
* Modernize project to latest defaults | ||
* Validate options | ||
* Support absolute paths in files array | ||
* New option `stylelintPath` | ||
* New option `emitWarning` | ||
* New option `failOnWarning` | ||
* New option `quiet` | ||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* Drop support for Node < 8.9.0 | ||
* Minimum supported `webpack` version is 4 | ||
* Minimum supported `stylelint` version is 9 |