Back to Qunit

QUnit 2.11.0 Released: Fuzzy search, and faster install

docs/_posts/2020-08-16-qunit-2-11-0.md

2.25.01.6 KB
Original Source

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()]({% link api/assert/true.md %}) and [assert.false()]({% link api/assert/false.md %}) 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

  • Git tag: 2.11.0
  • [QUnit 2.9.0 Released: Reduce npm package size from 142 to 9 dependencies]({% post_url 2019-01-06-qunit-2-9-0 %})