Releases: zinserjan/ts-checker-webpack-plugin
Releases · zinserjan/ts-checker-webpack-plugin
v0.3.0
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
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
"Features":
- enhance performance logging (#33)
Bugfixes:
- Undefined watcher in watch-run causes error (#25)
- tslint wasn't optional (#31)
v0.1.1
Bugfixes:
- supports CommonJS and ES6 modules (fixes #11)