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

Order independent diff option #101

Closed jsfuchs closed 6 years ago

jsfuchs commented 7 years ago

This provides an order independent diff function. However, the diff output is not particularly smart or useful (sorry, I only needed to know if two objects were different, not how).

jsfuchs commented 7 years ago

@Kamilius - Looks like my IDE went rogue on me when I was merging in conflicts from before. I think I've gotten the styling back in shape - let me know if there's anything else you need.

Kamilius commented 7 years ago

@jsfuchs build is failing here. Can you repair it?