You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 2.12.219 (2025-02-06 / 9e6942a)
## 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
# 2.11.216 (2024-02-17 / e77c3bf)
## Added
- Diff / preserve metadata on collections
## Fixed
Varying key order in maps should produce a consistent diff (#47)
## Changed
# 2.9.202 (2023-06-09 / 35494a0)
## 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](https://github.com/latacora-paul)!)
## Changed
# 2.8.190 (2023-03-30 / 34d5e17)
## 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
# 2.5.151 (2022-11-21 / 92232a1)
## 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.