Releases: mochajs/mocha
Releases · mochajs/mocha
v10.1.0
10.1.0 / 2022-10-16
🎉 Enhancements
🔩 Other
- #4912: Browser: increase contrast for replay buttons (@JoshuaKGoldberg)
- #4905: Use standard
Promise.allSettled
instead of polyfill (@outsideris) - #4899: Upgrade official GitHub actions to latest (@ddzz)
- #4770: Fix regex in function
clean
(@yetingli)
v10.0.0
10.0.0 / 2022-05-01
💥 Breaking Changes
-
#4863: Rename executable
bin/mocha
tobin/mocha.js
(@juergba) -
#4865:
--ignore
option in Windows: upgrade Minimatch (@juergba)
🔩 Other
-
#4876: Add Node.js v18 to CI test matrix (@outsideris)
-
#4852: Replace deprecated
String.prototype.substr()
(@CommanderRoot)
Also thanks to @ea2305 and @SukkaW for improvements to our documentation.
v9.2.2
v9.2.1
v9.2.0
v9.1.4
9.1.4 / 2022-01-14
Please also note our announcements.
🐛 Fixes
🔩 Other
- #4777: Add Node v17 to CI test matrix (@outsideris)
v9.1.3
9.1.3 / 2021-10-15
Please also note our announcements.
🐛 Fixes
🔩 Other
- #4764: Revert deprecation of
EVENT_SUITE_ADD_*
events (@beatfactor)
v9.1.2
v9.1.1
9.1.1 / 2021-08-28
Please also note our announcements.
🐛 Fixes
- #4623:
XUNIT
andJSON
reporter crash inparallel
mode (@curtisman)