All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.2.0 (2024-05-24)
4.1.0 (2024-03-14)
4.0.1 (2023-04-10)
- enable
cache
by default (#213)
4.0.0 (2023-02-03)
- drop node v12 and eslint v7 (#159)
3.2.0 (2022-06-23)
- 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)
3.1.0 (2021-10-27)
3.0.1 (2021-07-20)
- crash with
ERR_REQUIRE_ESM
error (26b4db3)
3.0.0 (2021-07-19)
2.5.4 (2021-04-19)
- 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)
- allow multiple instances (#92) (0cdd621)
- match hidden directories for path exclusions (#87) (bb8750c)
2.5.2 (2021-02-18)
2.5.1 (2021-02-12)
- exclude node_modules root (#80) (be0391e)
- prevent lint all files (#77) (f57cb8e)
- update types (#81) (90608da)
2.5.0 (2021-02-04)
- 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
- fails when
failOnError
orfailOnWarning
enabled (#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)
2.4.2 (2021-01-19)
2.4.1 (2020-11-30)
2.4.0 (2020-11-20)
2.3.0 (2020-11-13)
2.2.1 (2020-11-07)
2.2.0 (2020-11-04)
-
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)
2.0.0 (2020-07-26)
- minimum supported eslint version is
7
1.0.0 (2020-05-04)
- minimum supported Node.js version is
10.13
- minimum supported eslint version is
6.0.0
0.1.0 (2019-12-20)
- support webpack 5 (b7f3679)