Changelog
April 3, 2026 · View on GitHub
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
6.0.0 (2026-04-03)
⚠ BREAKING CHANGES
- remove threads option (#299)
- use
compiler.options.modeto set the default value offailOnError(#296) - add support for ESLint v10 and remove support for ESLint v8 and Node.js v18 (#295)
Features
Bug Fixes
-
do not store errors, errors from files not included should not be reported (#298) (a4400b2)
-
use
compiler.options.modeto set the default value offailOnError(#296) (def99b0)
5.0.3 (2026-02-27)
Bug Fixes
5.0.2 (2025-06-09)
Bug Fixes
5.0.1 (2025-04-15)
Bug Fixes
5.0.0 (2025-02-26)
⚠ BREAKING CHANGES
- Use flat config by default
- Minimum supported Node.js version is 18.12.0
4.2.0 (2024-05-24)
Features
Bug Fixes
4.1.0 (2024-03-14)
Features
4.0.1 (2023-04-10)
Performance
- enable
cacheby default (#213)
4.0.0 (2023-02-03)
⚠ BREAKING CHANGES
- drop node v12 and eslint v7 (#159)
Bug Fixes
3.2.0 (2022-06-23)
Features
- add eslint prefix to CLI output for better debugging (#155) (67efb34)
- removed cjs wrapper (#152) (125becf)
- support resourceQueryExclude option (#165) (464120f)
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_ESMerror (26b4db3)
3.0.0 (2021-07-19)
⚠ BREAKING CHANGES
2.5.4 (2021-04-19)
Bug Fixes
- context with symbols (#94) (6fc6874)
- resolve paths and normalize (#97) (818b825)
- use
finishModulesif 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
2.5.1 (2021-02-12)
Bug Fixes
- exclude node_modules root (#80) (be0391e)
- prevent lint all files (#77) (f57cb8e)
- update types (#81) (90608da)
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
- fails when
failOnErrororfailOnWarningenabled (#72) (8a72a8a) - lint dirty modules only (#67) (f7f372e)
- threads multi-compiler (#69) (cef4f74)
- types (#66) (4daddf5)
- Fix emit warning error quiet (#46) (d38165b), closes #46 #19 #19
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
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
- support webpack 5 (b7f3679)