Skip to content

Commit a10122c

Browse files
committed
Build: Prepare 2.19.2 release
1 parent 9d8aba1 commit a10122c

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

History.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11

2+
2.19.2 / 2022-10-17
3+
==================
4+
5+
### Changed
6+
7+
* Core: Faster diffing for `config.noglobals` by refactoring slow mutations. (Izel Nakri) [#1697](https://github.com/qunitjs/qunit/pull/1697)
8+
* Assert: Improve performance of `QUnit.equiv()`. (Izel Nakri) [#1700](https://github.com/qunitjs/qunit/pull/1700)
9+
* Assert: Faster deepEqual for Map values by avoiding typeEquiv calls. (Timo Tijhof)
10+
* Assert: Faster deepEqual by reducing internal objectType checks. (Timo Tijhof)
11+
* Assert: Faster deepEqual by using re-assignment for internal pairs. (Timo Tijhof)
12+
13+
### Fixed
14+
15+
* Core: Fix inaccurate count in reporter output after re-run. [#1687](https://github.com/qunitjs/qunit/issues/1687)
16+
* CLI: Fix MaxListeners warning in long-running watch mode. [#1692](https://github.com/qunitjs/qunit/issues/1692)
17+
218
2.19.1 / 2022-05-01
319
==================
420

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "qunit",
33
"title": "QUnit",
44
"description": "The powerful, easy-to-use testing framework.",
5-
"version": "2.19.1-pre",
5+
"version": "2.19.2-pre",
66
"homepage": "https://qunitjs.com",
77
"author": {
88
"name": "OpenJS Foundation and other contributors",

0 commit comments

Comments
 (0)