Releases: lambdaisland/deep-diff2
Releases · lambdaisland/deep-diff2
v2.11.216
Added
- Diff / preserve metadata on collections
Fixed
Varying key order in maps should produce a consistent diff (#47)
Changed
v2.9.202
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
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
Fixed
- Fix printing of mismatch/deletion/insertion on Babashka
v2.5.151
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
Fixed
- Fix issue (Fails with records with deleted keys)[https://github.com//issues/29]
v2.2.124
Fixed
- Bump clj-diff, to bring back compatibility with earlier java versions
v2.1.121
Fixed
- Bump clj-diff, which fixes an issue where the diffing would not terminate in
specific cases
Changed
- Bump all dependencies to the latest version