Releases: qunitjs/qunit
Releases · qunitjs/qunit
v1.10.0
- Core: Add module and test name to the information that is returned in the callback provided to
QUnit.log(Function)
. Fixes #296. - Core: Make
QUnit.expect()
without arguments a getter. Fixes #226. - Core: Keep a local reference to Date constructor. Fixes #283.
- Assert: The
deepEqual
method now compares the ES6 stickyy
property for RegExp values. Fixes #284. - HTML Reporter: Scroll the window back to top after tests finished running. Fixes #304.
- HTML Reporter: Force display of global errors despite URL parameters. Fixes #288.
- HTML Reporter: Add module filter to UI.
- Phantomjs plugin: Simplify phantomjs runner to use module property in testDone callback.
- Update copyright to jQuery Foundation.
- Simplify licensing: Only MIT, no more MIT/GPL dual licensing.
v1.9.0
- Assert: Rename
assert.raises()
toassert.throws()
, keeping an alias for compat. #267 - Core: Make the module filter case-insensitive. #252
- HTML Reporter: Link should ignore "testNumber" and "module". #270
- HTML Reporter: Move checkboxes into toolbar and give them labels and tooltip descriptions. #274
- HTML Reporter: Remove use of shadows and change border radius to 5px for pass/error.
- Release: Start publishing to npm under the
qunitjs
package name.