All Versions
27
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v2.3.4 Changes

    • โž• Add an option to remove the output file after a test has run, if there is a golden file, or one has been created
  • v2.3.3 Changes

    • ๐Ÿ”ฆ Expose createDirectoriesAndWriteFile
    • โž• Add --size-cutoff to truncate large golden test output
    • โช Restore support for GHC >= 7.8
  • v2.3.3.3 Changes

    • ๐Ÿ›  Fix a bug where goldenVsFileDiff would not create a missing golden file
  • v2.3.3.2 Changes

    • Fix a bug where the TASTY_SIZE_CUTOFF env. variable would be ignored
  • v2.3.3.1 Changes

    • ๐Ÿ›  Fix a bug with UTF-8 output
  • v2.3.2 Changes

    โž• Add a --no-create flag

  • v2.3.2.1 Changes

    Create missing directories when writing golden files

  • v2.3.1 Changes

    โœ… Intercept exceptions thrown by the test, adhering to the new tasty API contract.

  • v2.3.1.3 Changes

    ๐Ÿ‘‰ Make the environment variable TASTY_ACCEPT=True work, and make the value case-insensitive (so TASTY_ACCEPT=true works, too)

  • v2.3.1.2 Changes

    ๐Ÿ“„ Docs: link to an introductory blog post