Releases: TypeStrong/fork-ts-checker-webpack-plugin
Releases · TypeStrong/fork-ts-checker-webpack-plugin
v4.0.0-beta.3
4.0.0-beta.3 (2019-12-19)
Features
- drop
watch
paths option (ac91b7b)
BREAKING CHANGES
- 🧨 Dropped support for
watch
paths option (removedwatch
option from
the plugin-configuration andwatchPaths
argument from serviceStart
hook)
v4.0.0-beta.2
4.0.0-beta.2 (2019-12-18)
Features
- drop support for multi-process mode (e345adc)
BREAKING CHANGES
- 🧨 Dropped support for multi-process mode (removed
workers
option from
plugin configuration,workersNumber
argument from serviceStart hook
and pre-computed consts: ONE_CPU, ALL_CPUS, ONE_CPU_FREE, TWO_CPUS_FREE)
v4.0.0-beta.1
4.0.0-beta.1 (2019-12-16)
Features
- re-design
NormalizedMessage
andFormatter
(6423d3d)
BREAKING CHANGES
- 🧨 Removed
colors
option from the plugin settings, - 🧨 Changed type from NormalizedType to Issue which is used by plugin hooks and formatters,
- 🧨 Formatter will not receive second argument
useColors
- it should be handled automatically by the formatter (for example by usingchalk
)