All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.1 (2024-05-24)
5.0.0 (2024-02-02)
- minimum supported Node.js version is 18 (#345)
4.1.1 (2023-04-10)
- enable
cache
by default (#327)
4.1.0 (2023-02-18)
4.0.0 (2023-02-02)
3.3.0 (2022-05-20)
3.2.0 (2022-03-21)
3.1.1 (2022-01-14)
3.1.0 (2021-11-01)
3.0.1 (2021-07-20)
3.0.0 (2021-07-19)
2.2.2 (2021-06-24)
2.2.1 (2021-06-21)
2.2.0 (2021-06-15)
2.1.1 (2020-10-14)
2.1.0 (2020-06-17)
2.0.0 (2020-05-04)
- minimum supported Node.js version is
10.13
- minimum supported stylelint version is
13.0.0
- avoiding mrmlnc/fast-glob#158 (#209) (14ae30d)
1.2.3 (2020-02-08)
1.2.2 (2020-02-08)
1.2.1 (2020-01-16)
1.2.0 (2020-01-13)
- make possible to define official formatter as string (#202) (8d6599c)
- support stylelint v13 (#203) (6fb31a3)
1.1.2 (2019-12-04)
1.1.1 (2019-12-01)
- use hook
afterEmit
and emit error on catch (17f7421)
1.1.0 (2019-11-18)
1.0.4 (2019-11-13)
1.0.3 (2019-10-25)
1.0.2 (2019-10-07)
1.0.1 (2019-09-30)
- compiler hooks (aca2c1d)
- Handle compilation.fileTimestamps for webpack 4
- DeprecationWarning: Tapable.plugin is deprecated. Use new API on
.hooks
instead - Update option
emitError
- Update option
failOnError
- 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
- Drop support for Node < 8.9.0
- Minimum supported
webpack
version is 4 - Minimum supported
stylelint
version is 9