Releases: TypeStrong/fork-ts-checker-webpack-plugin
Releases · TypeStrong/fork-ts-checker-webpack-plugin
v0.2.6
- Add diagnostics/lints formatters -
formatter
andformatterOptions
option
v0.2.5
- Add
async
option - more information inREADME.md
v0.2.4
- Fix
ESLint: "fork-ts-checker-webpack-plugin" is not published.
issue
v0.2.3
- Add support for webpack 3 as peerDependency
v0.2.2
- Force
isolatedModule: false
in checker compiler for better performance
v0.2.1
- Fix for
tslint: true
option issue
v0.2.0
- tsconfig.json and tslint.json path are not printed anymore.
watch
option is not used on 'build' mode- Handle case with no options object (
new ForkTsCheckerWebpacPlugin()
) - Basic integration tests (along units)
- Breaking changes:
- tslint is not enabled by default - you have to set
tslint: true
ortslint: './path/to/tslint.json'
to enable it. blockEmit
option is removed - it choose automatically - blocks always on 'build' mode, never on 'watch' mode.
- tslint is not enabled by default - you have to set
v0.1.5
- Disable tslint if module is not installed and no tslint path is passed
- Improve README.md
v0.1.4
- Fix send to closed channel case
- Fix removed files case
- Add
fork-ts-checker-service-start-error
hook
v0.1.3
- Fix "Cannot read property 'mtime' of undefined on OSX"