Skip to content

Commit 69339a3

Browse files
committed
Release v7.0.0
1 parent 99e085f commit 69339a3

File tree

3 files changed

+45
-32
lines changed

3 files changed

+45
-32
lines changed

CHANGELOG.md

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

33
## :boom: Breaking Changes
44

5-
- #3885: **Drop Node.js v6.x support** (@mojosoeun)
6-
- #3890: Remove Node.js debug-related flags `--debug`/`--debug-brk` and deprecate `debug` argument (@juergba)
7-
- #3962: Changes to command-line options (@ParkSB):
5+
- [#3885](https://github.com/mochajs/mocha/issues/3885): **Drop Node.js v6.x support** ([**@mojosoeun**](https://github.com/mojosoeun))
6+
- [#3890](https://github.com/mochajs/mocha/issues/3890): Remove Node.js debug-related flags `--debug`/`--debug-brk` and deprecate `debug` argument ([**@juergba**](https://github.com/juergba))
7+
- [#3962](https://github.com/mochajs/mocha/issues/3962): Changes to command-line options ([**@ParkSB**](https://github.com/ParkSB)):
88
- `--list-interfaces` replaces `--interfaces`
99
- `--list-reporters` replaces `--reporters`
10-
- Hook pattern of `this.skip()` (@juergba):
11-
- #3859: When conditionally skipping in a `it` test, related `afterEach` hooks are now executed
12-
- #3741: When conditionally skipping in a `beforeEach` hook, subsequent inner `beforeEach` hooks are now skipped and related `afterEach` hooks are executed
13-
- #4136: Disallow `this.skip()` within `after` hooks
14-
- #3967: Remove deprecated `getOptions()` and `lib/cli/options.js` (@juergba)
15-
- #4083: Uncaught exception in `pending` test: don't swallow, but retrospectively fail the test for correct exit code (@juergba)
16-
- #4004: Align `Mocha` constructor's option names with command-line options (@juergba)
10+
- Hook pattern of `this.skip()` ([**@juergba**](https://github.com/juergba)):
11+
- [#3859](https://github.com/mochajs/mocha/issues/3859): When conditionally skipping in a `it` test, related `afterEach` hooks are now executed
12+
- [#3741](https://github.com/mochajs/mocha/issues/3741): When conditionally skipping in a `beforeEach` hook, subsequent inner `beforeEach` hooks are now skipped and related `afterEach` hooks are executed
13+
- [#4136](https://github.com/mochajs/mocha/issues/4136): Disallow `this.skip()` within `after` hooks
14+
- [#3967](https://github.com/mochajs/mocha/issues/3967): Remove deprecated `getOptions()` and `lib/cli/options.js` ([**@juergba**](https://github.com/juergba))
15+
- [#4083](https://github.com/mochajs/mocha/issues/4083): Uncaught exception in `pending` test: don't swallow, but retrospectively fail the test for correct exit code ([**@juergba**](https://github.com/juergba))
16+
- [#4004](https://github.com/mochajs/mocha/issues/4004): Align `Mocha` constructor's option names with command-line options ([**@juergba**](https://github.com/juergba))
1717

1818
## :tada: Enhancements
1919

20-
- #3980: Refactor and improve `--watch` mode with chokidar (@geigerzaehler):
20+
- [#3980](https://github.com/mochajs/mocha/issues/3980): Refactor and improve `--watch` mode with chokidar ([**@geigerzaehler**](https://github.com/geigerzaehler)):
2121
- adds command-line options `--watch-files` and `--watch-ignore`
2222
- removes `--watch-extensions`
23-
- #3979: Type "rs\n" to restart tests (@broofa)
23+
- [#3979](https://github.com/mochajs/mocha/issues/3979): Type "rs\\n" to restart tests ([**@broofa**](https://github.com/broofa))
2424

2525
## :fax: Deprecations
2626

2727
These are _soft_-deprecated, and will emit a warning upon use. Support will be removed in (likely) the next major version of Mocha:
2828

29-
- #3968: Deprecate legacy configuration via `mocha.opts` (@juergba)
29+
- [#3968](https://github.com/mochajs/mocha/issues/3968): Deprecate legacy configuration via `mocha.opts` ([**@juergba**](https://github.com/juergba))
3030

3131
## :bug: Fixes
3232

33-
- #4125: Fix timeout handling with `--inspect-brk`/`--inspect` (@juergba)
34-
- #4070: `Mocha` constructor: improve browser setup (@juergba)
35-
- #4068: XUnit reporter should handle exceptions during diff generation (@rgroothuijsen)
36-
- #4030: Fix `--allow-uncaught` with `this.skip()` (@juergba)
33+
- [#4125](https://github.com/mochajs/mocha/issues/4125): Fix timeout handling with `--inspect-brk`/`--inspect` ([**@juergba**](https://github.com/juergba))
34+
- [#4070](https://github.com/mochajs/mocha/issues/4070): `Mocha` constructor: improve browser setup ([**@juergba**](https://github.com/juergba))
35+
- [#4068](https://github.com/mochajs/mocha/issues/4068): XUnit reporter should handle exceptions during diff generation ([**@rgroothuijsen**](https://github.com/rgroothuijsen))
36+
- [#4030](https://github.com/mochajs/mocha/issues/4030): Fix `--allow-uncaught` with `this.skip()` ([**@juergba**](https://github.com/juergba))
3737

3838
## :mag: Coverage
3939

40-
- #4109: Add Node.js v13.x to CI test matrix (@juergba)
40+
- [#4109](https://github.com/mochajs/mocha/issues/4109): Add Node.js v13.x to CI test matrix ([**@juergba**](https://github.com/juergba))
4141

4242
## :book: Documentation
4343

44-
- #4129: Fix broken links (@SaeromB)
45-
- #4127: Add reporter alias names to docs (@khg0712)
46-
- #4101: Clarify invalid usage of `done()` (@jgehrcke)
47-
- #4092: Replace `:coffee:` with emoji ☕️ (@pzrq)
48-
- #4088: Initial draft of project charter (@boneskull)
49-
- #4066: Change `sh` to `bash` for code block in docs/index.md (@HyunSangHan)
50-
- #4045: Update README.md concerning GraphicsMagick installation (@HyunSangHan)
51-
- #3988: Fix sponsors background color for readability (@outsideris)
44+
- [#4129](https://github.com/mochajs/mocha/issues/4129): Fix broken links ([**@SaeromB**](https://github.com/SaeromB))
45+
- [#4127](https://github.com/mochajs/mocha/issues/4127): Add reporter alias names to docs ([**@khg0712**](https://github.com/khg0712))
46+
- [#4101](https://github.com/mochajs/mocha/issues/4101): Clarify invalid usage of `done()` ([**@jgehrcke**](https://github.com/jgehrcke))
47+
- [#4092](https://github.com/mochajs/mocha/issues/4092): Replace `:coffee:` with emoji ☕️ ([**@pzrq**](https://github.com/pzrq))
48+
- [#4088](https://github.com/mochajs/mocha/issues/4088): Initial draft of project charter ([**@boneskull**](https://github.com/boneskull))
49+
- [#4066](https://github.com/mochajs/mocha/issues/4066): Change `sh` to `bash` for code block in docs/index.md ([**@HyunSangHan**](https://github.com/HyunSangHan))
50+
- [#4045](https://github.com/mochajs/mocha/issues/4045): Update README.md concerning GraphicsMagick installation ([**@HyunSangHan**](https://github.com/HyunSangHan))
51+
- [#3988](https://github.com/mochajs/mocha/issues/3988): Fix sponsors background color for readability ([**@outsideris**](https://github.com/outsideris))
5252

5353
## :nut_and_bolt: Other
5454

55-
- #4118: Update node-environment-flags to 1.0.6 (@kylef)
56-
- #4097: Add GH Funding Metadata (@SheetJSDev)
57-
- #4089: Add funding information to `package.json` (@Munter)
58-
- #4077: Improve integration tests (@soobing)
55+
- [#4118](https://github.com/mochajs/mocha/issues/4118): Update node-environment-flags to 1.0.6 ([**@kylef**](https://github.com/kylef))
56+
- [#4097](https://github.com/mochajs/mocha/issues/4097): Add GH Funding Metadata ([**@SheetJSDev**](https://github.com/SheetJSDev))
57+
- [#4089](https://github.com/mochajs/mocha/issues/4089): Add funding information to `package.json` ([**@Munter**](https://github.com/Munter))
58+
- [#4077](https://github.com/mochajs/mocha/issues/4077): Improve integration tests ([**@soobing**](https://github.com/soobing))
5959

6060
# 6.2.2 / 2019-10-18
6161

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: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha",
3-
"version": "6.2.2",
3+
"version": "7.0.0",
44
"description": "simple, flexible, fun test framework",
55
"keywords": [
66
"mocha",
@@ -197,6 +197,9 @@
197197
"hokaccha <[email protected]>",
198198
"Honza Javorek <[email protected]>",
199199
"Hugo Giraudel <[email protected]>",
200+
"Hugo Kim <[email protected]>",
201+
"HYUNSANG HAN <[email protected]>",
202+
"HyunSangHan <[email protected]>",
200203
"Ian Storm Taylor <[email protected]>",
201204
"Ian W. Remmel <[email protected]>",
202205
"Ian Young <[email protected]>",
@@ -220,6 +223,7 @@
220223
"Jan Kopriva <[email protected]>",
221224
"Jan Krems <[email protected]>",
222225
"Jan Lehnardt <[email protected]>",
226+
"Jan-Philip Gehrcke <[email protected]>",
223227
"Jason Barry <[email protected]>",
224228
"Jason Lai <[email protected]>",
225229
"Jason Leyba <[email protected]>",
@@ -285,6 +289,7 @@
285289
"Konstantin Käfer <[email protected]>",
286290
"Kris Rasmussen <[email protected]>",
287291
"Kunal Nagpal <[email protected]>",
292+
"Kyle Fuller <[email protected]>",
288293
"Kyle Mitchell <[email protected]>",
289294
"lakmeer <[email protected]>",
290295
"Lane Kelly <[email protected]>",
@@ -355,6 +360,7 @@
355360
"oveddan <[email protected]>",
356361
"P. Roebuck <[email protected]>",
357362
"Panu Horsmalahti <[email protected]>",
363+
"Park Seong-beom <[email protected]>",
358364
"Parker Moore <[email protected]>",
359365
"Pascal <[email protected]>",
360366
"Pat Finnigan <[email protected]>",
@@ -365,6 +371,7 @@
365371
"Pete Hawkins <[email protected]>",
366372
"Peter Müller <[email protected]>",
367373
"Peter Rust <[email protected]>",
374+
"Peter Schmidt <[email protected]>",
368375
"Phil Sung <[email protected]>",
369376
"Philip M. White <[email protected]>",
370377
"Piotr Kuczynski <[email protected]>",
@@ -377,6 +384,7 @@
377384
378385
"Raynos <[email protected]>",
379386
"Refael Ackermann <[email protected]>",
387+
"Rens Groothuijsen <[email protected]>",
380388
"Rich Trott <[email protected]>",
381389
"Richard Dingwall <[email protected]>",
382390
"Richard Knop <[email protected]>",
@@ -385,6 +393,7 @@
385393
"Rob Loach <[email protected]>",
386394
"Rob Raux <[email protected]>",
387395
"Rob Wu <[email protected]>",
396+
"Robert Kieffer <[email protected]>",
388397
"Robert Rossmann <[email protected]>",
389398
"Romain Prieto <[email protected]>",
390399
"Roman Neuhauser <[email protected]>",
@@ -399,6 +408,7 @@
399408
"Ryan Tablada <[email protected]>",
400409
"Ryunosuke SATO <[email protected]>",
401410
411+
"Saerom Bang <[email protected]>",
402412
"Salehen Shovon Rahman <[email protected]>",
403413
"Sam Mussell <[email protected]>",
404414
"samuel goldszmidt <[email protected]>",
@@ -415,6 +425,7 @@
415425
"Sergio Santoro <[email protected]>",
416426
"Shaine Hatch <[email protected]>",
417427
"Shawn Krisman <telaviv@github>",
428+
"SheetJSDev <[email protected]>",
418429
"Shinnosuke Watanabe <[email protected]>",
419430
"silentcloud <[email protected]>",
420431
"Silvio Massari <[email protected]>",
@@ -426,6 +437,8 @@
426437
427438
428439
"solodynamo <[email protected]>",
440+
"Sona Lee <[email protected]>",
441+
"Soobin Bak <[email protected]>",
429442
"Sorin Iclanzan <[email protected]>",
430443
"Standa Opichal <[email protected]>",
431444
"startswithaj <[email protected]>",

0 commit comments

Comments
 (0)