All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
classname
attribute is now supported
- Make sure all examples in the readme are run
- Update dependencies
- Testsuite id is now properly set even when using
add_testsuites
- Unittests now work in Windows too
- Crate now uses the Rust 2018 edition
- The batch methods (
add_testsuites
,add_testcases
) now accept any iterators, not justVec
- Durations are now decimals as per spec
- Change order to
system-out
andsystem-err
to conform to new schema - Don't add an empty optional properties tag
- Add functions to add testcases and testsuites from a Vec
- Initial Release