Skip to content

Releases: lambdaisland/deep-diff2

v2.14.235

Choose a tag to compare

@plexus plexus released this 20 Apr 08:19

Fixed

  • Address clojurescript warning

v2.13.231

Choose a tag to compare

@plexus 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

Choose a tag to compare

@plexus 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

Choose a tag to compare

@plexus 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

Choose a tag to compare

@alysbrooks alysbrooks released this 09 Jun 20:44

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

Choose a tag to compare

@plexus 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

Choose a tag to compare

@plexus plexus released this 25 Nov 12:07

Fixed

  • Fix printing of mismatch/deletion/insertion on Babashka

v2.6.166

Choose a tag to compare

@plexus plexus released this 25 Nov 11:36

Fixed

  • Babashka compatibility

v2.5.151

Choose a tag to compare

@plexus 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

Choose a tag to compare

@plexus plexus released this 01 Sep 07:36

Fixed

  • Fix issue (Fails with records with deleted keys)[https://github.com//issues/29]