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
I did a little research and we are dependent from deep-diff:
this alternative: https://www.npmjs.com/package/fast-json-patch
There is open issue about moving from custom deep-diff format to rfc6902 flitbit/diff#166
This is connected with exposing interface with changes objects instead of strings #9
I think we should discuss potential change from deep-diff to rfc6902 in context of providing consistent changes interface.
deep-diff
there is great implementation of rfc6902 https://www.npmjs.com/package/fast-json-patch
and it winning for me https://npmcompare.com/compare/deep-diff,fast-json-patch,rfc6902
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I did a little research and we are dependent from deep-diff:
this alternative: https://www.npmjs.com/package/fast-json-patch
There is open issue about moving from custom deep-diff format to rfc6902
flitbit/diff#166
This is connected with exposing interface with changes objects instead of strings
#9
I think we should discuss potential change from
deep-diff
to rfc6902 in context of providing consistent changes interface.there is great implementation of rfc6902
https://www.npmjs.com/package/fast-json-patch
and it winning for me
https://npmcompare.com/compare/deep-diff,fast-json-patch,rfc6902
The text was updated successfully, but these errors were encountered: