Various improvements to the CLI and HTML Reporter.
Archive: 2024
QUnit 2.23.0 Released: Automatic labels
Your data can now directly serve as its own label for test cases, because QUnit.test.each() now automatically assigns labels to each array item.
QUnit 2.22.0 Released: Add test.if
Introduce test.if() and module.if() functions to facilitate conditional skipping.
QUnit 2.21.1 Released: Bug fixes
Various bug fixes, and improved stack trace formatting.
QUnit 2.21.0 Released: Add assert.closeTo
Introduce assert.closeTo() to make number comparisons easy. Credit to James M. Greene for the original qunit-assert-close plugin!
QUnit 2.20.1 Released: Bug fixes
Fix IE compat with sinon.useFakeTimers, and fix hanging assert.async().