Skip to content

Latest commit

 

History

History
242 lines (114 loc) · 11 KB

CHANGELOG.md

File metadata and controls

242 lines (114 loc) · 11 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.0 (2024-02-02)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18 (#345)

Features

build

  • minimum supported Node.js version is 18 (#345) (1ee4588)

4.1.1 (2023-04-10)

Performance

  • enable cache by default (#327)

4.1.0 (2023-02-18)

Features

4.0.0 (2023-02-02)

⚠ BREAKING CHANGES

Bug Fixes

3.3.0 (2022-05-20)

Features

  • add stylelint prefix to CLI output for better debugging (#273) (4ce7da3)

Bug Fixes

3.2.0 (2022-03-21)

Features

Bug Fixes

3.1.1 (2022-01-14)

Bug Fixes

3.1.0 (2021-11-01)

Features

3.0.1 (2021-07-20)

Bug Fixes

3.0.0 (2021-07-19)

⚠ BREAKING CHANGES

  • webpack v4 and nodejs v10 dropped (#238)

  • webpack v4 and nodejs v10 dropped (#238) (de6de67)

2.2.2 (2021-06-24)

Bug Fixes

2.2.1 (2021-06-21)

Bug Fixes

2.2.0 (2021-06-15)

2.1.1 (2020-10-14)

Bug Fixes

2.1.0 (2020-06-17)

Features

2.0.0 (2020-05-04)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 10.13
  • minimum supported stylelint version is 13.0.0

Bug Fixes

1.2.3 (2020-02-08)

Performance

  • require lint of stylelint only one time (#207) (7e2495e)

1.2.2 (2020-02-08)

Bug Fixes

  • replace back slashes on changed files (#206) (7508028)

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

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