Describes the changes between to object with a list like:
[{ type: 'upd', path: ['a'], value: 1},{ type: 'del', path: ['b', 'c']}...] Copy
[{ type: 'upd', path: ['a'], value: 1},{ type: 'del', path: ['b', 'c']}...]
Describes the changes between to object with a list like: