- Make diffing arrays of arrays generate smaller patches by default.
- Previously, diffing arrays of arrays could generate larger than expected patches because the array identity was used as the
hash
function. It now usesJSON.stringify
by default, as is done for arrays of objects. Thehash
can still be overridden when callingjiff.diff
--this just makes the default more sane.
- Previously, diffing arrays of arrays could generate larger than expected patches because the array identity was used as the