Releases: shouldjs/equal
Releases · shouldjs/equal
2.0.0
@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).