Skip to content

Releases: shouldjs/equal

2.0.0

28 Aug 08:44
@btd btd
Compare
Choose a tag to compare

@BridgeAR reported bunch of bugs in Map and Set equality checks. To fix them i was need to switch back Map and Set equality check back to use js algorithm (NaN === NaN, +0 === -0, ref compared by === instead of value check).