Skip to content

Commit d43092e

Browse files
committed
update CHANGELOG for v7.1.0 [ci skip]
1 parent 57be455 commit d43092e

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# 7.1.0 / 2020-02-26
2+
3+
## :tada: Enhancements
4+
5+
#4038: Add Node.js native ESM support (@giltayar)
6+
7+
Mocha supports writing your test files as ES modules:
8+
9+
- Node.js only v12.11.0 and above
10+
- Node.js below v13.2.0, you must set `--experimental-modules` option
11+
- current limitations: please check our [documentation](https://mochajs.org/#nodejs-native-esm-support)
12+
- for programmatic usage: see [API: loadFilesAsync()](https://mochajs.org/api/mocha#loadFilesAsync)
13+
14+
**Note:** Node.JS native [ECMAScript Modules](https://nodejs.org/api/esm.html) implementation has status: **Stability: 1 - Experimental**
15+
16+
## :bug: Fixes
17+
18+
- #4181: Programmatic API cannot access retried test objects (@juergba)
19+
- #4174: Browser: fix `allowUncaught` option (@juergba)
20+
21+
## :book: Documentation
22+
23+
- #4058: Manage author list in AUTHORS instead of `package.json` (@outsideris)
24+
25+
## :nut_and_bolt: Other
26+
27+
- #4138: Upgrade ESLint v6.8 (@kaicataldo)
28+
129
# 7.0.1 / 2020-01-25
230

331
## :bug: Fixes

0 commit comments

Comments
 (0)