Skip to content

Commit bd47776

Browse files
committed
Release v6.2.0
1 parent cc595af commit bd47776

File tree

3 files changed

+33
-25
lines changed

3 files changed

+33
-25
lines changed

CHANGELOG.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,41 @@
22

33
## :tada: Enhancements
44

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))
77

88
## :bug: Fixes
99

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))
1515

1616
## :book: Documentation
1717

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))
2222

2323
## :mag: Coverage
2424

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))
2626

2727
## :nut_and_bolt: Other
2828

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))
4040

4141
# 6.1.4 / 2019-04-18
4242

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha",
3-
"version": "6.1.4",
3+
"version": "6.2.0",
44
"description": "simple, flexible, fun test framework",
55
"keywords": [
66
"mocha",
@@ -78,6 +78,7 @@
7878
"Bjorn Stromberg <[email protected]>",
7979
"Brendan Nee <[email protected]>",
8080
"Brian Beck <[email protected]>",
81+
"Brian Lagerman <[email protected]>",
8182
"Brian Lalor <[email protected]>",
8283
"Brian M. Carlson <[email protected]>",
8384
"Brian Moore <[email protected]>",
@@ -111,6 +112,7 @@
111112
"Cory Thomas <[email protected]>",
112113
"Craig Taub <[email protected]>",
113114
115+
"Daniel Ruf <[email protected]>",
114116
"Daniel Ruf <[email protected]>",
115117
"Daniel St. Jules <[email protected]>",
116118
"Daniel Stockman <[email protected]>",
@@ -163,6 +165,7 @@
163165
"Fredrik Enestad <[email protected]>",
164166
"Fredrik Lindin <[email protected]>",
165167
"Fumiaki MATSUSHIMA <[email protected]>",
168+
"Gabe Gorelick <[email protected]>",
166169
"Gabriel Silk <[email protected]>",
167170
"Gareth Aye <[email protected]>",
168171
"Gareth Murphy <[email protected]>",
@@ -343,6 +346,7 @@
343346
"P. Roebuck <[email protected]>",
344347
"Panu Horsmalahti <[email protected]>",
345348
"Parker Moore <[email protected]>",
349+
"Pascal <[email protected]>",
346350
"Pat Finnigan <[email protected]>",
347351
"Paul Armstrong <[email protected]>",
348352
"Paul Miller <[email protected]>",
@@ -353,6 +357,7 @@
353357
"Peter Rust <[email protected]>",
354358
"Phil Sung <[email protected]>",
355359
"Philip M. White <[email protected]>",
360+
"Piotr Kuczynski <[email protected]>",
356361
"PoppinL <[email protected]>",
357362
"Poprádi Árpád <[email protected]>",
358363
"Prayag Verma <[email protected]>",
@@ -414,6 +419,7 @@
414419
"Sorin Iclanzan <[email protected]>",
415420
"Standa Opichal <[email protected]>",
416421
"startswithaj <[email protected]>",
422+
"Stephen Hess <[email protected]>",
417423
"Stephen Mathieson <[email protected]>",
418424
"Steve Mason <[email protected]>",
419425
"Stewart Taylor <[email protected]>",
@@ -431,6 +437,7 @@
431437
"Thedark1337 <[email protected]>",
432438
"Thomas Broadley <[email protected]>",
433439
"Thomas Grainger <[email protected]>",
440+
"Thomas Scholtes <[email protected]>",
434441
"Thomas Vantuycom <[email protected]>",
435442
"Tim Ehat <[email protected]>",
436443
"Tim Harshman <[email protected]>",
@@ -444,6 +451,7 @@
444451
"Tom Coquereau <[email protected]>",
445452
"Tom Hughes <[email protected]>",
446453
"Tomer Eskenazi <[email protected]>",
454+
"toyjhlee <[email protected]>",
447455
"traleig1 <[email protected]>",
448456
"Travis Jeffery <[email protected]>",
449457
"tripu <[email protected]>",

0 commit comments

Comments
 (0)