Skip to content

Commit

Permalink
Build: Prepare 2.19.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Oct 17, 2022
1 parent 9d8aba1 commit a10122c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@

2.19.2 / 2022-10-17
==================

### Changed

* Core: Faster diffing for `config.noglobals` by refactoring slow mutations. (Izel Nakri) [#1697](https://github.com/qunitjs/qunit/pull/1697)
* Assert: Improve performance of `QUnit.equiv()`. (Izel Nakri) [#1700](https://github.com/qunitjs/qunit/pull/1700)
* Assert: Faster deepEqual for Map values by avoiding typeEquiv calls. (Timo Tijhof)
* Assert: Faster deepEqual by reducing internal objectType checks. (Timo Tijhof)
* Assert: Faster deepEqual by using re-assignment for internal pairs. (Timo Tijhof)

### Fixed

* Core: Fix inaccurate count in reporter output after re-run. [#1687](https://github.com/qunitjs/qunit/issues/1687)
* CLI: Fix MaxListeners warning in long-running watch mode. [#1692](https://github.com/qunitjs/qunit/issues/1692)

2.19.1 / 2022-05-01
==================

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "The powerful, easy-to-use testing framework.",
"version": "2.19.1-pre",
"version": "2.19.2-pre",
"homepage": "https://qunitjs.com",
"author": {
"name": "OpenJS Foundation and other contributors",
Expand Down

0 comments on commit a10122c

Please sign in to comment.