This release fixes a single bug in the CompareMatcher and ValidationMatcher for Java and the CompareConstraint and ValidationConstraint for NUnit2 for .NET.
If you are not using the Hamcrest matchers or NUnit2 constraints,
there is no need to upgrade from 2.1.0.
CompareMatcher and ValidationMatcher threw NullPointerExceptions when combined with another failing Matcher. Issue #81.
The full list of changes for XMLUnit.NET:
CompareConstraint and ValidationConstraint for NUnit2 threw NullReferenceExceptions when combined with another failing Constraint.
Issue similar to xmlunit/#81.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This release fixes a single bug in the
CompareMatcherandValidationMatcherfor Java and theCompareConstraintandValidationConstraintfor NUnit2 for .NET.If you are not using the Hamcrest matchers or NUnit2 constraints,
there is no need to upgrade from 2.1.0.
The full list of changes for XMLUnit for Java:
various code style fixes PR #74, PR #75, PR #78, PR #79, PR #80 by @georgekankava.
CompareMatcherandValidationMatcherthrewNullPointerExceptions when combined with another failingMatcher. Issue #81.The full list of changes for XMLUnit.NET:
CompareConstraintandValidationConstraintfor NUnit2 threwNullReferenceExceptions when combined with another failingConstraint.Issue similar to xmlunit/#81.