softwaremill / diffx

Pretty diffs for scala case classes
Apache License 2.0
342 stars 30 forks source link

Display ignored fields as ignored #267

Closed ghostbuster91 closed 3 years ago

ghostbuster91 commented 3 years ago

this fixes #262

TLDR: Instead of merging identical results into the most top-level identical value, we will always have DiffResult objects representing results. This way we can still control displaying and correctly display ignored fields.

Whether the end result is identical can be checked same as previously using .isIdentical method on DiffResult object.