|
| 1 | +2.4.0 / 2016-01-25 |
| 2 | +================== |
| 3 | + |
| 4 | +* [#1945] - Correctly skip tests when skipping in suite's before() ([@ryanshawty]) |
| 5 | +* [#2056] - chore(license): update license year to 2016 ([@pra85]) |
| 6 | +* [#2048] - Fix `this.skip` from spec with HTML reporter ([@mislav]) |
| 7 | +* [#2033] - Update tests for newer versions of should.js ([@tomhughes]) |
| 8 | +* [#2037] - Fix for memory leak caused by referenced to deferred test ([@bd82]) |
| 9 | +* [#2038] - Also run Travis-CI on node.js 4 & 5 ([@bd82]) |
| 10 | +* [#2028] - Remove reference to test before afterAll hook runs ([@stonelgh]) |
| 11 | +* Bump mkdirp to 0.5.1 to support strict mode ([@danielstjules]) |
| 12 | +* [#1977] - safely stringify PhantomJS undefined value ([@ahamid]) |
| 13 | +* Add the ability to retry tests ([@@longlho]) |
| 14 | +* [#1982] - Enable --log-timer-events option [@Alaneor] |
| 15 | +* Fix #1980: Load mocha.opts from bin/mocha and bin/_mocha ([@danielstjules]) |
| 16 | +* [#1976] - Simplify function call ([@iclanzan]) |
| 17 | +* [#1963] - Add support --perf-basic-prof ([@robraux]) |
| 18 | +* [#1981] - Fix HTML reporter handling of done and exceptions ([@Standard8]) |
| 19 | +* [#1993] - propagate "file" property for "exports" interface ([@segrey]) |
| 20 | +* [#1999] - Add support for strict mode ([@tmont]) |
| 21 | +* [#2005] - XUnit Reporter Writes to stdout, falls back to console.log ([@jonnyreeves]) |
| 22 | +* [#2021] - Fix non ES5 compliant regexp ([@zetaben]) |
| 23 | +* [#1965] - Don't double install BDD UI ([@cowboyd]) |
| 24 | +* [#1995] - Make sure the xunit output dir exists before writing to it ([@ianwremmel]) |
| 25 | +* Use chalk for the base reporter colors; closes #1200 ([@boneskull]) |
| 26 | +* Fix requiring custom interfaces ([@jgkim]) |
| 27 | +* [#1967] Silence Bluebird js warnings ([@krisr]) |
| 28 | + |
| 29 | +[#1945]: https://github.com/mochajs/mocha/pull/1945 |
| 30 | +[#2056]: https://github.com/mochajs/mocha/pull/2056 |
| 31 | +[#2048]: https://github.com/mochajs/mocha/pull/2048 |
| 32 | +[#2033]: https://github.com/mochajs/mocha/pull/2033 |
| 33 | +[#2037]: https://github.com/mochajs/mocha/pull/2037 |
| 34 | +[#2038]: https://github.com/mochajs/mocha/pull/2038 |
| 35 | +[#2028]: https://github.com/mochajs/mocha/pull/2028 |
| 36 | +[#1977]: https://github.com/mochajs/mocha/pull/1977 |
| 37 | +[#1982]: https://github.com/mochajs/mocha/pull/1982 |
| 38 | +[#1976]: https://github.com/mochajs/mocha/pull/1976 |
| 39 | +[#1963]: https://github.com/mochajs/mocha/pull/1963 |
| 40 | +[#1981]: https://github.com/mochajs/mocha/pull/1981 |
| 41 | +[#1993]: https://github.com/mochajs/mocha/pull/1993 |
| 42 | +[#1999]: https://github.com/mochajs/mocha/pull/1999 |
| 43 | +[#2005]: https://github.com/mochajs/mocha/pull/2005 |
| 44 | +[#2021]: https://github.com/mochajs/mocha/pull/2021 |
| 45 | +[1965#]: https://github.com/mochajs/mocha/pull/1965 |
| 46 | +[#1995]: https://github.com/mochajs/mocha/pull/1995 |
| 47 | +[#1967]: https://github.com/mochajs/mocha/pull/1967 |
| 48 | +[@ryanshawty]: https://github.com/ryanshawty |
| 49 | +[@pra85]: https://github.com/pra85 |
| 50 | +[@mislav]: https://github.com/mislav |
| 51 | +[@tomhughes]: https://github.com/tomhughes |
| 52 | +[@bd82]: https://github.com/bd82 |
| 53 | +[@stonelgh]: https://github.com/stonelgh |
| 54 | +[@danielstjules]: https://github.com/danielstjules |
| 55 | +[@ahamid]: https://github.com/ahamid |
| 56 | +[@longlho]: https://github.com/longlho |
| 57 | +[@Alaneor]: https://github.com/Alaneor |
| 58 | +[@iclanzan]: https://github.com/iclanzan |
| 59 | +[@robraux]: https://github.com/robraux |
| 60 | +[@Standard8]: https://github.com/Standard8 |
| 61 | +[@segrey]: https://github.com/segrey |
| 62 | +[@tmont]: https://github.com/tmont |
| 63 | +[@jonnyreeves]: https://github.com/jonnyreeves |
| 64 | +[@zetaben]: https://github.com/zetaben |
| 65 | +[@cowboyd]: https://github.com/cowboyd |
| 66 | +[@ianwremmel]: https://github.com/ianwremmel |
| 67 | +[@boneskull]: https://github.com/boneskull |
| 68 | +[@jgkim]: https://github.com/jgkim |
| 69 | +[@krisr]: https://github.com/krisr |
1 | 70 |
|
2 | 71 | 2.3.4 / 2015-11-15
|
3 | 72 | ==================
|
|
0 commit comments