Skip to content

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

v1.0.0-alpha.5

19 Jan 20:21
4537c16
Compare
Choose a tag to compare

v1.0.0-alpha.4

18 Jan 21:44
bb8dbf8
Compare
Choose a tag to compare

v1.0.0-alpha.3

15 Jan 22:53
e66e912
Compare
Choose a tag to compare

v1.0.0-alpha.2

13 Jan 09:55
Compare
Choose a tag to compare

v1.0.0-alpha.1

24 Dec 08:02
Compare
Choose a tag to compare

v1.0.0-alpha.0

23 Dec 17:18
Compare
Choose a tag to compare

Breaking Changes

Version 1.x additionally supports webpack 5 alongside webpack 4, whose hooks are now tapped differently:

-  compiler.hooks.forkTsCheckerDone.tap(...args)
+  const forkTsCheckerHooks = ForkTsCheckerWebpackPlugin.getCompilerHooks(compiler)
+  forkTsCheckerHooks.done.tap(...args)  

v1.0.0-alpha.0 drops support for node 6.

v0.5.2

13 Dec 21:28
Compare
Choose a tag to compare

v0.5.1

11 Dec 05:38
ca92343
Compare
Choose a tag to compare

v0.5.0

21 Nov 21:06
Compare
Choose a tag to compare
  • Removed unused dependency resolve.
  • Replace lodash usage with native calls.
  • Breaking Changes:
    • Removed all getters from NormalizedMessage, use direct property access instead.
  • Internal:
    • Test against ts-loader v5
    • Enable all strict type checks
    • Update dev dependencies

v0.4.15

07 Nov 20:27
Compare
Choose a tag to compare