vue-json-compare
vue-json-compare copied to clipboard
vue(2.x) json compare components,live demo:https://codesandbox.io/s/suspicious-elion-bwl6v?file=/src/App.vue
I have an object with 15 lines. But when I display changes in it, line numbers count both old and new line value, so line numerations for the rest of...
Hi, when I want to compare two objects containing arrays (e.g. consumerApplications or modification) or objects (e.g. owner) they are shown as undefined. However, empty arrays (e.g. routingRules) or strings...
This feature checks if the array has the same value of an element in the new and old object without taking the index of the element as a change.
When I'm testing my component with https://cli.vuejs.org/core-plugins/unit-jest.html and my component contains `import vueJsonCompare from 'vue-json-compare'`, then the Jest test runner fails with: ``` ● Test suite failed to run Jest...
I've been using this package for a couple of months now and recently I found a case where the diff is (arguably) incorrectly highlighted. I've had to redact some information...
If possible to show both contents and diff? Thanks
This is basically the same as #8 but fixes the bug when elements are only reordered