QUnit 1.10.0 Released

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