Back to Qunit

QUnit 2.1.0 Released

docs/_posts/2016-12-05-qunit-2-1-0.md

2.25.0838 B
Original Source

Changelog

  • Core: Support a predefined [QUnit.config]({% link api/config/index.md %})
  • Core: Fix clearing of storage on done.
  • Core: Always report if test previously failed.
  • Core: New config.storage option.
  • Core: Load the onerror module.
  • Core: Fix QUnit.equiv object methods comparison.
  • Core: Support multiple nested modules hooks properly.
  • Core: Fire moduleStart only when starting module for the first time.
  • Core: Fire moduleDone when actually finished with module.
  • HTML Reporter: Decouple from sessionStorage reordering logic.
  • HTML Reporter: Fix expanding failed tests when collapse is false.
  • HTML Reporter: Handle URL params named like Object.prototype properties.
  • Release: Use SPDX format in bower.json's license.

See also