Releases: deblockt/json-diff
Releases · deblockt/json-diff
1.1.0
fix NPE on PatchDiffViewer
- fix empty object display on PatchDiffViewer causing NPE #16
1.0.0: Add strict matcher
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
- fix issue when similarityScore = Nan when compare two empty array #12
0.0.8: fix jackson vulnerabilities
- upgrade jackson dependency to avoid vulnerabilities
0.0.7: Update Object similarity computation
- update object similarity computation to prefer structure over values (see #9)