Skip to content

Releases: mochajs/mocha

v10.7.3

09 Aug 10:59
d5766c8
Compare
Choose a tag to compare

10.7.3 (2024-08-09)

🩹 Fixes

v10.7.2

06 Aug 18:32
9e0a4bd
Compare
Choose a tag to compare

10.7.2 (2024-08-06)

📚 Documentation

🧹 Chores

v10.7.1

06 Aug 17:03
1528c42
Compare
Choose a tag to compare

10.7.1 (2024-08-06)

🩹 Fixes

  • crash with --parallel and --retries both enabled (#5173) (d7013dd)

🧹 Chores

  • add knip to validate included dependencies (5c2989f)
  • more fully remove assetgraph-builder and canvas (#5175) (1883c41)
  • replace nps with npm scripts (#5128) (c44653a), closes #5126

v10.7.0

20 Jul 19:40
9692b3a
Compare
Choose a tag to compare

What's Changed

  • feat: add option to not fail on failing test suite by @ilgonmic in #4771

New Contributors

Full Changelog: v10.6.1...v10.7.0

v10.6.1

20 Jul 17:37
9a1c458
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.6.0...v10.6.1

v10.6.0

02 Jul 16:17
177732f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.5.2...v10.6.0

v10.5.2

26 Jun 17:55
Compare
Choose a tag to compare

What's Changed

  • fix: better tracking of seen objects in error serialization by @sam-super in #5032

New Contributors

Full Changelog: v10.5.1...v10.5.2

v10.5.1

25 Jun 06:21
103c56b
Compare
Choose a tag to compare

What's Changed

  • fix: Add error handling for nonexistent file case with --file option by @khoaHyh in #5086

New Contributors

Full Changelog: v10.5.0...v10.5.1

v10.5.0

24 Jun 17:38
b9ce511
Compare
Choose a tag to compare

🎉 Enhancements

  • #5015 feat: use <progress> and <svg> for browser progress indicator instead of <canvas> (@yourWaifu)
  • #5143 feat: allow using any 3.x chokidar dependencies (@simhnna)
  • #4835 feat: add MOCHA_OPTIONS env variable (@icholy)

🐛 Fixes

🔩 Other

v10.4.0

26 Mar 18:14
ffd9557
Compare
Choose a tag to compare

10.4.0 / 2024-03-26

🎉 Enhancements

  • #4829 feat: include .cause stacks in the error stack traces (@voxpelli)
  • #4985 feat: add file path to xunit reporter (@bmish)

🐛 Fixes

  • #5074 fix: harden error handling in lib/cli/run.js (@stalet)

🔩 Other