Sha256: 6273b67e715d7343b9323192a132078328b9424e4d253aa444c5d3eb2a9684ff
Contents?: true
Size: 347 Bytes
Versions: 1
Compression:
Stored size: 347 Bytes
Contents
# Change Log ## v0.0.4 2012-6-24 Main changes in this version is to output the whole object in addition & deletion, instead of recursely add/deletes the object. For example, `diff({a:2, c:[4, 5]}, {a:2}) will generate following output: [['-', 'c', [4, 5]]] instead of following: [['-', 'c[0]', 4], ['-', 'c[1]', 5], ['-', 'c', []]]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hashdiff-0.0.4 | changelog.md |