File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
29
# 7.0.1 / 2020-01-25
2
30
3
31
## :bug : Fixes
You can’t perform that action at this time.
0 commit comments