Releases: lambdaisland/deep-diff2
Releases · lambdaisland/deep-diff2
v2.14.235
Compare
Sorry, something went wrong.
No results found
plexus
released this
20 Apr 08:19
Fixed
Address clojurescript warning
v2.13.231
Compare
Sorry, something went wrong.
No results found
plexus
released this
07 Apr 14:00
Changed
General dependency and tooling version bumps
Fixed
Fixed puget printer for futures
Changed
Fix mimimize when inserting/removing map keys (should preserve associated
value)
Add minimise variant
v2.12.219
Compare
Sorry, something went wrong.
No results found
plexus
released this
06 Feb 08:51
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
Compare
Sorry, something went wrong.
No results found
plexus
released this
17 Feb 12:45
Added
Diff / preserve metadata on collections
Fixed
Varying key order in maps should produce a consistent diff (#47 )
Changed
v2.9.202
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
Compare
Sorry, something went wrong.
No results found
plexus
released this
30 Mar 16:11
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
Compare
Sorry, something went wrong.
No results found
plexus
released this
25 Nov 12:07
Fixed
Fix printing of mismatch/deletion/insertion on Babashka
v2.6.166
Compare
Sorry, something went wrong.
No results found
plexus
released this
25 Nov 11:36
v2.5.151
Compare
Sorry, something went wrong.
No results found
plexus
released this
21 Nov 10:26
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
Compare
Sorry, something went wrong.
No results found
plexus
released this
01 Sep 07:36
Fixed
Fix issue (Fails with records with deleted keys)[https://github.com//issues/29 ]