|
2 | 2 |
|
3 | 3 | ## :tada: Enhancements
|
4 | 4 |
|
5 |
| -- #4506: Add error code for test timeout errors (@boneskull) |
6 |
| -- #4112: Add BigInt support to stringify util function (@JosejeSinohui) |
| 5 | +- [#4506](https://github.com/mochajs/mocha/issues/4506): Add error code for test timeout errors ([**@boneskull**](https://github.com/boneskull)) |
| 6 | +- [#4112](https://github.com/mochajs/mocha/issues/4112): Add BigInt support to stringify util function ([**@JosejeSinohui**](https://github.com/JosejeSinohui)) |
7 | 7 |
|
8 | 8 | ## :bug: Fixes
|
9 | 9 |
|
10 |
| -- #4557: Add file location when SyntaxError happens in ESM (@giltayar) |
11 |
| -- #4521: Fix `require` error when bundling Mocha with Webpack (@devhazem) |
| 10 | +- [#4557](https://github.com/mochajs/mocha/issues/4557): Add file location when SyntaxError happens in ESM ([**@giltayar**](https://github.com/giltayar)) |
| 11 | +- [#4521](https://github.com/mochajs/mocha/issues/4521): Fix `require` error when bundling Mocha with Webpack ([**@devhazem**](https://github.com/devhazem)) |
12 | 12 |
|
13 | 13 | ## :book: Documentation
|
14 | 14 |
|
15 |
| -- #4507: Add support for typescript-style docstrings (@boneskull) |
16 |
| -- #4503: Add GH Actions workflow status badge (@outsideris) |
17 |
| -- #4494: Add example of generating tests dynamically with a closure (@maxwellgerber) |
| 15 | +- [#4507](https://github.com/mochajs/mocha/issues/4507): Add support for typescript-style docstrings ([**@boneskull**](https://github.com/boneskull)) |
| 16 | +- [#4503](https://github.com/mochajs/mocha/issues/4503): Add GH Actions workflow status badge ([**@outsideris**](https://github.com/outsideris)) |
| 17 | +- [#4494](https://github.com/mochajs/mocha/issues/4494): Add example of generating tests dynamically with a closure ([**@maxwellgerber**](https://github.com/maxwellgerber)) |
18 | 18 |
|
19 | 19 | ## :nut_and_bolt: Other
|
20 | 20 |
|
21 |
| -- #4556: Upgrade all dependencies to latest stable (@AviVahl) |
22 |
| -- #4543: Update dependencies yargs and yargs-parser (@juergba) |
| 21 | +- [#4556](https://github.com/mochajs/mocha/issues/4556): Upgrade all dependencies to latest stable ([**@AviVahl**](https://github.com/AviVahl)) |
| 22 | +- [#4543](https://github.com/mochajs/mocha/issues/4543): Update dependencies yargs and yargs-parser ([**@juergba**](https://github.com/juergba)) |
23 | 23 |
|
24 |
| -Also thanks to @outsideris and @HyunSangHan for various fixes to our website and documentation. |
| 24 | +Also thanks to [**@outsideris**](https://github.com/outsideris) and [**@HyunSangHan**](https://github.com/HyunSangHan) for various fixes to our website and documentation. |
25 | 25 |
|
26 | 26 | # 8.2.1 / 2020-11-02
|
27 | 27 |
|
|
0 commit comments