Skip to content

Commit c6b1ed8

Browse files
committed
chore: update changelog for release
1 parent 585beb6 commit c6b1ed8

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22

33
### Features
44

5+
### Fixes
6+
7+
### Chore & Maintenance
8+
9+
### Performance
10+
11+
## 27.4.0
12+
13+
### Features
14+
15+
- `[expect]` Enhancing the `toHaveProperty` matcher to support array selection ([#12092](https://github.com/facebook/jest/pull/12092))
516
- `[jest-core]` Add support for `testResultsProcessor` written in ESM ([#12006](https://github.com/facebook/jest/pull/12006))
617
- `[jest-diff, pretty-format]` Add `compareKeys` option for custom sorting of object keys ([#11992](https://github.com/facebook/jest/pull/11992))
718
- `[jest-mock]` Add `ts-jest` mock util functions ([#12089](https://github.com/facebook/jest/pull/12089))
8-
- `[expect]` Enhancing the `toHaveProperty` matcher to support array selection ([#12092](https://github.com/facebook/jest/pull/12092))
919

1020
### Fixes
1121

@@ -17,16 +27,14 @@
1727
- `[jest-environment-jsdom]` Add `@types/jsdom` dependency ([#11999](https://github.com/facebook/jest/pull/11999))
1828
- `[jest-environment-jsdom]` Do not reset the global.document too early on teardown ([#11871](https://github.com/facebook/jest/pull/11871))
1929
- `[jest-transform]` Improve error and warning messages ([#11998](https://github.com/facebook/jest/pull/11998))
20-
- `[docs]` CLI options alphabetized ([#11586](https://github.com/facebook/jest/pull/11586))
2130

2231
### Chore & Maintenance
2332

33+
- `[docs]` CLI options alphabetized ([#11586](https://github.com/facebook/jest/pull/11586))
2434
- `[jest-runner]` Add info regarding timers to forcedExit message([#12083](https://github.com/facebook/jest/pull/12083))
2535
- `[*]` Replaced `substr` method with `substring` ([#12066](https://github.com/facebook/jest/pull/12066))
2636
- `[*]` Add `types` entry to all export maps ([#12073](https://github.com/facebook/jest/pull/12073))
2737

28-
### Performance
29-
3038
## 27.3.1
3139

3240
### Fixes

0 commit comments

Comments
 (0)