|
2 | 2 |
|
3 | 3 | ## :tada: Enhancements |
4 | 4 |
|
5 | | -- #3827: Do not fork child-process if no Node flags are present (@boneskull) |
6 | | -- #3725: Base reporter store ref to console.log, see [mocha/wiki](https://github.com/mochajs/mocha/wiki/HOW-TO:-Correctly-stub-stdout) (@craigtaub) |
| 5 | +- [#3827](https://github.com/mochajs/mocha/issues/3827): Do not fork child-process if no Node flags are present ([**@boneskull**](https://github.com/boneskull)) |
| 6 | +- [#3725](https://github.com/mochajs/mocha/issues/3725): Base reporter store ref to console.log, see [mocha/wiki](https://github.com/mochajs/mocha/wiki/HOW-TO:-Correctly-stub-stdout) ([**@craigtaub**](https://github.com/craigtaub)) |
7 | 7 |
|
8 | 8 | ## :bug: Fixes |
9 | 9 |
|
10 | | -- #3942: Fix "No test files found" Error when file is passed via `--file` (@gabegorelick) |
11 | | -- #3914: Modify Mocha constructor to accept options `global` or `globals` (@pascalpp) |
12 | | -- #3894: Fix parsing of config files with `_mocha` binary (@juergba) |
13 | | -- #3834: Fix CLI parsing with default values (@boneskull, @juergba) |
14 | | -- #3831: Fix `--timeout`/`--slow` string values and duplicate arguments (@boneskull, @juergba) |
| 10 | +- [#3942](https://github.com/mochajs/mocha/issues/3942): Fix "No test files found" Error when file is passed via `--file` ([**@gabegorelick**](https://github.com/gabegorelick)) |
| 11 | +- [#3914](https://github.com/mochajs/mocha/issues/3914): Modify Mocha constructor to accept options `global` or `globals` ([**@pascalpp**](https://github.com/pascalpp)) |
| 12 | +- [#3894](https://github.com/mochajs/mocha/issues/3894): Fix parsing of config files with `_mocha` binary ([**@juergba**](https://github.com/juergba)) |
| 13 | +- [#3834](https://github.com/mochajs/mocha/issues/3834): Fix CLI parsing with default values ([**@boneskull**](https://github.com/boneskull), [**@juergba**](https://github.com/juergba)) |
| 14 | +- [#3831](https://github.com/mochajs/mocha/issues/3831): Fix `--timeout`/`--slow` string values and duplicate arguments ([**@boneskull**](https://github.com/boneskull), [**@juergba**](https://github.com/juergba)) |
15 | 15 |
|
16 | 16 | ## :book: Documentation |
17 | 17 |
|
18 | | -- #3906: Document option to define custom report name for XUnit reporter (@pkuczynski) |
19 | | -- #3889: Adds doc links for mocha-examples (@craigtaub) |
20 | | -- #3887: Fix broken links (@toyjhlee) |
21 | | -- #3841: Fix anchors to configuration section (@trescube) |
| 18 | +- [#3906](https://github.com/mochajs/mocha/issues/3906): Document option to define custom report name for XUnit reporter ([**@pkuczynski**](https://github.com/pkuczynski)) |
| 19 | +- [#3889](https://github.com/mochajs/mocha/issues/3889): Adds doc links for mocha-examples ([**@craigtaub**](https://github.com/craigtaub)) |
| 20 | +- [#3887](https://github.com/mochajs/mocha/issues/3887): Fix broken links ([**@toyjhlee**](https://github.com/toyjhlee)) |
| 21 | +- [#3841](https://github.com/mochajs/mocha/issues/3841): Fix anchors to configuration section ([**@trescube**](https://github.com/trescube)) |
22 | 22 |
|
23 | 23 | ## :mag: Coverage |
24 | 24 |
|
25 | | -- #3915, #3929: Increase tests coverage for `--watch` options (@geigerzaehler) |
| 25 | +- [#3915](https://github.com/mochajs/mocha/issues/3915), [#3929](https://github.com/mochajs/mocha/issues/3929): Increase tests coverage for `--watch` options ([**@geigerzaehler**](https://github.com/geigerzaehler)) |
26 | 26 |
|
27 | 27 | ## :nut_and_bolt: Other |
28 | 28 |
|
29 | | -- #3953: Collect test files later, prepares improvements to the `--watch` mode behavior (@geigerzaehler) |
30 | | -- #3939: Upgrade for npm audit (@boneskull) |
31 | | -- #3930: Extract `runWatch` into separate module (@geigerzaehler) |
32 | | -- #3922: Add `mocha.min.js` file to stacktrace filter (@brian-lagerman) |
33 | | -- #3919: Update CI config files to use Node-12.x (@plroebuck) |
34 | | -- #3892: Rework reporter tests (@plroebuck) |
35 | | -- #3872: Rename `--exclude` to `--ignore` and create alias (@boneskull) |
36 | | -- #3963: Hide stacktrace when cli args are missing (@outsideris) |
37 | | -- #3956: Do not redeclare variable in docs array example (@DanielRuf) |
38 | | -- #3957: Remove duplicate line-height property in `mocha.css` (@DanielRuf) |
39 | | -- #3960: Don't re-initialize grep option on watch re-run (@geigerzaehler) |
| 29 | +- [#3953](https://github.com/mochajs/mocha/issues/3953): Collect test files later, prepares improvements to the `--watch` mode behavior ([**@geigerzaehler**](https://github.com/geigerzaehler)) |
| 30 | +- [#3939](https://github.com/mochajs/mocha/issues/3939): Upgrade for npm audit ([**@boneskull**](https://github.com/boneskull)) |
| 31 | +- [#3930](https://github.com/mochajs/mocha/issues/3930): Extract `runWatch` into separate module ([**@geigerzaehler**](https://github.com/geigerzaehler)) |
| 32 | +- [#3922](https://github.com/mochajs/mocha/issues/3922): Add `mocha.min.js` file to stacktrace filter ([**@brian-lagerman**](https://github.com/brian-lagerman)) |
| 33 | +- [#3919](https://github.com/mochajs/mocha/issues/3919): Update CI config files to use Node-12.x ([**@plroebuck**](https://github.com/plroebuck)) |
| 34 | +- [#3892](https://github.com/mochajs/mocha/issues/3892): Rework reporter tests ([**@plroebuck**](https://github.com/plroebuck)) |
| 35 | +- [#3872](https://github.com/mochajs/mocha/issues/3872): Rename `--exclude` to `--ignore` and create alias ([**@boneskull**](https://github.com/boneskull)) |
| 36 | +- [#3963](https://github.com/mochajs/mocha/issues/3963): Hide stacktrace when cli args are missing ([**@outsideris**](https://github.com/outsideris)) |
| 37 | +- [#3956](https://github.com/mochajs/mocha/issues/3956): Do not redeclare variable in docs array example ([**@DanielRuf**](https://github.com/DanielRuf)) |
| 38 | +- [#3957](https://github.com/mochajs/mocha/issues/3957): Remove duplicate line-height property in `mocha.css` ([**@DanielRuf**](https://github.com/DanielRuf)) |
| 39 | +- [#3960](https://github.com/mochajs/mocha/issues/3960): Don't re-initialize grep option on watch re-run ([**@geigerzaehler**](https://github.com/geigerzaehler)) |
40 | 40 |
|
41 | 41 | # 6.1.4 / 2019-04-18 |
42 | 42 |
|
|
0 commit comments