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