|
| 1 | +# 3.3.0 / 2017-04-24 |
| 2 | + |
| 3 | +Thanks to all our contributors, maintainers, sponsors, and users! ❤️ |
| 4 | + |
| 5 | +As highlights: |
| 6 | + |
| 7 | +- We've got coverage now! |
| 8 | +- Testing is looking less flaky \o/. |
| 9 | +- No more nitpicking about "mocha.js" build on PRs. |
| 10 | + |
| 11 | +## :tada: Enhancements |
| 12 | + |
| 13 | +- [#2659]: Adds support for loading reporter from an absolute or relative path ([@sul4bh]) |
| 14 | +- [#2769]: Support `--inspect-brk` on command-line ([@igwejk]) |
| 15 | + |
| 16 | +## :bug: Fixes |
| 17 | + |
| 18 | +- [#2662]: Replace unicode chars w/ hex codes in HTML reporter ([@rotemdan]) |
| 19 | + |
| 20 | +## :mag: Coverage |
| 21 | + |
| 22 | +- [#2672]: Add coverage for node tests ([@c089], [@Munter]) |
| 23 | +- [#2680]: Increase tests coverage for base reporter ([@epallerols]) |
| 24 | +- [#2690]: Increase tests coverage for doc reporter ([@craigtaub]) |
| 25 | +- [#2701]: Increase tests coverage for landing, min, tap and list reporters ([@craigtaub]) |
| 26 | +- [#2691]: Increase tests coverage for spec + dot reporters ([@craigtaub]) |
| 27 | +- [#2698]: Increase tests coverage for xunit reporter ([@craigtaub]) |
| 28 | +- [#2699]: Increase tests coverage for json-stream, markdown and progress reporters ([@craigtaub]) |
| 29 | +- [#2703]: Cover .some() function in utils.js with tests ([@seppevs]) |
| 30 | +- [#2773]: Add tests for loading reporters w/ relative/absolute paths ([@sul4bh]) |
| 31 | + |
| 32 | +## :nut_and_bolt: Other |
| 33 | + |
| 34 | +- Remove bin/.eslintrc; ensure execs are linted ([@boneskull]) |
| 35 | +- [#2542]: Expand CONTRIBUTING.md ([@boneskull]) |
| 36 | +- [#2660]: Double timeouts on integration tests ([@Munter]) |
| 37 | +- [#2653]: Update copyright year ([@Scottkao85], [@Munter]) |
| 38 | +- [#2621]: Update dependencies to enable Greenkeeper ([@boneskull], [@greenkeeper]) |
| 39 | +- [#2625]: Use trusty container in travis-ci; use "artifacts" addon ([@boneskull]) |
| 40 | +- [#2670]: doc(CONTRIBUTING): fix link to org members ([@coderbyheart]) |
| 41 | +- Add Mocha propaganda to README.md ([@boneskull]) |
| 42 | +- [#2470]: Avoid test flake in "delay" test ([@boneskull]) |
| 43 | +- [#2675]: Limit browser concurrency on sauce ([@boneskull]) |
| 44 | +- [#2669]: Use temporary test-only build of mocha.js for browsers tests ([@Munter]) |
| 45 | +- Fix "projects" link in README.md ([@boneskull]) |
| 46 | +- [#2678]: Chore(Saucelabs): test on IE9, IE10 and IE11 ([@coderbyheart]) |
| 47 | +- [#2648]: Use `semistandard` directly ([@kt3k]) |
| 48 | +- [#2727]: Make the build reproducible ([@lamby]) |
| 49 | + |
| 50 | +[@boneskull]: https://github.com/boneskull |
| 51 | +[@c089]: https://github.com/c089 |
| 52 | +[@coderbyheart]: https://github.com/coderbyheart |
| 53 | +[@craigtaub]: https://github.com/craigtaub |
| 54 | +[@epallerols]: https://github.com/epallerols |
| 55 | +[@greenkeeper]: https://github.com/greenkeeper |
| 56 | +[@igwejk]: https://github.com/igwejk |
| 57 | +[@kt3k]: https://github.com/kt3k |
| 58 | +[@lamby]: https://github.com/lamby |
| 59 | +[@Munter]: https://github.com/Munter |
| 60 | +[@rotemdan]: https://github.com/rotemdan |
| 61 | +[@seppevs]: https://github.com/seppevs |
| 62 | +[@sul4bh]: https://github.com/sul4bh |
| 63 | + |
| 64 | +[#2470]: https://github.com/mochajs/mocha/pull/2470 |
| 65 | +[#2542]: https://github.com/mochajs/mocha/issues/2542 |
| 66 | +[#2621]: https://github.com/mochajs/mocha/pull/2621 |
| 67 | +[#2625]: https://github.com/mochajs/mocha/pull/2625 |
| 68 | +[#2648]: https://github.com/mochajs/mocha/pull/2648 |
| 69 | +[#2653]: https://github.com/mochajs/mocha/pull/2653 |
| 70 | +[#2659]: https://github.com/mochajs/mocha/pull/2659 |
| 71 | +[#2660]: https://github.com/mochajs/mocha/pull/2660 |
| 72 | +[#2662]: https://github.com/mochajs/mocha/pull/2662 |
| 73 | +[#2669]: https://github.com/mochajs/mocha/pull/2669 |
| 74 | +[#2670]: https://github.com/mochajs/mocha/pull/2670 |
| 75 | +[#2672]: https://github.com/mochajs/mocha/pull/2672 |
| 76 | +[#2675]: https://github.com/mochajs/mocha/pull/2675 |
| 77 | +[#2678]: https://github.com/mochajs/mocha/pull/2678 |
| 78 | +[#2680]: https://github.com/mochajs/mocha/pull/2680 |
| 79 | +[#2690]: https://github.com/mochajs/mocha/pull/2690 |
| 80 | +[#2691]: https://github.com/mochajs/mocha/pull/2691 |
| 81 | +[#2698]: https://github.com/mochajs/mocha/pull/2698 |
| 82 | +[#2699]: https://github.com/mochajs/mocha/pull/2699 |
| 83 | +[#2701]: https://github.com/mochajs/mocha/pull/2701 |
| 84 | +[#2703]: https://github.com/mochajs/mocha/pull/2703 |
| 85 | +[#2727]: https://github.com/mochajs/mocha/pull/2727 |
| 86 | +[#2769]: https://github.com/mochajs/mocha/pull/2769 |
| 87 | +[#2773]: https://github.com/mochajs/mocha/pull/2773 |
| 88 | + |
1 | 89 | # 3.2.0 / 2016-11-24
|
2 | 90 |
|
3 | 91 | ## :newspaper: News
|
|
0 commit comments