Skip to content

1.16.0

Compare
Choose a tag to compare
@jzaefferer jzaefferer released this 13 Sep 16:09

Added

  • Assert: Add assert.raises() as alias for assert.throws().
  • Assert: New assert.async() method.
  • Core: Add runtime property to QUnit.moduleDone() data.
  • Core: New QUnit.skip() method.
  • Core: QUnit.test() now supports returning Promise and async functions.
  • Core: Add config.modules as array of internal Module objects. #685
  • HTML Reporter: Add runtime of each assertion to result output.
  • HTML Reporter: Add support for activating config.hidepassed via URL query parameters.

Changed

  • Core: Change url() helper to output ?foo instead of ?foo=true.
  • Core: Rename config.module to config.moduleFilter.

Fixed

  • Assert: Fail assertions after existing assert.async() flows are resolved.
  • Core: Restore and warn if some logging callback gets modified.
  • Core: Throws an error on non-function params for logging methods.
  • Core: Defer begin event till tests actually starts.
  • Core: Detail modules and tests names in the logging callbacks.
  • Core: Use Error#stack without throwing when available.
  • Dump: Configurable limit for object depth.