mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
9.7 KiB
9.7 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
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
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
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)
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)