Skip to content

Releases: kulshekhar/ts-jest

20.0.14

01 Sep 02:59
Compare
Choose a tag to compare

Always remove outDir while computing TypeScript Config for transpiling. This was done to fix the behaviour of breakpoints in the project files when using VS Code (#309)

20.0.13

30 Aug 08:40
Compare
Choose a tag to compare

Always set inlineSources and inlineSourceMap to true. This should make debugging in editors a bit simpler

20.0.12

30 Aug 06:30
Compare
Choose a tag to compare

Support prerelease version of Jest 21 (#304)

20.0.11

29 Aug 12:33
Compare
Choose a tag to compare

Added a fix to get ts-jest to work with projects containing long paths (#300)

20.0.10

06 Aug 18:07
Compare
Choose a tag to compare

Notable changes

  • Cache sourcemaps
  • Explicitly invalidate cache key when transform options change

20.0.9

04 Aug 13:55
Compare
Choose a tag to compare

Fix typo: commmonjs -> commonjs (#285)

20.0.8

04 Aug 09:09
Compare
Choose a tag to compare

Cache tsconfig to improve performance (#286)

20.0.7

07 Jul 10:28
Compare
Choose a tag to compare
  • Update the configuration format to use globals > ts-jest > tsConfigFile instead of globals > __TS_CONFIG__. Using the old format will display a warning for now and, in future versions, be disallowed.

  • .babelrc will not be used by default. ts-jest can be configured to use it by setting globals > ts-jest > useBabelrc to true

17.0.3

05 Dec 16:03
Compare
Choose a tag to compare

Hotfix for 17.0.2. Mostly only for tests.

17.0.2

05 Dec 16:06
Compare
Choose a tag to compare

Allows 'use strict'; directive in .ts and .tsx files.