- Breaking changes
- None
- New features
- Added AutoApproveIfMissingReporter
- Added AutoApproveReporter
- Added a mechanism to shorten the names of output files, by omitting redundant Test Case Names, when using Google Test.
- Started adding hooks for TCR in Catch: (test && commit || revert)
- Bug fixes
- Added virtual destructors for base classes with virtual methods
- Suppress most unused-parameter warnings
- Included
<stdexcept>forstd::runtime_errorto fix build on Clang 5
- Other changes
- In
ApprovalTestNamer:- Added
getSourceFileName() - Added
getOutputFileBaseName() - Deprecated
getFileName()
- Added
- In