Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 971 Bytes

File metadata and controls

34 lines (27 loc) · 971 Bytes

News for datarecorder

This file lists the major changes between versions. For a more detailed list of every change, see the Git log.

Latest

  • tbd

2.1.0

  • 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 oldText and newText markers.
  • 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.

2.0.0

  • Major: Update poke to v17.

1.0.2

  • Patch: Stopped the creation of mismatch dir when no files will be written to it.

1.0.1

  • Patch: Fix infinite loop on Windows when looking for recording directory.

1.0.0

  • Major: Initial release.