Skip to content

Releases: olegskl/gulp-stylelint

Version 2.0.2

23 Apr 14:26
Compare
Choose a tag to compare

Fix console reporter printing empty lines when no errors are detected. Fixes #23.

Version 2.0.1

22 Apr 23:27
Compare
Choose a tag to compare

Fixed examples in readme. See #20.

Version 2.0.0

21 Apr 08:34
Compare
Choose a tag to compare

Updated stylelint dependency to version 6.x, see changelog.
Related to #17 and #18.

Version 1.1.0

10 Apr 16:07
Compare
Choose a tag to compare

Bug fixes for #11 and #12.

  • Transpiled code now works in Node v0.12.
  • Reworked error handling mechanism to fix plugin getting stuck in long-running tasks.

Version 1.0

29 Mar 09:56
Compare
Choose a tag to compare

This version introduces a new API (see readme) and deprecates usage of gulp-stylelint reporters in favor of existing stylelint formatters.