Skip to content

Releases: kulshekhar/ts-jest

24.0.1

30 Mar 13:49
b43b3c1
Compare
Choose a tag to compare
v24.0.1

chore(release): 24.0.1

24.0.0

18 Feb 22:11
1ac501a
Compare
Choose a tag to compare
v24.0.0

chore: changelog

23.10.5 (2018-11-22)

22 Nov 12:51
8cd933b
Compare
Choose a tag to compare

Bug Fixes

  • config: More safely resolve 'jest-config' (0445500), close #854.

23.10.4 (2018-10-06)

06 Oct 14:51
Compare
Choose a tag to compare

Bug Fixes

  • cache: adds project's dep versions to cache key (6cacbea), closes #785
  • cli: change options to better reflect the new presets (68abcfb)
  • helpers: deprecate import from ts-jest, now ts-jest/utils (33ff29f), closes #782
  • typings: typo in presets definition file (53767ab)
  • typings: wrong import in preset typings + test (94dc4e7)

23.10.3 (2018-09-30)

30 Sep 15:05
Compare
Choose a tag to compare

Bug Fixes

  • compiler: do not force module kind if piping babel (acebc8c), closes #767

Features

  • helpers: adds a mocked test helper for mock typings (f976135), closes #576

23.10.2 (2018-09-26)

30 Sep 15:04
Compare
Choose a tag to compare

Bug Fixes

  • cache: resolved tsconfig in cache key + pkg digest (e891608), closes #749
  • cli: resets testMatch if using testRegex option (31ad0aa), closes #756
  • diagnostics: throws only for category warning and error (bb28849), closes #748
  • import: wrong error message when a module exists but fails (e0d6c57)
  • preset: createJestPreset fails with base and no array (3c325e8)

Features

  • cli: CLI 'config:migrate' now detects best preset (febd8d3)
  • preset: adds 2 presets along the default one (9f3d759)
  • preset: adds presets typings and export all presets (f55d895)
  • typings: emit declaration files, filtering out internals (4f10f7e), closes #745

23.10.1 (2018-09-20)

30 Sep 15:02
Compare
Choose a tag to compare

Bug Fixes

  • compile: js files were never transpiled thru TS (374dca1), closes #740
  • config: warn instead of forcing ESM interoperability (a2a4be2)
  • windows: normalize paths (c12dfff)

23.10.0 (2018-09-19)

19 Sep 17:29
Compare
Choose a tag to compare

ts-jest, reloaded!

  • lots of new features including full type-checking and internal cache (see changelog)
  • improved performances
  • Babel not required anymore
  • improved (and growing) documentation
  • a ts-jest Slack community where you can find some instant help
  • end-to-end isolated testing over multiple jest, typescript and babel versions

23.10.0-beta.1

01 Sep 11:30
Compare
Choose a tag to compare
23.10.0-beta.1 Pre-release
Pre-release

ts-jest revamp!

  • handles const enum
  • easier setup (make use of Jest preset)
  • stronger testing
  • improved warnings (easier self-fixing of common issues)
  • improved caching
  • opt-in, faster type-checking
  • native hoisting of jest.mock()
  • diagnostics filter

Install using @next npm tag (npm i -D ts-jest@next) to try it

This is a pre-version, report bugs and ask questions in the new slack channel

23.0.1

17 Jul 07:07
6741e63
Compare
Choose a tag to compare
Merge pull request #620 from kulshekhar/version-bump

bump version patch