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

Forked to fix #142 #148

Closed tsiege closed 5 years ago

tsiege commented 5 years ago

I really like this project, but I ended up forking forking it to fix issue https://github.com/flitbit/diff/issues/142. I ended up tweaking it to better suit my needs; however, I'd be happy to help tweak my changes so they can merged back into the main project. Here's my fork https://github.com/bustle/yajsondiff, it is now in typescript and has one dependency, but I'm sure we could work out a good solution if you're interested.

flitbit commented 5 years ago

See comments on #142