Skip to content

Commit

Permalink
chore(release): 27.0.0-alpha.1 (#2157)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Nov 26, 2020
1 parent 9f93799 commit 4a5f585
Show file tree
Hide file tree
Showing 3 changed files with 15,406 additions and 24 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [27.0.0-alpha.1](https://github.com/kulshekhar/ts-jest/compare/v27.0.0-alpha.0...v27.0.0-alpha.1) (2020-11-26)


### BREAKING CHANGES

* By default, when no `target` is defined in `tsconfig`, `ts-jest` will transform codes to ES2015 syntax
* Now both `isolatedModules: true` and `isolatedModule: false` codes are in one single class `TsCompiler` which is an instance created in `TsJestCompiler` based on config option `compiler` with value `typescript` or `ttypescript`.




# [27.0.0-alpha.0](https://github.com/kulshekhar/ts-jest/compare/v26.4.4...v27.0.0-alpha.0) (2020-11-11)


Expand Down
Loading

0 comments on commit 4a5f585

Please sign in to comment.