Releases: kulshekhar/ts-jest
Releases · kulshekhar/ts-jest
24.0.1
v24.0.1 chore(release): 24.0.1
24.0.0
v24.0.0 chore: changelog
23.10.5 (2018-11-22)
23.10.4 (2018-10-06)
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)
23.10.2 (2018-09-26)
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
23.10.1 (2018-09-20)
23.10.0 (2018-09-19)
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
andbabel
versions
23.10.0-beta.1
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
Merge pull request #620 from kulshekhar/version-bump bump version patch