Releases: TypeStrong/fork-ts-checker-webpack-plugin
Releases · TypeStrong/fork-ts-checker-webpack-plugin
v6.2.5
6.2.5 (2021-04-25)
Bug Fixes
- handle function in watchOptions.ignored (#600) (13c276f)
v6.2.3
6.2.3 (2021-04-21)
Bug Fixes
v6.2.2
6.2.2 (2021-04-21)
Bug Fixes
- gracefully handle invalid "watchOptions.ignored" (#595) (0b0703a), closes #594
v6.2.1
6.2.1 (2021-04-09)
Bug Fixes
- take into account
watchOptions.ignored
webpack setting (#586) (baa3a37), closes #583
v6.2.0
6.2.0 (2021-03-18)
Features
- support custom formatter function (
options.formatter
) (#578) (3a2981d)
v7.0.0-alpha.1
Features
- use simple program for single compilation (no watch) (#574) (a195dd5), closes #572
BREAKING CHANGES
- 🧨 Use ts.Program and ts.CompilerHost for single compilation by default
v6.1.1
6.1.1 (2021-03-04)
Bug Fixes
- make logging readable in Windows Command Prompt #573 (6e3881d)
v6.1.0
6.1.0 (2021-01-10)
Features
- add built-in support for concurrency limiting (#559) (0bde4cc), closes #441