You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: History.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,13 @@
55
55
* HTML Reporter: Remove support for legacy markup. Use `<div id="qunit">` instead. Check [Browser Runner § Getting started](https://qunitjs.com/browser/).
56
56
* Build: Discontinue publication to Bower for future releases. Check [How to install](https://qunitjs.com/intro/#download) or [Getting started](https://qunitjs.com/intro/). [#1677](https://github.com/qunitjs/qunit/issues/1677)
57
57
58
+
2.24.2 / 2025-10-09
59
+
==================
60
+
61
+
### Fixed
62
+
63
+
* CLI: Fix TAP compliance for colon in unquoted YAML diag. [dbc02fb9fe](https://github.com/qunitjs/qunit/commit/dbc02fb9fe001a4544b04a6d1b5db2a1a1f6fa7b)
* CLI: Fix TAP compliance for colon in unquoted YAML diag. [dbc02fb9fe](https://github.com/qunitjs/qunit/commit/dbc02fb9fe001a4544b04a6d1b5db2a1a1f6fa7b)
These are the official [release channels](intro.md#download) for QUnit:
80
80
81
-
* Download: [`qunit-2.24.1.js`](https://code.jquery.com/qunit/qunit-2.24.1.js) and [`qunit-2.24.1.css`](https://code.jquery.com/qunit/qunit-2.24.1.css)
81
+
* Download: [`qunit-2.24.2.js`](https://code.jquery.com/qunit/qunit-2.24.2.js) and [`qunit-2.24.2.css`](https://code.jquery.com/qunit/qunit-2.24.2.css)
Copy file name to clipboardExpand all lines: docs/intro.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,14 +96,14 @@ These are the official release channels for QUnit releases:
96
96
97
97
* Download:
98
98
99
-
You can save the [`qunit-2.24.1.js`](https://code.jquery.com/qunit/qunit-2.24.1.js) and [`qunit-2.24.1.css`](https://code.jquery.com/qunit/qunit-2.24.1.css) files directly from the jQuery CDN.
99
+
You can save the [`qunit-2.24.2.js`](https://code.jquery.com/qunit/qunit-2.24.2.js) and [`qunit-2.24.2.css`](https://code.jquery.com/qunit/qunit-2.24.2.css) files directly from the jQuery CDN.
100
100
For older versions, browse the [release archives](https://releases.jquery.com/qunit/).
101
101
102
102
Or download them via the terminal, and save them in your Git repository.
0 commit comments