Skip to content

Releases: cascornelissen/stylelint-bare-webpack-plugin

v1.0.1

17 Mar 15:19
Compare
Choose a tag to compare

Fixed

  • Note about compatibility in README

v1.0.0

17 Mar 15:32
Compare
Choose a tag to compare

Breaking changes

  • Support for webpack versions below 4.0.0 is dropped. If you're still on an older version of Webpack make sure to use the ^0.1.0 release.
  • Rewritten in ES6 which means a recent version (>= 6.9.0 || >= 8.9.0) of NodeJS is required

Added

  • Support for webpack 4 and its new tapable plugin interface
  • peerDependency for webpack@^4.0.0 and stylelint@* to improve user experience as they're installing this plugin
  • Note about compatibility in README
  • Examples
  • Badges 🎉

Fixed

  • Table layout in README

v1.0.0-rc.1

17 Mar 16:08
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release
1.0.0-rc.1

v0.1.3

17 Mar 15:27
Compare
Choose a tag to compare

Fixed

  • Stylelint 7.7.0 re-ordered some files (including the formatters) causing the plugin to stop working, extra checks were added to make sure the modules that are needed are actually available.

v0.1.2

17 Mar 15:25
Compare
Choose a tag to compare

Added

  • Improvements to the linter failure error, including plugin version

Fixes

  • Watch/non-watch mode problems where callback for the compile.plugin('done', ...) handler was not set

v0.1.1

17 Mar 15:23
Compare
Choose a tag to compare

Added

  • Error reporting for when the linter fails

Fixed

  • Naming of the plugin (stylelint vs. stylehint)

v0.1.0

17 Mar 15:22
Compare
Choose a tag to compare

Added

  • Initial plugin
  • README, LICENSE