File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 6.2.1 / 2019-09-29
2
+
3
+ ## :bug : Fixes
4
+
5
+ - #3955 : tty.getWindowSize is not a function inside a "worker_threads" worker (@1999 )
6
+ - #3970 : remove extraGlobals() (@juergba )
7
+ - #3984 : Update yargs-unparser to v1.6.0 (@juergba )
8
+ - #3983 : Package 'esm': spawn child-process for correct loading (@juergba )
9
+ - #3986 : Update yargs to v13.3.0 and yargs-parser to v13.1.1 (@juergba )
10
+
11
+ ## :book : Documentation
12
+
13
+ - #3886 : fix styles on mochajs.org (@outsideris )
14
+ - #3966 : Remove jsdoc index.html placeholder from eleventy file structure and fix broken link in jsdoc tutorial (@Munter )
15
+ - #3765 : Add Matomo to website (@MarioDiaz98 )
16
+ - #3947 : Clarify effect of .skip() (@oliversalzburg )
17
+
1
18
# 6.2.0 / 2019-07-18
2
19
3
20
## :tada : Enhancements
@@ -228,10 +245,10 @@ Enhancements introduced in [#3556](https://github.com/mochajs/mocha/issues/3556)
228
245
- Use ` --no-config ` or ` --no-package ` to completely disable loading of configuration via RC file and ` package.json ` , respectively
229
246
- Configurations are merged as applicable using the priority list:
230
247
1 . Command-line arguments
231
- 1 . RC file
232
- 1 . ` package.json `
233
- 1 . ` mocha.opts `
234
- 1 . Mocha's own defaults
248
+ 2 . RC file
249
+ 3 . ` package.json `
250
+ 4 . ` mocha.opts `
251
+ 5 . Mocha's own defaults
235
252
- Check out these [ example config files] ( https://github.com/mochajs/mocha/tree/master/example/config )
236
253
237
254
- Node/V8 flag support in ` mocha ` executable:
You can’t perform that action at this time.
0 commit comments