Skip to content

Releases: lambdaisland/deep-diff2

v2.11.216

17 Feb 12:45
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

Fixed

  • Fix printing of mismatch/deletion/insertion on Babashka

v2.6.166

25 Nov 11:36
Compare
Choose a tag to compare

Fixed

  • Babashka compatibility

v2.5.151

21 Nov 10:26
Compare
Choose a tag to compare

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
Choose a tag to compare

Fixed

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

v2.3.127

01 Jul 20:04
Compare
Choose a tag to compare

Added

Fixed

Changed

v2.2.124

16 May 06:12
Compare
Choose a tag to compare

Fixed

  • Bump clj-diff, to bring back compatibility with earlier java versions

v2.1.121

13 May 06:12
Compare
Choose a tag to compare

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