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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
## Changelog (master)
2
2
3
+
### v5.0.0
4
+
* Breaking: Upgrade Jest to 22 ([#109](https://github.com/thymikee/jest-preset-angular/pull/109))
5
+
* Breaking: Upgrade `ts-jest` to 22 ([#109](https://github.com/thymikee/jest-preset-angular/pull/109))
6
+
* Chore: Get rid of explicit `jsdom` dependency and custom test environment
7
+
3
8
### v4.0.2
4
9
* Breaking: Change to MIT license ([#102](https://github.com/thymikee/jest-preset-angular/pull/102))
5
10
* Fix: Upgrade example app to Angular 5.0.0 using Angular CLI 1.6.1 ([#101](https://github.com/thymikee/jest-preset-angular/pull/101))
@@ -16,8 +21,8 @@
16
21
* Fix: `fakeAsync` not working with `zone.js` >= 0.8.11
17
22
18
23
### v3.0.1
19
-
* Breaking: Upgrade jest to 21
20
-
* Breaking: Upgrade ts-jest to 21
24
+
* Breaking: Upgrade Jest to 21
25
+
* Breaking: Upgrade `ts-jest` to 21
21
26
* Breaking: `moduleNameMapper` no longer maps absolute paths to `src` by default, you need to declare the mappings explicitly ([#53](https://github.com/thymikee/jest-preset-angular/pull/53))
22
27
* Fix: issues with `moduleNameMapper` not overriding mappings ([#53](https://github.com/thymikee/jest-preset-angular/pull/53))
0 commit comments