Skip to content

Releases: deblockt/json-diff

1.1.0

20 May 14:47
71b385f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.1.0

fix NPE on PatchDiffViewer

07 Oct 19:35
Compare
Choose a tag to compare
  • fix empty object display on PatchDiffViewer causing NPE #16

1.0.0: Add strict matcher

02 Oct 10:06
3a63ee2
Compare
Choose a tag to compare

Add two new matchers:

  • StrictJsonObject: the two objects should avec same properties and same values
  • StrictJsonArray: the two array should have exactly same items on the same order

0.0.9: fix similarityScore for empty array

02 Oct 06:43
Compare
Choose a tag to compare
  • fix issue when similarityScore = Nan when compare two empty array #12

0.0.8: fix jackson vulnerabilities

27 Sep 07:25
Compare
Choose a tag to compare
  • upgrade jackson dependency to avoid vulnerabilities

0.0.7: Update Object similarity computation

26 Sep 15:41
Compare
Choose a tag to compare
  • update object similarity computation to prefer structure over values (see #9)