Skip to content

Commit

Permalink
Release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Aug 30, 2012
1 parent 08358e1 commit 900f720
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
1.10.0 / 2012-08-30
==================

* Simplify licensing: Only MIT, no more MIT/GPL dual licensing.
* Scroll the window back to top after tests finished running. Fixes #304
* Simplify phantomjs runner to use module property in testDone callback
* Adds module and test name to the information that is returned in the callback provided to QUnit.log(Function). Fixes #296
* Make QUnit.expect() (without arguments) a getter. Fixes #226
* Compare the ES6 sticky (y) property for RegExp. Can't add to tests yet. Fixes #284 - deepEqual for RegExp should compare
* onerror: force display of global errors despite URL parameters. Fixes #288 - Global failures can be filtered out by test-limiting URL parameters
* Remove conditional codepath based on jQuery presence from reset().
* Add module filter to UI
* Keep a local reference to Date. Fixes #283.
* Update copyright to jQuery Foundation.

1.9.0 / 2012-07-11
==================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "qunitjs",
"title": "QUnit",
"description": "An easy-to-use JavaScript Unit Testing framework.",
"version": "1.10.0pre",
"version": "1.10.0",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/qunit/blob/master/AUTHORS.txt"
Expand Down
2 changes: 1 addition & 1 deletion qunit/qunit.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* QUnit v1.10.0pre - A JavaScript Unit Testing Framework
* QUnit v1.10.0 - A JavaScript Unit Testing Framework
*
* http://qunitjs.com
*
Expand Down
2 changes: 1 addition & 1 deletion qunit/qunit.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* QUnit v1.10.0pre - A JavaScript Unit Testing Framework
* QUnit v1.10.0 - A JavaScript Unit Testing Framework
*
* http://qunitjs.com
*
Expand Down

0 comments on commit 900f720

Please sign in to comment.