Skip to content

Releases: qunitjs/qunit

2.14.1

01 Apr 00:24
2.14.1
Compare
Choose a tag to compare

Changed

  • CLI: Upgrade commander to 7.1.0. (Timo Tijhof) #1564

Fixed

  • Core: Restore strict mode compatibility. (Edward Faulkner) #1558
  • HTML Reporter: Check for undefined testItem in testDone callback.

2.14.0

12 Jan 06:29
2.14.0
Compare
Choose a tag to compare

Added

  • HTML Reporter: Use a fixed header with scrollable test results. (Bryan Crotaz) #1513
  • Core: Add official support for SpiderMonkey runtime. (Timo Tijhof) #1535

Changed

  • CLI: Update and re-audit tiny-glob and node-watch dependencies. #1522, #1524

Fixed

  • HTML Reporter: Set main and navigation ARIA roles. (Steve McClure) #1427
  • Core: Fix QUnit.module.only logic for unscoped modules. (Steve McClure) #1272
  • Assert: Fix assert.timeout() bug causing a non-async test to fail. #1539

2.13.0

30 Nov 00:50
2.13.0
Compare
Choose a tag to compare

Added

  • Core: Log test name as part of "Assertion after test" failures. (brandonocasey) #1517
  • CLI: Add native support for ESM .mjs files on Node 12+. (Timo Tijhof) #1465

Deprecated

  • HTML Reporter: Deprecate PhantomJS. (Steve McClure)

Fixed

  • Core: Count tests run so that suiteEnd emits correctly with active filters. (Stephen Yeung) #1416
  • Core: Fix test counter bug when nesting invalid test functions. (Timo Tijhof)
  • HTML Reporter: Avoid leaking Map global in older browsers. (Timo Tijhof)

2.12.0

09 Nov 01:24
2.12.0
Compare
Choose a tag to compare

Added

  • Core: Add QUnit.test.* aliases for QUnit.only(), QUnit.skip(), and QUnit.todo(). (Steve McClure) #1496
  • Assert: Support arrow functions in assert.throws() as expected matcher callback. (Steve McClure) #1492

Changed

  • CLI: Update node-watch and commander dependencies. (Timo Tijhof) #1500

Deprecated

  • Core: Deprecate QUnit.extend(). (Steve McClure) #1491

2.11.3

05 Oct 01:46
2.11.3
Compare
Choose a tag to compare

Fixed

  • CLI: Fix 'qunit' require error on Node 10 if qunit.json exists. #1484

2.11.2

10 Sep 01:01
2.11.2
Compare
Choose a tag to compare

Fixed

2.11.1

26 Aug 01:51
2.11.1
Compare
Choose a tag to compare

Fixed

  • CLI: Improve startup performance by using tiny-glob. #1476

2.11.0

16 Aug 21:45
2.11.0
Compare
Choose a tag to compare

Added

  • Assert: New strict boolean assert.true() and assert.false() methods. (Ventuno) #1445
  • Docs: Redesign of https://qunitjs.com. (Trent Willis) #1458
  • HTML Reporter: New fuzzy search when typing in the module filter. (Ventuno) #1440

Changed

  • HTML Reporter: Hide skipped tests also when hidepassed is set. (Ray Cohen) #1208

Fixed

  • CLI: Improve performance for non-glob arguments. (SparshithNRai) #1385
  • CLI: Fix error with --watch option, affected Node 14 on Linux. #1448
  • Core: Fix "No tests" to check test count instead of assert count. (Jessica Jordan) #1405

Removed

  • All: Remove support for Node 6 and Node 8, require Node 10+.

2.10.1

04 Jul 23:51
Compare
Choose a tag to compare

Fixed

  • HTML Reporter: Scope QUnit UI button style to not affect #qunit-fixture. (XhmikosR) #1437

2.10.0

02 May 23:04
Compare
Choose a tag to compare

Changed

  • Core: Run all QUni.only-marked tests. (Ventuno) #1436

Fixed

  • Docs: Add project logo to README. (Jim Lynch)
  • HTML Reporter: Fix tab order for toolbar filters. (Eddy Lu)