Changelog
28.0.0 (2022-05-02)
ConfigSet
as legacy (#3456) (a986729)TsCompiler
and TsJestCompiler
as legacy (#3457) (0f2fe30)path-mapping
AST transformer (#3455) (f566869)mocked
testing util (#3333) (2d9017d)ts-jest/utils
sub path export (#3334) (9f253d3)TsJestTransformer
as legacy (#3451) (b090179)path-mapping
AST transformer is no longer shipped in ts-jest
v28. Please use an alternative one like https://github.com/LeDDGroup/typescript-transform-paths instead.ts-jest/dist/compiler/ts-compiler
should change to ts-jest/dist/legacy/compiler/ts-compiler
ts-jest/dist/compiler/ts-jest-compiler
should change to ts-jest/dist/legacy/compiler/ts-jest-compiler
ts-jest/dist/config/config-set
should change to ts-jest/dist/legacy/config/config-set
TypeScript
version is now 4.3 since Jest 28 requires it.ts-jest/utils
should be replaced with ts-jest
.mocked
has been integrated into Jest repo.Changelog
27.1.0 (2021-11-30)
processAsync
and getCacheKeyAsync
(#3047) (571a880)ts-jest
public apis from index.js
(#3080) (53175dd), closes #3045mocked
util function (#3102) (55e69f1)compiler
option (#3087) (cc42daf)path-mapping
AST transformer (#3088) (d8f6b96)factory
API for hoisting
AST transformer (#3058) (a72f51d)path-mapping
AST transformer is deprecated and will be removed in v28.0.0. One should use an alternative one like https://github.com/LeDDGroup/typescript-transform-paths instead.mocked
function is deprecated and will be removed in v28.0.0. The function has been integrated into jest-mock
package as a part of Jest 27.4.0, see https://github.com/facebook/jest/pull/12089. One should use the one from Jest instead