UNPKG

1.65 kBMarkdownView Raw
1# Changelog
2
3All 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### [1.0.3](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v1.0.2...v1.0.3) (2019-10-25)
6
7
8### Bug Fixes
9
10* options variable ([#193](https://github.com/webpack-contrib/stylelint-webpack-plugin/issues/193)) ([3389aec](https://github.com/webpack-contrib/stylelint-webpack-plugin/commit/3389aec))
11
12### [1.0.2](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v1.0.1...v1.0.2) (2019-10-07)
13
14
15### Bug Fixes
16
17* convert back-slashes ([#186](https://github.com/webpack-contrib/stylelint-webpack-plugin/issues/186)) ([41b0f53](https://github.com/webpack-contrib/stylelint-webpack-plugin/commit/41b0f53))
18
19### [1.0.1](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v1.0.0...v1.0.1) (2019-09-30)
20
21
22### Bug Fixes
23
24* compiler hooks ([aca2c1d](https://github.com/webpack-contrib/stylelint-webpack-plugin/commit/aca2c1d))
25
26## 1.0.0 (2019-09-30)
27
28### Bug Fixes
29
30* Handle compilation.fileTimestamps for webpack 4
31* DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
32* Update option `emitError`
33* Update option `failOnError`
34
35### Features
36
37* Modernize project to latest defaults
38* Validate options
39* Support absolute paths in files array
40* New option `stylelintPath`
41* New option `emitWarning`
42* New option `failOnWarning`
43* New option `quiet`
44
45### ⚠ BREAKING CHANGES
46
47* Drop support for Node < 8.9.0
48* Minimum supported `webpack` version is 4
49* Minimum supported `stylelint` version is 9
50
\No newline at end of file