Skip to content

Latest commit

 

History

History
177 lines (87 loc) · 6.05 KB

File metadata and controls

177 lines (87 loc) · 6.05 KB

8.0.1 (2024-01-25)

Bug Fixes

  • remove dependency on lodash (a9d5f68)

8.0.0 (2024-01-02)

chore

Features

BREAKING CHANGES

  • dropped support for node 16 and stylelint 14, 15

7.1.0 (2024-01-02)

Features

7.0.0 (2023-07-07)

chore

  • deps: upgrade to doiuse 6 (0368c23)

BREAKING CHANGES

  • deps: dropped support for node 14 and 15

6.1.0 (2023-02-13)

Features

  • peerdep: add stylelint 15 support (6e5a7eb)

6.0.1 (2022-10-01)

Bug Fixes

  • node: broaden supported node engines range (f066420)

6.0.0 (2022-09-30)

chore

  • peerdeps: drop support for stylelint v13 (31887ef)

Continuous Integration

  • node: drop node 12 support (89ba32d)

BREAKING CHANGES

  • node: dropped support for node 12
  • peerdeps: dropped support for stylelint v13

5.0.4 (2022-09-13)

Bug Fixes

  • postcss: upgrade postcss to latest to address user upgrade errors (a4dce08)

5.0.3 (2022-02-19)

Bug Fixes

  • fix detecting a mix of supported/unsupported rules (9c63dd0)

5.0.2 (2021-09-13)

Bug Fixes

  • deps: increment postcss version (b50dc11)

5.0.1 (2021-05-22)

Bug Fixes

  • installation: remove husky lifecycle script (cb081ab)

5.0.0 (2021-05-22)

Bug Fixes

  • dependencies: fix doiuse warning (c79336f), closes #149

Code Refactoring

  • support: drop support for node 10 (72e07bc)
  • support: drop support for stylelint v11 and v12 (4d5a108)

BREAKING CHANGES

  • support: support for node 10 dropped
  • support: support for stylelint v11, v12 dropped

4.1.4

  • update doiuse to fix yargs vulnerability warning

4.1.3

  • update ignorePartialSupport option validation

4.1.2

  • fix ignorePartialSupport type error when secondary options were omitted

4.1.1

  • patch: bump postcss from 7.0.35 to 8.1.4

4.1.0

  • 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.

4.0.0

  • upgrade dependencies
  • BREAKING: dropped support for node 6 and 8

3.0.2

  • update doiuse to v4.2.0

3.0.1

  • update postcss to v7.0.0

3.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

2.0.0

  • move stylelint to peerdependencies

1.0.1

  • bugfix: choked on parsing less with import statements, fixed by upgrading to doiuse 4.0.0

1.0.0

  • update to doiuse 3.0.0

0.1.1

  • update to postcss 6.0.1

0.1.0

  • initial release