Skip to content

Releases: TypeStrong/ts-loader

v3.0.4

20 Oct 10:02

Choose a tag to compare

v3.0.3

18 Oct 14:17

Choose a tag to compare

This fix resolves the issue for TypeScript 2.4+ (which is likely 95% of users). For those people stuck on 2.3 or below and impacted by this issue, you should be able to workaround this by setting entryFileCannotBeJs: true in your ts-loader options. This option should be considered deprecated as of this release. The option will likely disappear with the next major version of ts-loader which will drop support for TypeScript 2.3 and below, thus removing the need for this option.

v3.0.0

16 Oct 14:40

Choose a tag to compare

All changes were made with this PR - thanks @johnnyreilly

Published to npm as v3.0.2 due to npm publishing issues - thanks @mattlewis92 for noticing!

  • drop support for typescript < 2.0 (no-one seems to be using it and we can simplify the code) BREAKING CHANGE
  • remove entryFileIsJs option; it can be inferred from whether the allowJs TypeScript compiler option has been set.
  • move to webpack 3.0 for test harness
  • drop configFileName support (replaced by configFile) BREAKING CHANGE
  • add support for a custom formatter for output - drop visual studio format (this can be added back if there's clamour for it and people can supply their own formatters in the interim) BREAKING CHANGE
  • make loglevel warn by default (stop outputting typescript version number by default). Fixes #488
  • fix tsc has "module" default to "es2015"when targetting es2015+, but ts-loader does not - thanks @Venryx for the suggestion!
  • switch to build ts-loader / run tests with yarn because of this
  • allow controlling whether the output can contain colours

v2.3.7

10 Sep 20:36

Choose a tag to compare

v2.3.6

07 Sep 08:44

Choose a tag to compare

v2.3.5

06 Sep 19:37

Choose a tag to compare

v2.3.4

26 Aug 07:18

Choose a tag to compare

v2.3.3

17 Aug 05:29

Choose a tag to compare

v2.3.2

26 Jul 20:59

Choose a tag to compare

v2.3.1

19 Jul 19:59

Choose a tag to compare