simple-update-in
Advanced tools
Changelog
[2.1.0] - 2019-07-18
Object.is
instead of ===
to check if value is updated or not, in PR #21
Object.is
correctly compare between 0
and -0
(different), and NaN
and Number.NaN
(indifferent)__proto__
, constructor
, and prototype
, in PR #19