Skip to content

Releases: kulshekhar/ts-jest

23.0.0

30 Jun 09:05
5000506
Compare
Choose a tag to compare
Merge pull request #600 from kulshekhar/jest-upgrade

v23

22.4.2

18 Mar 21:35
b4628f0
Compare
Choose a tag to compare

added a flag to allow disabling sourcemap support

{
  "globals: {
    "ts-jest": {
      "disableSourceMapSupport": true
    }
  }
}

22.4.1

02 Mar 12:44
14f5949
Compare
Choose a tag to compare

Fixed #455

22.4.0

25 Feb 14:08
cb2d576
Compare
Choose a tag to compare
  • provide an object containing the source and sourcemap to jest
  • remove dependency on source-map-support (provided by jest)
  • fix the logger

22.0.4

11 Feb 17:24
ea5b0a5
Compare
Choose a tag to compare

Add support for jest multi-projects #438

22.0.3

03 Feb 12:16
8350b4f
Compare
Choose a tag to compare

Add option to run TypeScript diagnostics #427

22.0.2

29 Jan 13:45
17c2862
Compare
Choose a tag to compare

adds logging to help when debugging issues

22.0.1

06 Jan 00:02
9eef99a
Compare
Choose a tag to compare

Improves performance by preventing the same file from being compiled twice. #410

22.0.0

18 Dec 23:53
c610c13
Compare
Choose a tag to compare
  • Remove support for __TS_CONFIG__. Use tsConfigFile as described in the readme.
  • Upgrade to Jest 22

21.2.3

17 Nov 04:24
958d84d
Compare
Choose a tag to compare
Merge pull request #373 from martijnthe/change-entry-to-preprocessor.js

Enable using 'ts-jest' package name as transform (Take 2) + fix #367