QUnit 2.11.0 Released: Fuzzy search, and faster install

New assert.true and assert.false methods, new fuzzy search in the UI, improved CLI performance, and an even smaller npm package. Thanks to our newest contributors: @Ventuno, @jayjayjpg , and @raycohen!

Changelog

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: Faster startup 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+. This reduces our dependencies from 9 to 7, speeding up installation. (Timo Tijhof) #1464

See also