Back to Qunit

QUnit 1.10.0 Released

docs/_posts/2012-08-30-qunit-1-10-0.md

2.25.0999 B
Original Source

Changelog

  • All: Simplify licensing to only MIT, no more MIT/GPL dual licensing.
  • Assert: Equiv for assert.deepEqual() now recognizes the ES6 sticky "y" flag for RegExp objects. #284
  • Assert: Make QUnit.expect() without arguments behave as a getter. #226
  • Core: Add module and test name to the data provided via QUnit.log(). #296
  • Core: Keep a local reference to Date for internal use. #283
  • HTML Reporter: Add a UI for the module filter.
  • HTML Reporter: Always display of global errors regardless of filtering URL parameters. #288
  • HTML Reporter: Scroll the window back to top after tests finished running. #304

See also