Skip to content

v0.2.0

Choose a tag to compare

@p-sira p-sira released this 06 May 03:41
· 10 commits to main since this release
e33bda5

What's Changed

Breaking Changes

  • with_test_cases_from_csv and with_test_cases_from_separate_csvs have been renamed to with_csv_cases and with_split_csv_cases, respectively.

New Features

  • Support batch functions to evaluate all test cases altogether. Use Row::new_batch instead of Row::new.

Enhancements

  • Add with_* methods to Report for RenderConfig fields.

New Contributors

  • @p-sira made their first contribution in #1

Full Changelog: v0.1.0...v0.2.0