Skip to content

Releases: zinserjan/ts-checker-webpack-plugin

v0.3.0

25 Oct 16:31
Compare
Choose a tag to compare

Features:

  • incremental type checking support
  • pass env variables from parent to child process

Bugfixes:

  • handle initialization errors properly

Breaking changes:

  • checks all files by default, not only built files (can be adjusted with files and skipLibCheck option)

v0.2.0

15 Sep 22:30
Compare
Choose a tag to compare

Features:

  • allow to report all TSLint failures as webpack errors regardless of the rule severity (#32)
  • allow to ignore TypScript diagnostics & TSLint rules (#37)

v0.1.3

15 Sep 15:55
Compare
Choose a tag to compare

"Features":

  • enhance performance logging (#33)

Bugfixes:

  • Undefined watcher in watch-run causes error (#25)
  • tslint wasn't optional (#31)

v0.1.2

08 Jul 14:54
Compare
Choose a tag to compare

"Features":

  • performance logging

v0.1.1

29 Jun 21:47
Compare
Choose a tag to compare

Bugfixes:

  • supports CommonJS and ES6 modules (fixes #11)

v0.1.0

29 Jun 21:46
Compare
Choose a tag to compare

initial release