Skip to content

Commit

Permalink
Build: Prepare 2.11.1 release, including authors and history update
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Aug 26, 2020
1 parent a49959d commit e901be8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

2.11.1 / 2020-08-25
==================

* All: Remove dependency on "minimatch" package. ([#1476](https://github.com/qunitjs/qunit/pull/1476#issuecomment-680390062))
* CLI: Improve startup performance by using `tiny-glob`. ([#1476](https://github.com/qunitjs/qunit/pull/1476))
* Build: Update to commander 6.0.

2.11.0 / 2020-08-16
==================

Expand Down Expand Up @@ -706,7 +713,7 @@
* Track tests by the order in which they were run and create rerun links based on that number. Fixes #241 - Make Rerun link run only a single test.
* Use QUnit.push for raises implementation. Fixes #243
* CLI runner for phantomjs
* Fix jshint validation until they deal with /** */ comments properly
* Fix jshint validation until they deal with `/** */` comments properly
* Update validTest() : Simplify logic, clarify vars and add comments
* Refactor assertion helpers into QUnit.assert (backwards compatible)
* Add Rerun link to placeholders. Fixes #240
Expand All @@ -730,7 +737,7 @@
* Modify "Running..." to display test name. Fixes #220
* Fixed clearing of sessionStorage in Firefox 3.6.
* Fixes #217 by calling "block" with config.current.testEnvironment
* Add stats results to data. QUnit.jUnitReport function take one argument { xml:'<?xml ...', results:{failed:0, passed:0, total:0, time:0} }
* Add stats results to data. QUnit.jUnitReport function take one argument `{ xml:'<?xml ...', results:{failed:0, passed:0, total:0, time:0} }`
* Add link to MDN about stack property

1.4.0 / 2012-03-10
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Prerequisites:
```
git add package.json bower.json qunit/
git commit -m "Release @VERSION"
git tag -s "Release @VERSION"
git tag -s "@VERSION" -m "Release @VERSION"
git push --follow-tags
```

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.11.0-pre",
"version": "2.11.1-pre",
"homepage": "https://qunitjs.com",
"author": {
"name": "jQuery Foundation and other contributors",
Expand Down

0 comments on commit e901be8

Please sign in to comment.