Skip to content

Commit

Permalink
Build: Prepare 2.3.0 release, including authors and history update
Browse files Browse the repository at this point in the history
  • Loading branch information
Trent Willis committed Mar 29, 2017
1 parent b1646e7 commit d43378f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.txt
Expand Up @@ -137,3 +137,4 @@ Dustin Specker <dustinspecker@dustinspecker.com>
Gaurav Munjal <gaurav9576@yahoo.com>
Invis1ble <Invis1ble@users.noreply.github.com>
David Chan <david@troi.org>
Ryan T <ryanto@gmail.com>
20 changes: 20 additions & 0 deletions 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
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit d43378f

Please sign in to comment.