Skip to content

Releases: qunitjs/qunit

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)

2.9.3

08 Oct 15:56
Compare
Choose a tag to compare

Added

  • HTML Reporter: Display progress and runtime while test suite is executing. (Stefan Penner) #1398

Fixed

  • CLI: Ignore folders mentioned in the gitignore to improve performance. (SparshithNRai)
  • Core: Defer getting the stack trace to improve performance. (Adam Byrne)
  • Core: Let assert.timeout() replace the timeout if config.timeout was already set.

2.9.2

21 Feb 22:55
Compare
Choose a tag to compare

Fixed

  • Core: Ensure semaphores are balanced when timeout occurs. #1376
  • HTML Reporter: Avoid inline styles to support CSP without unsafe-inline.