Skip to content

breaking: change to diff reporters

Choose a tag to compare

@JayBazuzi JayBazuzi released this 08 Feb 19:43
· 195 commits to main since this release

This release introduces more diff tool reporters, but breaks the names of existing reporters and how you retrieve them.

We are letting go of the reporters defined in reporters.json, although that file is still supported for your customization.

Most reporters can be found with a name starting with ReportWith... e.g. options=Options().with_reporters(ReportWithBeyondCompare). For more information see Why we changed reporters.