Releases: cascornelissen/stylelint-bare-webpack-plugin
Releases · cascornelissen/stylelint-bare-webpack-plugin
v1.0.1
Fixed
- Note about compatibility in README
v1.0.0
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
forwebpack@^4.0.0
andstylelint@*
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
1.0.0-rc.1
v0.1.3
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
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
Added
- Error reporting for when the linter fails
Fixed
- Naming of the plugin (stylelint vs. stylehint)
v0.1.0
Added
- Initial plugin
- README, LICENSE