From 09ed8848327503313f2170d724c0976824faefdf Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Mon, 12 Apr 2021 19:41:33 +0100 Subject: [PATCH] Build: Prepare 2.15.0 release --- AUTHORS.txt | 1 + History.md | 19 +++++++++++++++++++ package.json | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index 5c580de0d..600deb400 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -172,3 +172,4 @@ brandonocasey Bryan Crotaz Bryan Mishkin <698306+bmish@users.noreply.github.com> Edward Faulkner +Nathaniel Furniss diff --git a/History.md b/History.md index 545849c0f..4007d6b12 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,23 @@ +2.15.0 / 2021-04-12 +================== + +### Changed + +* HTML Reporter: Trim whitespace of the filter input. (Nathaniel Furniss) [#1573](https://github.com/qunitjs/qunit/pull/1573) +* CLI: Upgrade `js-reporters` to 2.0.0. [#1577](https://github.com/qunitjs/qunit/pull/1577) + +### Deprecated + +* Core: Warn when setting hooks for a different module. (Ray Cohen) [#1586](https://github.com/qunitjs/qunit/pull/1586) + +### Fixed + +* Assert: Fix `assert.throws()` to fail gracefully when expected class does not match. (Steve McClure) [#1530](https://github.com/qunitjs/qunit/issues/1530) +* CLI: Fix TAP output to support cyclical objects. (Zachary Mulgrew) [#1555](https://github.com/qunitjs/qunit/issues/1555) [js-reporters#104](https://github.com/js-reporters/js-reporters/issues/104) +* CLI: Fix TAP output for the `Infinity` value, previously became `null`. (Timo Tijhof) [#1406](https://github.com/qunitjs/qunit/issues/1406) +* CLI: Fix TAP output going silent if `console` object is mocked. (Timo Tijhof) [#1340](https://github.com/qunitjs/qunit/issues/1340) + 2.14.1 / 2021-03-14 ================== diff --git a/package.json b/package.json index 8592c52cc..bf81b102b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "qunit", "title": "QUnit", "description": "The powerful, easy-to-use testing framework.", - "version": "2.14.1-pre", + "version": "2.15.0-pre", "homepage": "https://qunitjs.com", "author": { "name": "OpenJS Foundation and other contributors",