Releases: TypeStrong/fork-ts-checker-webpack-plugin
Releases · TypeStrong/fork-ts-checker-webpack-plugin
v4.1.1
v4.1.0
v4.0.5
v4.0.4
v4.0.3
v4.0.2
v4.0.1
v4.0.0
4.0.0 (2020-01-17)
Features
- re-design
NormalizedMessage
andFormatter
(6423d3d) - drop support for multi-process mode (e345adc)
- drop
watch
paths option (ac91b7b) - drop support for webpack 1 and 3 (157aa02)
- change configuration to support Node.js 6 (a0208ba)
- drop tslint support (1d410d9)
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
) - 🧨 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) - 🧨 Dropped support for
watch
paths option (removedwatch
option from
the plugin-configuration andwatchPaths
argument from serviceStart
hook) - 🧨 Dropped support for webpack 2.0 and webpack 3.0
- 🧨 Dropped support for TsLint
- 🧨 Removed "tslint" and "tslintAutoFix" option
- 🧨 Removed "hasTslint" argument for the "waiting" plugin hook
- 🧨 Removed "tslintPath" argument for the "serviceStart" plugin hook
v4.0.0-beta.5
4.0.0-beta.5 (2019-12-29)
Features
BREAKING CHANGES
- 🧨 Dropped support for TsLint
- 🧨 Removed "tslint" and "tslintAutoFix" option
- 🧨 Removed "hasTslint" argument for the "waiting" plugin hook
- 🧨 Removed "tslintPath" argument for the "serviceStart" plugin hook
v4.0.0-beta.4
4.0.0-beta.4 (2019-12-20)
Features
- drop support for webpack 1 and 3 (157aa02)
BREAKING CHANGES
- 🧨 Dropped support for webpack 2.0 and webpack 3.0