Skip to content

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Jul 11, 2012
1 parent c43ad99 commit e36f17d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@

1.9.0 / 2012-07-11
==================
* added jsdoc for QUnit.assert functions
* Styling: radius to 5px and small pass/error border, remove inner shadow
* Move checkboxes into toolbar and give them labels and descriptions (as tooltip). Fixes #274 - Improve urlFilter API and UI
* Where we recieve no exception in throws() use a relevant message.
* Also make module filter case-insensitive. Follow-up to #252
* Banner: Link should ignore "testNumber" and "module". Fixes #270
* Rename assert.raises to assert.throws. Fixes #267
* Change package.json name property to 'qunitjs' to avoid conflicht with node-qunit; will publish next release to npm

1.8.0 / 2012-06-14
==================
* Improve window.onerror handling
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.9.0pre",
"version": "1.9.0",
"author": "The jQuery Project",
"contributors": [
"John Resig <[email protected]> (http://ejohn.org/)",
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.9.0pre - A JavaScript Unit Testing Framework
* QUnit v1.9.0 - A JavaScript Unit Testing Framework
*
* http://docs.jquery.com/QUnit
*
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.9.0pre - A JavaScript Unit Testing Framework
* QUnit v1.9.0 - A JavaScript Unit Testing Framework
*
* http://docs.jquery.com/QUnit
*
Expand Down

0 comments on commit e36f17d

Please sign in to comment.