QUnit 1.18.0 Released

Changelog

  • Assert: New assert.notOk() for asserting falsy values. #745
  • Core: Expose Dump maxDepth property.
  • Core: Expose QUnit version as QUnit.version property.
  • Dump: Fix .name/.property doublettes.
  • HTML Reporter: New diff using Google’s Diff-Patch-Match library.
  • HTML Reporter: Make it more obvious why diff is suppressed.
  • HTML Reporter: Change display text for bad tests.
  • HTML Reporter: Fix checkbox and select handling in IE <9.
  • HTML Reporter: Fix test filter without any module.
  • HTML Reporter: Retain failed tests numbers.

See also