Skip to content

Releases: nextest-rs/quick-junit

quick-junit 0.5.2

11 Nov 02:55

Choose a tag to compare

Added

  • A long-requested feature: deserialization support for reports! The new deserializer has undergone fuzzing and property-based testing, and it is known to work with JUnit reports generated by quick-junit. The deserializer should work with JUnit reports generated by other tools as well. If it doesn't, fixes are welcome.
  • The new proptest feature allows for generation of arbitrary Reports.

Updated

Internal dependency update: quick-xml updated to 0.38.3.

quick-junit 0.5.1

18 Nov 20:43

Choose a tag to compare

Updated

Internal dependency update: quick-xml updated to 0.37.1.

quick-junit 0.5.0

01 Sep 22:38

Choose a tag to compare

Changed

  • The Output type, which strips invalid XML characters from a string, has been renamed to
    XmlString.
  • All internal storage now uses XmlString rather than String.

quick-junit 0.4.0

19 Apr 00:33

Choose a tag to compare

Changed

  • Use newtype-uuid for the report UUID.

quick-junit 0.3.6

08 Apr 07:23

Choose a tag to compare

quick-junit 0.3.6-rc.1

08 Apr 07:21

Choose a tag to compare

Pre-release