|
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