8.0.2 (2024-11-01)
- cannot read properties of undefined (5e3a9f1)
8.0.1 (2024-01-25)
- remove dependency on lodash (a9d5f68)
8.0.0 (2024-01-02)
- bump to next major (80a9a10)
- dropped support for node 16 and stylelint 14, 15
7.1.0 (2024-01-02)
7.0.0 (2023-07-07)
- deps: upgrade to doiuse 6 (0368c23)
- deps: dropped support for node 14 and 15
6.1.0 (2023-02-13)
- peerdep: add stylelint 15 support (6e5a7eb)
6.0.1 (2022-10-01)
- node: broaden supported node engines range (f066420)
6.0.0 (2022-09-30)
- peerdeps: drop support for stylelint v13 (31887ef)
- node: drop node 12 support (89ba32d)
- node: dropped support for node 12
- peerdeps: dropped support for stylelint v13
5.0.4 (2022-09-13)
- postcss: upgrade postcss to latest to address user upgrade errors (a4dce08)
5.0.3 (2022-02-19)
- fix detecting a mix of supported/unsupported rules (9c63dd0)
5.0.2 (2021-09-13)
- deps: increment postcss version (b50dc11)
5.0.1 (2021-05-22)
- installation: remove husky lifecycle script (cb081ab)
5.0.0 (2021-05-22)
- support: drop support for node 10 (72e07bc)
- support: drop support for stylelint v11 and v12 (4d5a108)
- support: support for node 10 dropped
- support: support for stylelint v11, v12 dropped
- update doiuse to fix yargs vulnerability warning
- update ignorePartialSupport option validation
- fix ignorePartialSupport type error when secondary options were omitted
- patch: bump postcss from 7.0.35 to 8.1.4
- feature
ignorePartialSupport
added (default:false
). When enabled:- Rules that only trigger partial violations will be ignored.
- Rules that trigger both partial and full violations will only report on the full support violations.
- Rules that trigger only full support violations will not be affected.
- upgrade dependencies
- BREAKING: dropped support for node 6 and 8
- update doiuse to v4.2.0
- update postcss to v7.0.0
- breaking: dropped node 4 support
- breaking: updated doiuse to 4.1.0 (underlying browserslist update might break builds)
- moved to stylelint 9 for testing
- move stylelint to peerdependencies
- bugfix: choked on parsing less with import statements, fixed by upgrading to doiuse 4.0.0
- update to doiuse 3.0.0
- update to postcss 6.0.1
- initial release