Releases: nextest-rs/quick-junit
Releases · nextest-rs/quick-junit
quick-junit 0.5.2
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
proptestfeature allows for generation of arbitraryReports.
Updated
Internal dependency update: quick-xml updated to 0.38.3.
quick-junit 0.5.1
Updated
Internal dependency update: quick-xml updated to 0.37.1.
quick-junit 0.5.0
Changed
- The
Outputtype, which strips invalid XML characters from a string, has been renamed to
XmlString. - All internal storage now uses
XmlStringrather thanString.
quick-junit 0.4.0
Changed
- Use newtype-uuid for the report UUID.
quick-junit 0.3.6
- Updated repository to https://github.com/nextest-rs/quick-junit.
quick-junit 0.3.6-rc.1
- Updated repository to https://github.com/nextest-rs/quick-junit.