File tree 1 file changed +36
-0
lines changed
1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 3.4.0 / 2017-05-14
2
+
3
+ Mocha is now moving to a quicker release schedule: when non-breaking changes are merged, a release should happen that week.
4
+
5
+ This week's highlights:
6
+
7
+ - ` allowUncaught ` added to commandline as ` --allow-uncaught ` (and bugfixed)
8
+ - warning-related Node flags
9
+
10
+ ## :tada : Enhancements
11
+
12
+ - [ #2793 ] , [ #2697 ] : add --allowUncaught to Node.js ([ @lrowe ] )
13
+ - [ #2733 ] : Add ` --no-warnings ` and ` --trace-warnings ` flags ([ @sonicdoe ] )
14
+
15
+ ## :bug : Fixes
16
+
17
+ - [ #2793 ] , [ #2697 ] : fix broken allowUncaught ([ @lrowe ] )
18
+
19
+ ## :nut_and_bolt : Other
20
+
21
+ - [ #2778 ] : Add license report and scan status ([ @xizhao ] )
22
+ - [ #2794 ] : no special case for macOS running Karma locally ([ @boneskull ] )
23
+ - [ #2795 ] : reverts use of semistandard directly ([ #2648 ] ) ([ @boneskull ] )
24
+
25
+ [ @lrowe ] : https://github.com/lrowe
26
+ [ @sonicdoe ] : https://github.com/sonicdoe
27
+ [ @xizhao ] : https://github.com/xizhao
28
+ [ @boneskull ] : https://github.com/boneskull
29
+
30
+ [ #2795 ] : https://github.com/mochajs/mocha/pull/2795
31
+ [ #2733 ] : https://github.com/mochajs/mocha/pull/2733
32
+ [ #2793 ] : https://github.com/mochajs/mocha/pull/2793
33
+ [ #2697 ] : https://github.com/mochajs/mocha/pull/2697
34
+ [ #2778 ] : https://github.com/mochajs/mocha/pull/2778
35
+ [ #2794 ] : https://github.com/mochajs/mocha/pull/2794
36
+
1
37
# 3.3.0 / 2017-04-24
2
38
3
39
Thanks to all our contributors, maintainers, sponsors, and users! ❤️
You can’t perform that action at this time.
0 commit comments