Skip to content

Releases: webpack-contrib/stylelint-webpack-plugin

v2.3.2

13 Jan 23:25
Compare
Choose a tag to compare

2.3.2 (2022-01-13)

Bug Fixes

v2.3.0

11 Nov 14:02
Compare
Choose a tag to compare

2.3.0 (2021-11-11)

Features

v3.1.0

01 Nov 13:17
Compare
Choose a tag to compare

3.1.0 (2021-11-01)

Features

v3.0.1

20 Jul 14:21
Compare
Choose a tag to compare

3.0.1 (2021-07-20)

Bug Fixes

v3.0.0

19 Jul 16:03
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

v2.2.2

24 Jun 18:27
Compare
Choose a tag to compare

Bug Fixes

v2.2.1

21 Jun 11:37
Compare
Choose a tag to compare

Bug Fixes

v2.2.0

15 Jun 20:40
Compare
Choose a tag to compare

Features

  • Exclude (Specify the files and/or directories to exclude. Must be relative to options.context)
  • Extensions (Specify extensions that should be checked)
  • Output Report (Write the output of the errors to a file, for example a json file for use for reporting)
  • Threads

Improvements

  • Lint only changed files
  • Small bug fixes
  • Updates to emitError and emitWarning
  • Use quiet to override emitError and emitWarning
  • Quiet is essentially syntactic sugar for setting emitError to true and emitWarning to false

v2.1.1

14 Oct 22:15
Compare
Choose a tag to compare

2.1.1 (2020-10-14)

Bug Fixes

v2.1.0

17 Jun 17:33
Compare
Choose a tag to compare

2.1.0 (2020-06-17)

Features