File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 24
24
- The ` dot ` reporter now uses more visually distinctive characters when indicating "pending" and "failed" tests.
25
25
- Mocha no longer supports [ component] ( https://www.npmjs.com/package/component ) .
26
26
- The long-forsaken ` HTMLCov ` and ` JSONCov ` reporters--and any relationship to the "node-jscoverage" project--have been removed.
27
+ - ` spec ` reporter now omits leading carriage returns (` \r ` ) in non-TTY environment.
27
28
28
29
## :tada : Enhancements
29
30
50
51
- [ #1644 ] : Don't exhibit undefined behavior when calling ` this.timeout() ` with very large values ([ @callumacrae ] , [ @boneskull ] )
51
52
- [ #2361 ] : Don't truncate name of thrown anonymous exception. ([ @boneskull ] )
52
53
- [ #2367 ] : Fix invalid CSS. ([ @bensontrent ] )
54
+ - [ #2401 ] : Remove carriage return before each test line in spec reporter. ([ @Munter ] )
53
55
54
56
## :nut_and_bolt : Other
55
57
@@ -63,6 +65,7 @@ We :heart: our [backers and sponsors](https://opencollective.com/mochajs)!
63
65
64
66
:shipit:
65
67
68
+ [ #2401 ] : https://github.com/mochajs/mocha/pull/2401
66
69
[ #2348 ] : https://github.com/mochajs/mocha/issues/2348
67
70
[ #808 ] : https://github.com/mochajs/mocha/issues/808
68
71
[ #2361 ] : https://github.com/mochajs/mocha/pull/2361
@@ -97,6 +100,7 @@ We :heart: our [backers and sponsors](https://opencollective.com/mochajs)!
97
100
[ @jugglinmike ] : https://github.com/jugglinmike
98
101
[ @rosswarren ] : https://github.com/rosswarren
99
102
[ @anthony-redfox ] : https://github.com/anthony-redfox
103
+ [ @Munter ] : https://github.com/munter
100
104
101
105
# 2.5.3 / 2016-05-25
102
106
You can’t perform that action at this time.
0 commit comments