Skip to content

v5.0.0

Compare
Choose a tag to compare
@unional unional released this 13 Mar 21:48
32ffe11

5.0.0 (2019-03-13)

Features

BREAKING CHANGES

  • array will now fail when the length does not match.

Removed AtLeaseOnce. It is the same as has()

feat: support anything

  • undefined will check against undefined.

Use anything for the previous undefined support

feat: Add formatDiffs

chore: only run tests on node@11

because of bigint tests.