Skip to content

Releases: qunitjs/qunit

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.

2.9.1

07 Jan 16:47
Compare
Choose a tag to compare

Fixed

  • Release: Restore missing files that were accidentally missing in the 2.9.0 npm package. #1368

2.9.0

06 Jan 22:57
Compare
Choose a tag to compare

Fixed

  • Assert: Report errors from assert.throws() as strings. #1333
  • CLI: Reduce size of the npm package dependency tree. (Timo Tijhof) #1342
  • HTML Reporter: Fix an unescaped details.source. (Shlomi Fish) #1341