Skip to content

2.0.0

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

@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).