0.18.2
- Changed
CompareStrategy
such that it now can control theIDiff
type that should be returned in case a difference is found in a comparison. This allows a comparer to embed additional context in theIDiff
object. By @SebastianStehle. - Changed
ElementComparer
to skip comparing two nodes of different types. By @SebastianStehle.