Sourced from ts-jest's changelog.
29.2.0 (2024-07-08)
Bug Fixes
Features
- feat(cli): allow migrating cjs
presets
totransform
config (22fb027)- feat(presets): add util functions to create ESM presets (06f78ed)
- feat(presets): add util functions to create CJS presets (f9cc3c0)
Code refactoring
- refactor: replace lodash deps with native js implementation (40f1708)
- refactor: use
TsJestTransformerOptions
type everywhere possibly (7d001be)- refactor(cli): use new preset util functions to initialize test config (c2b56ca)
- refactor(presets): use create preset util functions for cjs presets (922d6d0)
- test: switch
react-app
to use Vite (827c8ad)DEPRECATIONS
- refactor(cli): deprecate cli option
babel
(9617029). Please use CLI argument--js babel
instead.createJestPreset
is deprecated. Please check documentation at https://kulshekhar.github.io/ts-jest/docs/getting-started/presets to see alternative solutions.
e9fc966
docs: fix formatting8f8f96a
chore(release): 29.2.07a3abe4
revert: allow babelConfig
in default/js-with-ts
presets06f78ed
feat(presets): add util functions to create ESM presets922d6d0
refactor(presets): use create preset util functions for cjs presets22fb027
feat(cli): allow migrating cjs presets
to
transform
config72074d2
build(deps): Update dependency @types/node
to
v20.14.105251354
refactor: JsWithBabelPreset
not compat with original
transform
type7d001be
refactor: use TsJestTransformerOptions
everywhere
possibly9e99c24
build(deps): Update JamesIves/github-pages-deploy-action action to
v4.6.3