Releases: xmlunit/xmlunit.net
XMLUnit.NET 2.0.0
After three alpha releases this is the first release of XMLUnit.NET 2.x.
The only change when compared to 2.0.0-alpha-04 is
- implemented
DiffBuilder.WithComparisonFormattermentioned in user
guide.
Issue xmlunit/#51
XMLUnit.NET 2.0.0-alpha-04
This is the third alpha release of XMLUnit.NET 2.0.0.
The implementation is considered stable enough for a production release. This is an alpha release as we need more people to try out the API in order to call it final.
Breaking Changes since 2.0.0-alpha-03
- the unused
SchemaURIproperty ofValidatorhas been removed. - the mapping of
IDifferenceEngine.NamespaceContexthas been
inverted from prefix -> URI to URI -> prefix in order to be
consistent with the same concept inIXPathEngine.
Other Changes since 2.0.0-alpha-03
XMLUnit.NET 2.0.0-alpha-03
This is the second alpha release of XMLUnit.NET 2.0.0.
The implementation is considered stable enough for a production release. This is an alpha release as we need more people to try out the API in order to call it final.
Changes since 2.0.0-alpha-02
- fixed the nuget package name of the core library to now use
XMLUnit.Core - switched core tests to use to NUnit 3.x and provided a new library
to support NUnit 3.x constraints.
#19 by
@e-tobi - The XMLUnit.Constraints nuget package has been replaced with
XMLUnit.NUnit2.Constraints and XMLUnit.NUnit3.Constraints - The XMLUnit.NUnit2.Constraints nuget package now depends on NUNit 2.6.4 -
which it has been compiled against - rather than 2.5.10. - added new overloads to
IXPathEngine - fixed the XPath context used by the
ByXPathelement selector so
that "." now refers to the current element.
Issue xmlunit/#39 ElementSelectors.ConditionalBuildernow stops at the first
predicate returningtrue, even if the associatedElementSelector
returns false.
Issue xmlunit/#40
XMLUnit.NET 2.0.0-alpha-02
This is the initial alpha release of XMLUnit.NET 2.0.0.
The implementation is considered stable enough for a production release. This is an alpha release as we need more people to try out the API in order to call it final.