File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424- The ` dot ` reporter now uses more visually distinctive characters when indicating "pending" and "failed" tests.
2525- Mocha no longer supports [ component] ( https://www.npmjs.com/package/component ) .
2626- 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.
2728
2829## :tada : Enhancements
2930
5051- [ #1644 ] : Don't exhibit undefined behavior when calling ` this.timeout() ` with very large values ([ @callumacrae ] , [ @boneskull ] )
5152- [ #2361 ] : Don't truncate name of thrown anonymous exception. ([ @boneskull ] )
5253- [ #2367 ] : Fix invalid CSS. ([ @bensontrent ] )
54+ - [ #2401 ] : Remove carriage return before each test line in spec reporter. ([ @Munter ] )
5355
5456## :nut_and_bolt : Other
5557
@@ -63,6 +65,7 @@ We :heart: our [backers and sponsors](https://opencollective.com/mochajs)!
6365
6466:shipit:
6567
68+ [ #2401 ] : https://github.com/mochajs/mocha/pull/2401
6669[ #2348 ] : https://github.com/mochajs/mocha/issues/2348
6770[ #808 ] : https://github.com/mochajs/mocha/issues/808
6871[ #2361 ] : https://github.com/mochajs/mocha/pull/2361
@@ -97,6 +100,7 @@ We :heart: our [backers and sponsors](https://opencollective.com/mochajs)!
97100[ @jugglinmike ] : https://github.com/jugglinmike
98101[ @rosswarren ] : https://github.com/rosswarren
99102[ @anthony-redfox ] : https://github.com/anthony-redfox
103+ [ @Munter ] : https://github.com/munter
100104
101105# 2.5.3 / 2016-05-25
102106
You can’t perform that action at this time.
0 commit comments