Skip to content

Releases: fuse-box/fuse-box-typechecker

v.2.3.0

01 Jul 12:16

Choose a tag to compare

  • better syntax in printed errors so link to code works in vscode
  • option to set yellow code on different types of errors
  • added promise version of the runSync, called runPromise

v.2.2.1

30 Jun 22:13

Choose a tag to compare

Added TSlint

v2.1.1

29 Jun 15:41

Choose a tag to compare

Fix watch path

v.2.1.0

29 Jun 15:28

Choose a tag to compare

Added option to set basepath, this will fix a lot of issues when script is not started from same root as tsconfig file

v2.0.0

28 Jun 14:44

Choose a tag to compare

Not a plugin anymore
Can be used without fusebox

3 main ways to use:

  • sync, runs and quit, blocks main thread, useful if you need to stop bundling if any errors
  • async, runs in own thread thread and quits
  • watch, runs until quit, watches own folder

v1.1.0: Still a buggy plugin

27 Jun 20:51

Choose a tag to compare

Im bringing breaking changes to this on very soon, so making a release tag so its easy to use old version if needed.