File tree Expand file tree Collapse file tree 1 file changed +27
-4
lines changed Expand file tree Collapse file tree 1 file changed +27
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### Fixes
4
4
5
- * ` [babel- jest] ` moduleFileExtensions not passed to babel transformer.
6
- ([ #4637 ] ( https://github.com/facebook/jest/issues/4637 ) )
5
+ * ` [jest-config ] ` fix unexpected condition to avoid infinite recursion in
6
+ Windows platform. ([ #5161 ] ( https://github.com/facebook/jest/pull/5161 ) )
7
7
8
8
### Features
9
9
10
- * ` [jest-jasmine] ` Allowed classes and functions as ` describe ` names
10
+ * ` [jest-jasmine] ` Allowed classes and functions as ` describe ` names.
11
11
([ #5154 ] ( https://github.com/facebook/jest/pull/5154 ) )
12
12
* ` [jest-jasmine2] ` Support generator functions as specs.
13
13
([ #5166 ] ( https://github.com/facebook/jest/pull/5166 ) )
14
14
15
15
### Chore & Maintenance
16
16
17
+ ## jest 22.0.4
18
+
19
+ ### Fixes
20
+
21
+ * ` [jest-cli] ` New line before quitting watch mode.
22
+ ([ #5158 ] ( https://github.com/facebook/jest/pull/5158 ) )
23
+
24
+ ### Features
25
+
26
+ * ` [babel-jest] ` moduleFileExtensions not passed to babel transformer.
27
+ ([ #5110 ] ( https://github.com/facebook/jest/pull/5110 ) )
28
+
29
+ ### Chore & Maintenance
30
+
31
+ * ` [*] ` Tweaks to better support Node 4
32
+ ([ #5142 ] ( https://github.com/facebook/jest/pull/5142 ) )
33
+
34
+ ## jest 22.0.2 && 22.0.3
35
+
36
+ ### Chore & Maintenance
37
+
38
+ * ` [*] ` Tweaks to better support Node 4
39
+ ([ #5134 ] ( https://github.com/facebook/jest/pull/5134 ) )
40
+
17
41
## jest 22.0.1
18
42
19
43
### Fixes
20
44
21
45
* ` [jest-runtime] ` fix error for test files providing coverage.
22
46
([ #5117 ] ( https://github.com/facebook/jest/pull/5117 ) )
23
- * ` [jest-config] ` fix unexpected condition to avoid infinite recursion in Windows platform.([ #5161 ] ( https://github.com/facebook/jest/pull/5161 ) )
24
47
25
48
### Features
26
49
You can’t perform that action at this time.
0 commit comments