File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 8.3.0 / 2021-02-11
2
+
3
+ ## :tada : Enhancements
4
+
5
+ - #4506 : Add error code for test timeout errors (@boneskull )
6
+ - #4112 : Add BigInt support to stringify util function (@JosejeSinohui )
7
+
8
+ ## :bug : Fixes
9
+
10
+ - #4557 : Add file location when SyntaxError happens in ESM (@giltayar )
11
+ - #4521 : Fix ` require ` error when bundling Mocha with Webpack (@devhazem )
12
+
13
+ ## :book : Documentation
14
+
15
+ - #4507 : Add support for typescript-style docstrings (@boneskull )
16
+ - #4503 : Add GH Actions workflow status badge (@outsideris )
17
+ - #4494 : Add example of generating tests dynamically with a closure (@maxwellgerber )
18
+
19
+ ## :nut_and_bolt : Other
20
+
21
+ - #4556 : Upgrade all dependencies to latest stable (@AviVahl )
22
+ - #4543 : Update dependencies yargs and yargs-parser (@juergba )
23
+
24
+ Also thanks to @outsideris and @HyunSangHan for various fixes to our website and documentation.
25
+
1
26
# 8.2.1 / 2020-11-02
2
27
3
28
Fixed stuff.
You can’t perform that action at this time.
0 commit comments