All Versions
14
Latest Version
Avg Release Cycle
125 days
Latest Release
1251 days ago

Changelog History
Page 2

  • v2.4.0 Changes

    July 23, 2017

    ๐Ÿš€ This release changes DefaultComparisonFormatter in order to simplify creating custom ComparisonFormatters.

    The full list of changes for XMLUnit for Java:

    • 0๏ธโƒฃ made DefaultComparisonFormatter more subclass friendly.
      Issue #93.
  • v2.3.0 Changes

    November 12, 2016

    ๐Ÿš€ This release allows the schema used in W3C XML schema validation to be specified as Schema when using the JAXPValidator or the corresponding matcher.

    The full list of changes for XMLUnit for Java:

    • JAXPValidator and ValidationMatcher now accept using Schema
      instances for the schema when validating instance documents.
      Issue #89.
    • โšก๏ธ updated test dependency to Mockito 2.1.0
      PR #87 by @PascalSchumacher.
  • v2.2.1 Changes

    June 19, 2016

    ๐Ÿš€ This version fixes a bug in DiffBuilder that applies to the withDocumentBuilderFactory method introduced with the 2.2.0 release:

    • The DocumentBuilderFactory set on DiffBuilder wasn't used
      properly when ignoreWhitespace or normalizeWhitespace has been
      set.
      Issue #86.
  • v2.2.0 Changes

    June 05, 2016

    ๐Ÿš€ With this release Sources created from Strings or byte[]s can be
    ๐Ÿ‘‰ used more than once. It is now also possible to
    ๐Ÿ”ง configure the DocumentBuilderFactory used when a DOM document is
    created from a non-DOM Source by the DOMDifferenceEngine.

    The full list of changes for XMLUnit for Java:

    • Input.fromByteArray and Input.fromString now return Sources that
      can be used multiple times.
      Issue #84.
    • The DocumentBuilderFactory used by DOMDifferenceEngine is now
      ๐Ÿ”ง configurable.
      Issue #83.