diff --git a/AUTHORS.txt b/AUTHORS.txt index bf96f6da7..9ef7439be 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -137,3 +137,4 @@ Dustin Specker Gaurav Munjal Invis1ble David Chan +Ryan T diff --git a/History.md b/History.md index 383e19b9b..16288c7fb 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,23 @@ +2.3.0 / 2017-03-29 +================== + + * Core: Test#pushFailure now calls Test#pushResult + * HTML Reporter: Display todo tests on hidepassed + * CLI: Add support for custom reporters + * CLI: Properly support aborting and restarting tests + * CLI: Add file watching option + * Core: Revamp processing order to one test at a time + * Core: Remove parameter from ProcessingQueue#advance + * CLI: Add description to help command + * CLI: Add seed option + * Core: Account for validity of test in test counts + * CLI: Support filtering tests + * Core: Extract processing logic into ProcessingQueue + * Tests: Add CLI tests + * CLI: Introduce QUnit CLI + * Readme: Add detailed release instructions + * All: Enable ESLint prefer-const rule (#1109) + 2.2.1 / 2017-03-19 ================== diff --git a/package.json b/package.json index da98feb13..72be55878 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "qunitjs", "title": "QUnit", "description": "An easy-to-use JavaScript Unit Testing framework.", - "version": "2.2.2-pre", + "version": "2.3.0-pre", "homepage": "https://qunitjs.com", "author": { "name": "jQuery Foundation and other contributors",