All Versions
27
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
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
- ๐ฆ Expose
-
v2.3.3.3 Changes
- ๐ Fix a bug where
goldenVsFileDiff
would not create a missing golden file
- ๐ Fix a bug where
-
v2.3.3.2 Changes
- Fix a bug where the
TASTY_SIZE_CUTOFF
env. variable would be ignored
- Fix a bug where the
-
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 (soTASTY_ACCEPT=true
works, too) -
v2.3.1.2 Changes
๐ Docs: link to an introductory blog post