Skip to content

v10.0.0

Choose a tag to compare

@laat laat released this 13 Apr 15:31
· 28 commits to master since this release
31340d6

Breaking changes

  • Assertion comments now generate type-aware assert calls instead of always using deepEqual
    • Primitives (numbers, strings, booleans, null, undefined) use assert.strictEqual()
    • Objects, arrays, and other complex expressions use assert.deepStrictEqual()