File tree 1 file changed +31
-0
lines changed 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 7.2.0 / 2020-05-22
2
+
3
+ ## :tada : Enhancements
4
+
5
+ - #4234 : Add ability to run tests in a mocha instance multiple times (@nicojs )
6
+ - #4219 : Exposing filename in JSON, doc, and json-stream reporters (@Daniel0113 )
7
+ - #4244 : Add Root Hook Plugins (@boneskull )
8
+
9
+ ## :bug : Fixes
10
+
11
+ - #4258 : Fix missing dot in name of configuration file (@sonicdoe )
12
+ - #4194 : Check if module.paths really exists (@ematipico )
13
+ - #4256 : ` --forbid-only ` does not recognize ` it.only ` when ` before ` crashes (@arvidOtt )
14
+ - #4152 : Bug with multiple async done() calls (@boneskull )
15
+ - #4275 : Improper warnings for invalid reporters (@boneskull )
16
+ - #4288 : Broken hook.spec.js test for IE11 (@boneskull )
17
+
18
+ ## :book : Documentation
19
+
20
+ - #4081 : Insufficient white space for API docs in view on mobile (@HyunSangHan )
21
+ - #4255 : Update mocha-docdash for UI fixes on API docs (@craigtaub )
22
+ - #4235 : Enable emoji on website; enable normal ul elements (@boneskull )
23
+ - #4272 : Fetch sponsors at build time, show ALL non-skeevy sponsors (@boneskull )
24
+
25
+ ## :nut_and_bolt : Other
26
+
27
+ - #4249 : Refactoring improving encapsulation (@arvidOtt )
28
+ - #4242 : CI add job names, add Node.js v14 to matrix (@boneskull )
29
+ - #4237 : Refactor validatePlugins to throw coded errors (@boneskull )
30
+ - #4236 : Better debug output (@boneskull )
31
+
1
32
# 7.1.2 / 2020-04-26
2
33
3
34
## :nut_and_bolt : Other
You can’t perform that action at this time.
0 commit comments