You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,18 @@
1
1
## Changelog (master)
2
2
3
+
#### Features
3
4
* (**BREAKING**): Upgrade ts-jest to ^23.10.4 and use ast-transformer instead of processor ([#204](https://github.com/thymikee/jest-preset-angular/pull/204))
4
-
* Chore: Remove template literal character escaping (reverts [#34](https://github.com/thymikee/jest-preset-angular/pull/34))
5
-
* Feat: Use test environment JSDOM v13 by default ([#229](https://github.com/thymikee/jest-preset-angular/pull/229))
6
-
5
+
* Compatible with Jest 24 ([#224](https://github.com/thymikee/jest-preset-angular/pull/224))
6
+
* Use test environment JSDOM v13 by default ([#229](https://github.com/thymikee/jest-preset-angular/pull/229))
7
+
* Embed `jest-zone-patch` into this preset ([#214](https://github.com/thymikee/jest-preset-angular/pull/214))
8
+
9
+
#### Chore & Maintenance
10
+
* Remove template literal character escaping (reverts [#34](https://github.com/thymikee/jest-preset-angular/pull/34))
11
+
* Moved @types/jest to devDependencies ([#227](https://github.com/thymikee/jest-preset-angular/pull/227)), close ([#226](https://github.com/thymikee/jest-preset-angular/issues/226))
12
+
* Upgrade example app dependencies ([#233](https://github.com/thymikee/jest-preset-angular/pull/233))
13
+
* Migrate CI config to CircleCI v2 ([#212](https://github.com/thymikee/jest-preset-angular/pull/212))
14
+
* Docs: do not use .babelrc file but rather babel.config.js ([#231](https://github.com/thymikee/jest-preset-angular/pull/231))
15
+
* Docs: add astTransformers in configuration example ([#218](https://github.com/thymikee/jest-preset-angular/pull/218))
0 commit comments