This file lists the major changes between versions. For a more detailed list of every change, see the Git log.
- tbd
- Minor: Added
set_mismatch_template()to configure the mismatch HTML template path. - Minor: Custom mismatch template paths now fail if they cannot be resolved.
- Minor: Added template format validation for
oldTextandnewTextmarkers. - Minor: Added
in_github_actions()to detect when tests run in GitHub Actions. - Patch: Mismatch errors now include full recording/mismatch payload only in GitHub Actions.
- Patch: Added a test that prints mismatch error output for debugging and CI diagnostics.
- Major: Update poke to v17.
- Patch: Stopped the creation of mismatch dir when no files will be written to it.
- Patch: Fix infinite loop on Windows when looking for recording directory.
- Major: Initial release.