HTTP/2 200
server: GitHub.com
content-type: text/html; charset=utf-8
last-modified: Fri, 10 Oct 2025 02:05:10 GMT
access-control-allow-origin: *
etag: W/"68e869d6-29b9"
expires: Sat, 11 Oct 2025 04:35:57 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: 9B5C:376DDD:2F061:3F719:68E9DC55
accept-ranges: bytes
age: 0
date: Sat, 11 Oct 2025 04:25:57 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210076-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760156758.590001,VS0,VE305
vary: Accept-Encoding
x-fastly-request-id: 3f39bb3ad83e49015810d227ee65293d5674081c
content-length: 3234
QUnit 1.18.0 Released | QUnit
Changelog
- Assert: New
assert.notOk()
for asserting falsy values. #745
- Core: Expose Dump
maxDepth
property.
- Core: Expose QUnit version as
QUnit.version
property.
- Dump: Fix .name/.property doublettes.
- HTML Reporter: New diff using Google’s Diff-Patch-Match library.
- HTML Reporter: Make it more obvious why diff is suppressed.
- HTML Reporter: Change display text for bad tests.
- HTML Reporter: Fix checkbox and select handling in IE <9.
- HTML Reporter: Fix test filter without any module.
- HTML Reporter: Retain failed tests numbers.
See also