4.3 KiB
4.3 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.2.3 (2020-02-08)
1.2.2 (2020-02-08)
Bug Fixes
1.2.1 (2020-01-16)
Bug Fixes
1.2.0 (2020-01-13)
Features
- make possible to define official formatter as string (#202) (8d6599c)
- support stylelint v13 (#203) (6fb31a3)
1.1.2 (2019-12-04)
Bug Fixes
1.1.1 (2019-12-01)
Bug Fixes
- use hook
afterEmit
and emit error on catch (17f7421)
1.1.0 (2019-11-18)
Features
1.0.4 (2019-11-13)
Bug Fixes
1.0.3 (2019-10-25)
Bug Fixes
1.0.2 (2019-10-07)
Bug Fixes
1.0.1 (2019-09-30)
Bug Fixes
- compiler hooks (aca2c1d)
1.0.0 (2019-09-30)
Bug Fixes
- Handle compilation.fileTimestamps for webpack 4
- DeprecationWarning: Tapable.plugin is deprecated. Use new API on
.hooks
instead - Update option
emitError
- Update option
failOnError
Features
- Modernize project to latest defaults
- Validate options
- Support absolute paths in files array
- New option
stylelintPath
- New option
emitWarning
- New option
failOnWarning
- New option
quiet
⚠ BREAKING CHANGES
- Drop support for Node < 8.9.0
- Minimum supported
webpack
version is 4 - Minimum supported
stylelint
version is 9