smartprocure/futil-js

Make F.diff friendler for array item removals

stellarhoof opened this issue · 0 comments

F.diff({a:[{b:1}]}, {a:[]}) gives { 'a.0.b': { from: 1, to: undefined } when it should give { 'a.0': { from: {b:1}, to: undefined }