Releases: lambdaisland/deep-diff2
Releases · lambdaisland/deep-diff2
v2.12.219
06 Feb 08:51
Compare
Sorry, something went wrong.
No results found
Changed
[BREAKING] Get smarter about diffing records, instead of simply diffing them
as maps. We now only recurse into records if the two compared values are both
records of the same type.
Bump dependencies: fipp, rrb-vector
v2.11.216
17 Feb 12:45
Compare
Sorry, something went wrong.
No results found
Added
Diff / preserve metadata on collections
Fixed
Varying key order in maps should produce a consistent diff (#47 )
Changed
v2.9.202
09 Jun 20:44
Compare
Sorry, something went wrong.
No results found
Added
Add documentation for using a custom color scheme using custom data printers.
Fixed
Simplified internals when diffing maps for improved performance on many datasets. (Thanks @latacora-paul !)
Changed
v2.8.190
30 Mar 16:11
Compare
Sorry, something went wrong.
No results found
Added
Enable print tests in babashka
Add a lambdaisland.deep-diff2/minimize
function, which removes any items
that haven't changed from the diff.
Fixed
Changed
v2.7.169
25 Nov 12:07
Compare
Sorry, something went wrong.
No results found
Fixed
Fix printing of mismatch/deletion/insertion on Babashka
v2.6.166
25 Nov 11:36
Compare
Sorry, something went wrong.
No results found
v2.5.151
21 Nov 10:26
Compare
Sorry, something went wrong.
No results found
Changed
[breaking] Fall back to the system printer when no deep-diff2 specific print handler is available for a given type. See the README for details.
v2.4.138
01 Sep 07:36
Compare
Sorry, something went wrong.
No results found
Fixed
Fix issue (Fails with records with deleted keys)[https://github.com//issues/29 ]
v2.3.127
01 Jul 20:04
Compare
Sorry, something went wrong.
No results found
v2.2.124
16 May 06:12
Compare
Sorry, something went wrong.
No results found
Fixed
Bump clj-diff, to bring back compatibility with earlier java versions