Skip to content

Releases: cascornelissen/stylelint-bare-webpack-plugin

v2.1.0

03 Nov 17:55
2ba1d83
Compare
Choose a tag to compare

Added

  • Support for Webpack 5

v2.0.2

18 Jul 10:18
ee38ca8
Compare
Choose a tag to compare

Fixed

  • Security warnings by updating dependencies

v2.0.1

14 Mar 09:28
a7f00ce
Compare
Choose a tag to compare

Fixed

  • Security warnings by updating dependencies

v2.0.0

14 Dec 11:06
9f01a1b
Compare
Choose a tag to compare

Breaking

  • Dropped support for Node.js 6

v1.1.4

14 Dec 10:58
5c3f15d
Compare
Choose a tag to compare

Fixed

  • Security warnings by updating dependencies

v1.1.3

04 Sep 13:58
037ad40
Compare
Choose a tag to compare

Updated

  • Multiple dependencies to fix npm audit warnings

v1.1.2

16 Jul 20:17
ff7fb77
Compare
Choose a tag to compare

Updated

  • Multiple dependencies to fix npm audit warnings

v1.1.1

06 Apr 08:16
Compare
Choose a tag to compare

Fixed

  • Reduced package size by only publishing the required files

v1.1.0

06 Apr 08:07
Compare
Choose a tag to compare

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, when false both stylelint warnings and errors will be added to the webpack warnings array (#5), thanks to @leevigraham

Changed

  • This plugin now uses the errors and warnings arrays provided by webpack instead of a custom console.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

07 Nov 10:17
Compare
Choose a tag to compare

Updated

  • Multiple dependencies to fix npm audit warnings