flitbit / diff

Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.
MIT License
2.99k stars 213 forks source link

applyChange 2nd arg must be truthy #141

Open jean-emmanuel opened 6 years ago

jean-emmanuel commented 6 years ago

Hi, thanks for the lib, just what I needed to implement undo/redo in my app :)

It might be worth mentioning in the readme that applyChange and revertChange only work if the 2nd argument is truthy.