Skip to content

Releases: TypeStrong/fork-ts-checker-webpack-plugin

v0.2.6

08 Jul 22:33
Compare
Choose a tag to compare
  • Add diagnostics/lints formatters - formatter and formatterOptions option

v0.2.5

08 Jul 20:00
Compare
Choose a tag to compare
  • Add async option - more information in README.md

v0.2.4

28 Jun 17:34
Compare
Choose a tag to compare
  • Fix ESLint: "fork-ts-checker-webpack-plugin" is not published. issue

v0.2.3

20 Jun 09:54
Compare
Choose a tag to compare
  • Add support for webpack 3 as peerDependency

v0.2.2

07 Jun 20:16
Compare
Choose a tag to compare
  • Force isolatedModule: false in checker compiler for better performance

v0.2.1

04 Jun 10:37
Compare
Choose a tag to compare
  • Fix for tslint: true option issue

v0.2.0

02 Jun 21:20
Compare
Choose a tag to compare
  • 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 or tslint: './path/to/tslint.json' to enable it.
    • blockEmit option is removed - it choose automatically - blocks always on 'build' mode, never on 'watch' mode.

v0.1.5

23 May 19:41
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release
  • Disable tslint if module is not installed and no tslint path is passed
  • Improve README.md

v0.1.4

21 May 21:06
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
  • Fix send to closed channel case
  • Fix removed files case
  • Add fork-ts-checker-service-start-error hook

v0.1.3

12 May 07:58
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
  • Fix "Cannot read property 'mtime' of undefined on OSX"