Skip to content

Latest commit

 

History

History
182 lines (89 loc) · 8.47 KB

CHANGELOG.md

File metadata and controls

182 lines (89 loc) · 8.47 KB

Changelog

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

2.5.0 (2023-03-10)

Features

2.4.0 (2022-05-20)

Features

Bug Fixes

2.3.2 (2022-01-13)

Bug Fixes

2.3.1 (2021-11-11)

2.3.0 (2021-11-11)

Features

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