We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import diff from "microdiff"; const obj1 = { array:[{test2:0}] }; const obj2 = { array:[{test2:1}] }; console.log(diff(obj1, obj2));
This ^ console logs an empty array. (repl)
Are there any plans on supporting objects within arrays? If no, do you know about another library that do support this?
The text was updated successfully, but these errors were encountered:
Thanks for reporting this! That should work. I will take a look at this soon.
Sorry, something went wrong.
Fixed change finding bug (#11)
a5559b5
Thanks again! This should be fixed in the latest version. If you continue to have problems with this, let me know.
AsyncBanana
No branches or pull requests
This ^ console logs an empty array. (repl)
Are there any plans on supporting objects within arrays? If no, do you know about another library that do support this?
The text was updated successfully, but these errors were encountered: