Releases: TypeStrong/ts-loader
Releases · TypeStrong/ts-loader
v0.9.0
Now built using TypeScript v2.0
v0.8.1
- Add better error messaging when a file in tsconfig.json can not be loaded (#117, #145)
- Fix incompatibility with html-webpack-plugin (#152, #154)
v0.8.0
- Add support for emitting declaration files when
declaration: true
is set (#48, #128)
- Fix bug with specifying
target: es6
and module: commonjs
at the same time when using
TS 1.7+ (#111, #132, #140).
- Fix bug with resolving dependencies which are linked using
npm link
(#134, #141)
v0.7.2
- Fix regression with watching definition files (#109, #110)
v0.7.1
- Fix regression with Windows that was introduced in v0.7.0 (#92)
v0.7.0
- Fix bug with webpack resolution that could sometimes cause TypeScript to not find modules (#92, #102)
- Loader output is now written to stderr instead of stdout. (#95, #103)
v0.6.1
- Improve initial build performance significantly for larger projects (#100)
- Fix issue with nightly (#96)