@hackage / tasty-golden-extra

Additional golden test helpers for the tasty-golden package

Latest0.1.0.1

Changelog

Changes

Version 0.1.0.1

2025-10-13

  • GoldenVsToYAML was using fail instead of error for reporting mismatches, which caused behavioural inconsistencies (such as not creating new files when golden files do not exist). This has been fixed to use error for consistency with GoldenVsToJSON.

Version 0.1.0.0

2024-12-17

  • Introducing GoldenVsShow, GoldenVsString, GoldenVsToJSON, GoldenVsToYAML