Skip to content

Commit

Permalink
docs: update changelog (jestjs#5170)
Browse files Browse the repository at this point in the history
* docs: update changelog

* docs: update changelog
  • Loading branch information
SimenB authored and cpojer committed Dec 25, 2017
1 parent 2cb57a0 commit 4f8f6fb
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,48 @@

### Fixes

* `[babel-jest]` moduleFileExtensions not passed to babel transformer.
([#4637](https://github.com/facebook/jest/issues/4637))
* `[jest-config]` fix unexpected condition to avoid infinite recursion in
Windows platform. ([#5161](https://github.com/facebook/jest/pull/5161))

### Features

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

### Chore & Maintenance

## jest 22.0.4

### Fixes

* `[jest-cli]` New line before quitting watch mode.
([#5158](https://github.com/facebook/jest/pull/5158))

### Features

* `[babel-jest]` moduleFileExtensions not passed to babel transformer.
([#5110](https://github.com/facebook/jest/pull/5110))

### Chore & Maintenance

* `[*]` Tweaks to better support Node 4
([#5142](https://github.com/facebook/jest/pull/5142))

## jest 22.0.2 && 22.0.3

### Chore & Maintenance

* `[*]` Tweaks to better support Node 4
([#5134](https://github.com/facebook/jest/pull/5134))

## jest 22.0.1

### Fixes

* `[jest-runtime]` fix error for test files providing coverage.
([#5117](https://github.com/facebook/jest/pull/5117))
* `[jest-config]` fix unexpected condition to avoid infinite recursion in Windows platform.([#5161](https://github.com/facebook/jest/pull/5161))

### Features

Expand Down

0 comments on commit 4f8f6fb

Please sign in to comment.