Skip to content

Releases: TypeStrong/ts-loader

v0.9.2

16 Oct 14:35
Compare
Choose a tag to compare

v0.9.1

11 Oct 19:57
Compare
Choose a tag to compare

v0.9.0

08 Oct 19:34
Compare
Choose a tag to compare

v0.8.2

11 Apr 03:17
Compare
Choose a tag to compare

v0.8.1

10 Feb 05:08
Compare
Choose a tag to compare
  • 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

20 Jan 04:19
Compare
Choose a tag to compare
  • 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

25 Nov 12:26
Compare
Choose a tag to compare
  • Fix regression with watching definition files (#109, #110)

v0.7.1

10 Nov 14:32
Compare
Choose a tag to compare
  • Fix regression with Windows that was introduced in v0.7.0 (#92)

v0.7.0

10 Nov 01:47
Compare
Choose a tag to compare
  • 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

07 Nov 12:57
Compare
Choose a tag to compare
  • Improve initial build performance significantly for larger projects (#100)
  • Fix issue with nightly (#96)