Skip to content

Commit 4f8f6fb

Browse files
SimenBcpojer
authored andcommitted
docs: update changelog (#5170)
* docs: update changelog * docs: update changelog
1 parent 2cb57a0 commit 4f8f6fb

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

CHANGELOG.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,48 @@
22

33
### Fixes
44

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))
77

88
### Features
99

10-
* `[jest-jasmine]` Allowed classes and functions as `describe` names
10+
* `[jest-jasmine]` Allowed classes and functions as `describe` names.
1111
([#5154](https://github.com/facebook/jest/pull/5154))
1212
* `[jest-jasmine2]` Support generator functions as specs.
1313
([#5166](https://github.com/facebook/jest/pull/5166))
1414

1515
### Chore & Maintenance
1616

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+
1741
## jest 22.0.1
1842

1943
### Fixes
2044

2145
* `[jest-runtime]` fix error for test files providing coverage.
2246
([#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))
2447

2548
### Features
2649

0 commit comments

Comments
 (0)