v5.0.0
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.