qunit v2.18.0 Release Notes

Release Date: 2022-02-15 // about 2 years ago
  • โž• Added

    • Assert: New assert.propContains() for partial object comparison. (Izel Nakri) #1668
    • Core: Add QUnit.hooks to globally add beforeEach and afterEach. (Timo Tijhof) #1475
    • ๐Ÿ‘ CLI: Add support for watching .ts files when TypeScript is used. (Timo Tijhof) #1669
    • ๐Ÿ‘ CLI: Add support for watching .json, .cjs, and .mjs files. #1676

    ๐Ÿ›  Fixed

    • ๐Ÿ CLI: Fix ESM file imports on Windows to use file-protocol URLs. (Timo Tijhof) #1667
    • ๐ŸŽ CLI: Improve performance of watch mode by recursively ignoring directories. (Timo Tijhof) #1676