v0.2.0
What's Changed
Breaking Changes
with_test_cases_from_csvandwith_test_cases_from_separate_csvshave been renamed towith_csv_casesandwith_split_csv_cases, respectively.
New Features
- Support batch functions to evaluate all test cases altogether. Use
Row::new_batchinstead ofRow::new.
Enhancements
- Add
with_*methods toReportforRenderConfigfields.
New Contributors
Full Changelog: v0.1.0...v0.2.0