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
- Can diff any two [JSON](https://www.ecma-international.org/publications-and-standards/standards/ecma-404/) compliant objects - returns differences as [JSON Patch](http://jsonpatch.com/).
13
13
- Elegant array diffing by providing an `objectHash` to match array elements
14
14
- Ignore specific keys by providing a `propertyFilter`
15
-
-`move` operations are ALWAYS **appended at the end**, therefore, they can be ignored (if wanted) when the patch gets applied.
16
-
-:paw_prints:***Is it small?*** Zero dependencies - it's ~**7 KB** (uncompressed).
15
+
-:paw_prints:***Is it small?*** Zero dependencies - it's ~**3 KB** (minified).
17
16
-:crystal_ball:***Is it fast?*** I haven't done any performance comparison yet.
18
17
-:hatched_chick:***Is it stable?*** Test coverage is high, but it's still in its early days - bugs are expected.
19
18
- The interface is inspired by [jsondiffpatch](https://github.com/benjamine/jsondiffpatch)
0 commit comments