|
| 1 | +2.3.3 / 2015-09-19 |
| 2 | +================== |
| 3 | + |
| 4 | + * [#1875] - Fix Markdown reporter exceeds maximum call stack size ([@danielstjules]) |
| 5 | + * [#1864] - Fix xunit missing output with --reporter-options output ([@danielstjules]) |
| 6 | + * [#1846] - Support all harmony flags ([@danielstjules]) |
| 7 | + * Fix fragile xunit reporter spec ([@danielstjules]) |
| 8 | + * [#1669] - Fix catch uncaught errors outside test suite execution ([@danielstjules]) |
| 9 | + * [#1868] - Revert jade to support npm < v1.3.7 ([@danielstjules]) |
| 10 | + * [#1766] - Don't remove modules/components from stack trace in the browser ([@danielstjules]) |
| 11 | + * [#1798] - Fix correctly attribute mutiple done err with hooks ([@danielstjules]) |
| 12 | + * Fix use utils.reduce for IE8 compatibility ([@wsw0108]) |
| 13 | + * Some linting errors fixed by [@danielstjules] |
| 14 | + * Call the inspect() function if message is not set ([@kevinburke]) |
| 15 | + |
| 16 | +[#1875]: https://github.com/mochajs/mocha/issues/1875 |
| 17 | +[#1864]: https://github.com/mochajs/mocha/issues/1864 |
| 18 | +[#1846]: https://github.com/mochajs/mocha/issues/1846 |
| 19 | +[#1669]: https://github.com/mochajs/mocha/issues/1669 |
| 20 | +[#1868]: https://github.com/mochajs/mocha/issues/1868 |
| 21 | +[#1766]: https://github.com/mochajs/mocha/issues/1766 |
| 22 | +[#1798]: https://github.com/mochajs/mocha/issues/1798 |
| 23 | +[@danielstjules]: https://github.com/danielstjules |
| 24 | +[@wsw0108]: https://github.com/wsw0108 |
| 25 | +[@kevinburke]: https://github.com/kevinburke |
| 26 | + |
1 | 27 | 2.3.2 / 2015-09-07 |
2 | 28 | ================== |
3 | 29 | * [#1868] - Fix compatibility with older versions of NPM ([@boneskull]) |
4 | 30 |
|
5 | 31 | [#1868]: https://github.com/mochajs/mocha/issues/1868 |
6 | | - |
| 32 | + |
7 | 33 | 2.3.1 / 2015-09-06 |
8 | 34 | ================== |
9 | 35 |
|
|
23 | 49 | * [#1230] - More descriptive beforeEach/afterEach messages ([@duncanbeevers]) |
24 | 50 | * [#1787] - Scope loading behaviour instead of using early return ([@aryeguy]) |
25 | 51 | * [#1789] - Fix: html-runner crashing ([@sunesimonsen]) |
26 | | - * [#1749] - Fix maximum call stack error on large amount of tests ([@tinganho]) |
| 52 | + * [#1749] - Fix maximum call stack error on large amount of tests ([@tinganho]) |
27 | 53 | * [#1230] - Decorate failed hook titles with test title ([@duncanbeevers]) |
28 | 54 | * [#1260] - Build using Browserify ([@ndhoule]) |
29 | 55 | * [#1728] - Don't use `__proto__` ([@ndhoule]) |
|
32 | 58 | * [#1766] - Fix overly aggressive stack suppression ([@moll]) |
33 | 59 | * [#1752] - Avoid potential infinite loop ([@gsilk]) |
34 | 60 | * [#1761] - Fix problems running under PhantomJS ([@chromakode]) |
35 | | - * [#1700] - Fix more problems running under PhantomJS ([@jbnicolai]) |
| 61 | + * [#1700] - Fix more problems running under PhantomJS ([@jbnicolai]) |
36 | 62 | * [#1774] - Support escaped spaces in CLI options ([@adamgruber]) |
37 | 63 | * [#1687] - Fix HTML reporter links with special chars ([@benvinegar]) |
38 | 64 | * [#1359] - Adopt code style and enforce it using ESLint ([@ndhoule] w/ assist from [@jbnicolai] & [@boneskull]) |
|
0 commit comments