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
https://github.com/Tencent/omi
Hope to support oldValue:
{op: "replace", path: "/a/b", value: "aaa2", oldValue: "aaa1"}
If it is convenient, you can review this for omi. I added only one line of code. https://github.com/Tencent/omi/blob/master/packages/omi/src/proxy.js#L149
The text was updated successfully, but these errors were encountered:
Thanks @dntzhang for the kind words. I took the liberty to rename the title to reflect the content of your comment.
oldValue is not part of the JSON Patch standard, but maybe we could either:
oldValue
Sorry, something went wrong.
No branches or pull requests
https://github.com/Tencent/omi
Hope to support oldValue:
If it is convenient, you can review this for omi. I added only one line of code.
https://github.com/Tencent/omi/blob/master/packages/omi/src/proxy.js#L149
The text was updated successfully, but these errors were encountered: