Releases: TypeStrong/fork-ts-checker-webpack-plugin
Releases · TypeStrong/fork-ts-checker-webpack-plugin
v6.1.0
6.1.0 (2021-01-10)
Features
- add built-in support for concurrency limiting (#559) (0bde4cc), closes #441
v6.0.7
6.0.7 (2020-12-15)
Bug Fixes
- only invoke WDS tap when there are issues (#547) (2a1348d)
v6.0.5
6.0.5 (2020-12-04)
Bug Fixes
- use external store for files change to not rely on wfs (#546) (2f330b5)
v6.0.4
6.0.4 (2020-11-26)
Bug Fixes
- pass dirs to built-in watcher to avoid issues (#542) (8978049)
v6.0.3
6.0.3 (2020-11-17)
Bug Fixes
v6.0.2
6.0.2 (2020-11-15)
Bug Fixes
v6.0.1
6.0.1 (2020-11-09)
Bug Fixes
- remove .ts extension for .vue files in dependencies (#528) (ca4dce0), closes #527
v6.0.0
6.0.0 (2020-11-06)
Features
- add support for "generateTrace" tsconfig option (#523) (e90c7e4)
- use webpack's built-in watching instead of polling (fb22e47)
BREAKING CHANGES
- 🧨 Remove issue.scope option and use new watch architecture