Skip to content

Commit

Permalink
update CHANGELOG.md for v6.2.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaub committed Jul 18, 2019
1 parent 59d70ee commit cc595af
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,43 @@
# 6.2.0 / 2019-07-18

## :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)

## :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)

## :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)

## :mag: Coverage

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

# 6.1.4 / 2019-04-18

## :lock: Security Fixes
Expand Down

0 comments on commit cc595af

Please sign in to comment.