Skip to content

Commit

Permalink
Build: Prepare 2.6.0 release, including authors and history update
Browse files Browse the repository at this point in the history
  • Loading branch information
trentmwillis committed Mar 27, 2018
1 parent fc1c3ce commit 6209ffb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,5 @@ Kevin Ji <kevin.ji@outlook.com>
Adrian Leonhard <adrianleonhard@gmail.com>
Patrick Berkeley <patrickberkeley@gmail.com>
Jean-Philippe Sirois <email@jpsirois.com>
Stephen Yeung <step2yeung@outlook.com>
Trent Willis <twillis@netflix.com>
14 changes: 14 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2.6.0 / 2018-03-26
==================

* Core: Ensure late-add high-priority tests are inserted in proper order
* CLI: Implement --require option
* Test: Refactor startError test to not reload QUnit
* Core: Throw error if no tests are run
* Assert: Support rejecting falsy values against no matcher in rejects
* Assert: Clone actual steps array to avoid passing internal reference
* Test: Add failing test for verifySteps passing reference to log
* Docs: Note that non-string values fail assert.step()
* Assert: Fail test when passing a non string value to assert.step
* Core: Extract currently running test out of config.queue into internal testQueue (#1260)

2.5.1 / 2018-02-27
==================

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": "qunit",
"title": "QUnit",
"description": "An easy-to-use JavaScript Unit Testing framework.",
"version": "2.5.2-pre",
"version": "2.6.0-pre",
"homepage": "https://qunitjs.com",
"author": {
"name": "jQuery Foundation and other contributors",
Expand Down

0 comments on commit 6209ffb

Please sign in to comment.