Skip to content

Releases: mochajs/mocha

v3.5.2

10 Sep 21:24
Compare
Choose a tag to compare

3.5.2 / 2017-09-10

🐛 Fixes

v3.5.1

10 Sep 05:10
Compare
Choose a tag to compare

3.5.1 / 2017-09-09

📰 News

  • 📣 Mocha is now sponsoring PDXNode! If you're in the Portland area, come check out the monthly talks and hack nights!

🐛 Fixes

  • #2997: Fix missing xit export for "require" interface (@solodynamo)
  • #2957: Fix unicode character handling in XUnit reporter failures (@jkrems)

🔩 Other

v3.5.0

31 Jul 20:19
Compare
Choose a tag to compare

v3.5.0 / 2017-07-31

📰 News

  • Mocha now has a code of conduct (thanks @kungapal!).
  • Old issues and PRs are now being marked "stale" by Probot's "Stale" plugin. If an issue is marked as such, and you would like to see it remain open, simply add a new comment to the ticket or PR.
  • WARNING: Support for non-ES5-compliant environments will be dropped starting with version 4.0.0 of Mocha!

🔒 Security Fixes

🎉 Enhancements

  • #2696: Add --forbid-only and --forbid-pending flags. Use these in CI or hooks to ensure tests aren't accidentally being skipped! (@charlierudolph)
  • #2813: Support Node.js 8's --napi-modules flag (@jupp0r)

🔩 Other

fake-success

24 May 16:06
Compare
Choose a tag to compare

3.4.2 / 2017-05-24

🐛 Fixes

🔩 Other

Ohai CRLF...

14 May 19:18
Compare
Choose a tag to compare

Fixed a publishing mishap with git's autocrlf settings.

v3.4.0

14 May 18:30
Compare
Choose a tag to compare

Mocha is now moving to a quicker release schedule: when non-breaking changes are merged, a release should happen that week.

This week's highlights:

  • allowUncaught added to commandline as --allow-uncaught (and bugfixed)
  • warning-related Node flags

🎉 Enhancements

🐛 Fixes

🔩 Other

coverave

24 Apr 09:12
Compare
Choose a tag to compare

Thanks to all our contributors, maintainers, sponsors, and users! ❤️

As highlights:

  • We've got coverage now!
  • Testing is looking less flaky \o/.
  • No more nitpicking about "mocha.js" build on PRs.

🎉 Enhancements

  • #2659: Adds support for loading reporter from an absolute or relative path (@sul4bh)
  • #2769: Support --inspect-brk on command-line (@igwejk)

🐛 Fixes

  • #2662: Replace unicode chars w/ hex codes in HTML reporter (@rotemdan)

🔍 Coverage

🔩 Other

testing-coma

24 Nov 23:58
Compare
Choose a tag to compare

3.2.0 / 2016-11-24

📰 News

Mocha is now a JS Foundation Project!

Mocha is proud to have joined the JS Foundation. For more information, read the announcement.

Contributor License Agreement

Under the foundation, all contributors to Mocha must sign the JS Foundation CLA before their code can be merged. When sending a PR--if you have not already signed the CLA--a friendly bot will ask you to do so.

Mocha remains licensed under the MIT license.

🐛 Bug Fix

  • #2535: Fix crash when --watch encounters broken symlinks (@villesau)
  • #2593: Fix (old) regression; incorrect symbol shown in list reporter (@Aldaviva)
  • #2584: Fix potential error when running XUnit reporter (@vobujs)

🎉 Enhancement

🔩 Other

Thanks to all our contributors, sponsors and backers! Keep on the lookout for a public roadmap and new contribution guide coming soon.

sock-monkeypatch

11 Oct 05:36
Compare
Choose a tag to compare

3.1.2 / 2016-10-10

🐛 Bug Fix

  • #2528: Recovery gracefully if an Error's stack property isn't writable ([@boneskull])

useless-box

10 Oct 06:26
Compare
Choose a tag to compare

3.1.1 / 2016-10-09

🐛 Bug Fix

🔩 Other