Skip to content

Commit

Permalink
Release v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaub committed Jul 18, 2019
1 parent cc595af commit bd47776
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 25 deletions.
46 changes: 23 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,41 @@

## :tada: Enhancements

- #3827: Do not fork child-process if no Node flags are present (@boneskull)
- #3725: Base reporter store ref to console.log, see [mocha/wiki](https://github.com/mochajs/mocha/wiki/HOW-TO:-Correctly-stub-stdout) (@craigtaub)
- [#3827](https://github.com/mochajs/mocha/issues/3827): Do not fork child-process if no Node flags are present ([**@boneskull**](https://github.com/boneskull))
- [#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))

## :bug: Fixes

- #3942: Fix "No test files found" Error when file is passed via `--file` (@gabegorelick)
- #3914: Modify Mocha constructor to accept options `global` or `globals` (@pascalpp)
- #3894: Fix parsing of config files with `_mocha` binary (@juergba)
- #3834: Fix CLI parsing with default values (@boneskull, @juergba)
- #3831: Fix `--timeout`/`--slow` string values and duplicate arguments (@boneskull, @juergba)
- [#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))
- [#3914](https://github.com/mochajs/mocha/issues/3914): Modify Mocha constructor to accept options `global` or `globals` ([**@pascalpp**](https://github.com/pascalpp))
- [#3894](https://github.com/mochajs/mocha/issues/3894): Fix parsing of config files with `_mocha` binary ([**@juergba**](https://github.com/juergba))
- [#3834](https://github.com/mochajs/mocha/issues/3834): Fix CLI parsing with default values ([**@boneskull**](https://github.com/boneskull), [**@juergba**](https://github.com/juergba))
- [#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))

## :book: Documentation

- #3906: Document option to define custom report name for XUnit reporter (@pkuczynski)
- #3889: Adds doc links for mocha-examples (@craigtaub)
- #3887: Fix broken links (@toyjhlee)
- #3841: Fix anchors to configuration section (@trescube)
- [#3906](https://github.com/mochajs/mocha/issues/3906): Document option to define custom report name for XUnit reporter ([**@pkuczynski**](https://github.com/pkuczynski))
- [#3889](https://github.com/mochajs/mocha/issues/3889): Adds doc links for mocha-examples ([**@craigtaub**](https://github.com/craigtaub))
- [#3887](https://github.com/mochajs/mocha/issues/3887): Fix broken links ([**@toyjhlee**](https://github.com/toyjhlee))
- [#3841](https://github.com/mochajs/mocha/issues/3841): Fix anchors to configuration section ([**@trescube**](https://github.com/trescube))

## :mag: Coverage

- #3915, #3929: Increase tests coverage for `--watch` options (@geigerzaehler)
- [#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))

## :nut_and_bolt: Other

- #3953: Collect test files later, prepares improvements to the `--watch` mode behavior (@geigerzaehler)
- #3939: Upgrade for npm audit (@boneskull)
- #3930: Extract `runWatch` into separate module (@geigerzaehler)
- #3922: Add `mocha.min.js` file to stacktrace filter (@brian-lagerman)
- #3919: Update CI config files to use Node-12.x (@plroebuck)
- #3892: Rework reporter tests (@plroebuck)
- #3872: Rename `--exclude` to `--ignore` and create alias (@boneskull)
- #3963: Hide stacktrace when cli args are missing (@outsideris)
- #3956: Do not redeclare variable in docs array example (@DanielRuf)
- #3957: Remove duplicate line-height property in `mocha.css` (@DanielRuf)
- #3960: Don't re-initialize grep option on watch re-run (@geigerzaehler)
- [#3953](https://github.com/mochajs/mocha/issues/3953): Collect test files later, prepares improvements to the `--watch` mode behavior ([**@geigerzaehler**](https://github.com/geigerzaehler))
- [#3939](https://github.com/mochajs/mocha/issues/3939): Upgrade for npm audit ([**@boneskull**](https://github.com/boneskull))
- [#3930](https://github.com/mochajs/mocha/issues/3930): Extract `runWatch` into separate module ([**@geigerzaehler**](https://github.com/geigerzaehler))
- [#3922](https://github.com/mochajs/mocha/issues/3922): Add `mocha.min.js` file to stacktrace filter ([**@brian-lagerman**](https://github.com/brian-lagerman))
- [#3919](https://github.com/mochajs/mocha/issues/3919): Update CI config files to use Node-12.x ([**@plroebuck**](https://github.com/plroebuck))
- [#3892](https://github.com/mochajs/mocha/issues/3892): Rework reporter tests ([**@plroebuck**](https://github.com/plroebuck))
- [#3872](https://github.com/mochajs/mocha/issues/3872): Rename `--exclude` to `--ignore` and create alias ([**@boneskull**](https://github.com/boneskull))
- [#3963](https://github.com/mochajs/mocha/issues/3963): Hide stacktrace when cli args are missing ([**@outsideris**](https://github.com/outsideris))
- [#3956](https://github.com/mochajs/mocha/issues/3956): Do not redeclare variable in docs array example ([**@DanielRuf**](https://github.com/DanielRuf))
- [#3957](https://github.com/mochajs/mocha/issues/3957): Remove duplicate line-height property in `mocha.css` ([**@DanielRuf**](https://github.com/DanielRuf))
- [#3960](https://github.com/mochajs/mocha/issues/3960): Don't re-initialize grep option on watch re-run ([**@geigerzaehler**](https://github.com/geigerzaehler))

# 6.1.4 / 2019-04-18

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha",
"version": "6.1.4",
"version": "6.2.0",
"description": "simple, flexible, fun test framework",
"keywords": [
"mocha",
Expand Down Expand Up @@ -78,6 +78,7 @@
"Bjorn Stromberg <[email protected]>",
"Brendan Nee <[email protected]>",
"Brian Beck <[email protected]>",
"Brian Lagerman <[email protected]>",
"Brian Lalor <[email protected]>",
"Brian M. Carlson <[email protected]>",
"Brian Moore <[email protected]>",
Expand Down Expand Up @@ -111,6 +112,7 @@
"Cory Thomas <[email protected]>",
"Craig Taub <[email protected]>",
"Cube <[email protected]>",
"Daniel Ruf <[email protected]>",
"Daniel Ruf <[email protected]>",
"Daniel St. Jules <[email protected]>",
"Daniel Stockman <[email protected]>",
Expand Down Expand Up @@ -163,6 +165,7 @@
"Fredrik Enestad <[email protected]>",
"Fredrik Lindin <[email protected]>",
"Fumiaki MATSUSHIMA <[email protected]>",
"Gabe Gorelick <[email protected]>",
"Gabriel Silk <[email protected]>",
"Gareth Aye <[email protected]>",
"Gareth Murphy <[email protected]>",
Expand Down Expand Up @@ -343,6 +346,7 @@
"P. Roebuck <[email protected]>",
"Panu Horsmalahti <[email protected]>",
"Parker Moore <[email protected]>",
"Pascal <[email protected]>",
"Pat Finnigan <[email protected]>",
"Paul Armstrong <[email protected]>",
"Paul Miller <[email protected]>",
Expand All @@ -353,6 +357,7 @@
"Peter Rust <[email protected]>",
"Phil Sung <[email protected]>",
"Philip M. White <[email protected]>",
"Piotr Kuczynski <[email protected]>",
"PoppinL <[email protected]>",
"Poprádi Árpád <[email protected]>",
"Prayag Verma <[email protected]>",
Expand Down Expand Up @@ -414,6 +419,7 @@
"Sorin Iclanzan <[email protected]>",
"Standa Opichal <[email protected]>",
"startswithaj <[email protected]>",
"Stephen Hess <[email protected]>",
"Stephen Mathieson <[email protected]>",
"Steve Mason <[email protected]>",
"Stewart Taylor <[email protected]>",
Expand All @@ -431,6 +437,7 @@
"Thedark1337 <[email protected]>",
"Thomas Broadley <[email protected]>",
"Thomas Grainger <[email protected]>",
"Thomas Scholtes <[email protected]>",
"Thomas Vantuycom <[email protected]>",
"Tim Ehat <[email protected]>",
"Tim Harshman <[email protected]>",
Expand All @@ -444,6 +451,7 @@
"Tom Coquereau <[email protected]>",
"Tom Hughes <[email protected]>",
"Tomer Eskenazi <[email protected]>",
"toyjhlee <[email protected]>",
"traleig1 <[email protected]>",
"Travis Jeffery <[email protected]>",
"tripu <[email protected]>",
Expand Down

0 comments on commit bd47776

Please sign in to comment.