Releases: webpack-contrib/stylelint-webpack-plugin
Releases · webpack-contrib/stylelint-webpack-plugin
Webpack 3 support!
🎉 And still remaining backwards compatible to the latest release of v1. 🎉
v0.7.0
Features
Bug Fixes
- emitErrors: no console output when file(s) are clean (#71) (154b405)
v0.6.0
Bug Fixes
- quiet flag only prints when set to false (#60) (b17a4a7)
- stylelint to determine configFile location by default (#58) (27a79fc)
Features
v0.5.1
Bug Fixes
- duplicated displayed errors & warnings (#56) (18eb80e)
v0.5.0
Features
- move webpack to a peer dependency and allow webpack 2 (#46) (fa7ba5a)
Bug Fixes
- fix: missing warning and error messages (#51)
v0.4.2
Bug Fixes
- stylelint formatter path (#49) (46baa59)
- use public API for stylelint formatters (35f5d72), closes #47
v0.4.1
Bug Fixes
- watch mode: corrects functions for watch mode (#43) (996eb21)
v0.4.0
Features
- use the default configuration if none is specified (#33) (3d53b98)
v0.3.1
Bug Fixes
- warnings not being logged to console (#26) (759e6c1)
Upgrade to stylelint 7.x
Breaking Change
- Updated stylelint peerDependency to
^7.0.1
Other
- Restructuring.
- Linting and coverage.
Thanks to @JaKXz