Skip to content

Latest commit

 

History

History
239 lines (115 loc) · 13.7 KB

CHANGELOG.md

File metadata and controls

239 lines (115 loc) · 13.7 KB

Changelog

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

4.2.0 (2024-05-24)

Features

Bug Fixes

  • use stillValidModule only lintDirtyModulesOnly is disabled (#253) (b52d1e7)

4.1.0 (2024-03-14)

Features

4.0.1 (2023-04-10)

Performance

  • enable cache by default (#213)

4.0.0 (2023-02-03)

⚠ BREAKING CHANGES

  • drop node v12 and eslint v7 (#159)

Bug Fixes

  • lint modules that are cached with webpack's filesystem cache (#197) (92f25ec), closes #130

  • drop node v12 and eslint v7 (#159) (1edd3c1)

3.2.0 (2022-06-23)

Features

3.1.1 (2021-11-11)

Bug Fixes

3.1.0 (2021-10-27)

Features

3.0.1 (2021-07-20)

Bug Fixes

  • crash with ERR_REQUIRE_ESM error (26b4db3)

3.0.0 (2021-07-19)

⚠ BREAKING CHANGES

  • webpack v4 and nodejs v10 dropped (#105)

  • webpack v4 and nodejs v10 dropped (#105) (594d84c)

2.5.4 (2021-04-19)

Bug Fixes

  • context with symbols (#94) (6fc6874)
  • resolve paths and normalize (#97) (818b825)
  • use finishModules if thread is less than or equal 1 (#95) (c12e7be)

2.5.3 (2021-03-24)

Bug Fixes

  • allow multiple instances (#92) (0cdd621)
  • match hidden directories for path exclusions (#87) (bb8750c)

2.5.2 (2021-02-18)

Bug Fixes

  • fail-on-error: show eslint errors when failOnError is disabled (#85) (69be533)

2.5.1 (2021-02-12)

Bug Fixes

2.5.0 (2021-02-04)

Refactor

  • Updates to emitError and emitWarning

Setting only emitError to true will no longer exclusively print files with errors and disregard the files with warnings. Similarly, setting only emitWarning to true will no longer exclusively print files with warnings disregard the files with errors.

  • fix: use quiet to override emitError and emitWarning
  • quiet is essentially syntactic sugar for setting emitError to true and emitWarning to false

Bug Fixes

2.4.3 (2021-01-19)

Bug Fixes

2.4.2 (2021-01-19)

Bug Fixes

2.4.1 (2020-11-30)

Bug Fixes

2.4.0 (2020-11-20)

Features

2.3.0 (2020-11-13)

Features

2.2.1 (2020-11-07)

Bug Fixes

2.2.0 (2020-11-04)

Features

  • feat: only use the import graph, update tests (#28) (47612f16)

Bug Fixes

  • fix: use compiler.outputFileSystem to write report

  • fix: use fs callback forms because webpack5 does not work with promisify on outputFileSystem methods

  • fix: do not accumulate more taps as watchRuns occur

  • fix: windows path escape, cleanup watch-fixture

2.1.0 (2020-07-30)

Features

2.0.0 (2020-07-26)

Features

⚠ BREAKING CHANGES

  • minimum supported eslint version is 7

1.0.0 (2020-05-04)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 10.13
  • minimum supported eslint version is 6.0.0

0.1.0 (2019-12-20)

Features

Bug Fixes

  • hooks and callback error (3e7c36e)
  • resolve file glob patterns (d5c8820)

0.0.1 (2019-11-12)