Releases: cascornelissen/stylelint-bare-webpack-plugin
Releases · cascornelissen/stylelint-bare-webpack-plugin
v2.1.0
v2.0.2
Fixed
- Security warnings by updating dependencies
v2.0.1
Fixed
- Security warnings by updating dependencies
v2.0.0
Breaking
- Dropped support for Node.js 6
v1.1.4
Fixed
- Security warnings by updating dependencies
v1.1.3
Updated
- Multiple dependencies to fix
npm audit
warnings
v1.1.2
Updated
- Multiple dependencies to fix
npm audit
warnings
v1.1.1
Fixed
- Reduced package size by only publishing the required files
v1.1.0
Added
- An
failOnError
option (default:false
) which will throw an error when a stylelint error is detected (#5), thanks to @leevigraham - An
emitErrors
option (default:true
) which can be used to disable adding stylelint warnings to the webpack errors array, whenfalse
both stylelint warnings and errors will be added to the webpack warnings array (#5), thanks to @leevigraham
Changed
- This plugin now uses the
errors
andwarnings
arrays provided by webpack instead of a customconsole.log
implementation (#5), thanks to @leevigraham
Removed
- Default value for the
configFile
option as stylelint will resolve this by itself (#4), thanks to @leevigraham
v1.0.2
Updated
- Multiple dependencies to fix
npm audit
warnings