You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I totally understand that jsonpatch.generate modifies the objects it watches to always only detect most recent changes (as discussed in #18 ) of an object. In my opinion this should not be the case for jsonpatch.compare as I explicitly use this method with objects that are not under control of jsonpatch observers. Thus modification of these objects should be under my control as well.
The text was updated successfully, but these errors were encountered:
I totally understand that
jsonpatch.generate
modifies the objects it watches to always only detect most recent changes (as discussed in #18 ) of an object. In my opinion this should not be the case forjsonpatch.compare
as I explicitly use this method with objects that are not under control of jsonpatch observers. Thus modification of these objects should be under my control as well.The text was updated successfully, but these errors were encountered: