objectDiff.js
objectDiff.js copied to clipboard
Compares JavaScript objects
Would be nice to have it in the package as default styling of `convertToXMLString` output.
It would be super helpful if you could describe the behavior of the algorithm in the docs. I'm not talking about explaining how it works, rather what kind of output...
http://jsonpatch.com/
- Exportable as NodeJs module. - Proper date handling. - Remove equal elements to save space. - Handle array elements using IDs. - Provide a mechanism for applying changes. -...
Some diff'ing functions, particularly for testing use the sematics of `diff(actual,expected)`. You see this for example in the `unfunk-diff` library uses this library. Other tools like this one use the...
This is a great tool. Unfortunately, I found one issue. When an object node is a date, the code fails to detect an update to the date objec nodet.