Skip to content

Releases: brandonchinn178/tasty-autocollect

v0.4.3

17 May 06:10
c1e38f9
Compare
Choose a tag to compare
  • Add support for GHC 9.10
  • Drop support for GHC 9.4

v0.4.2

26 Dec 16:29
d68acf3
Compare
Choose a tag to compare
  • Add support for GHC 9.8
  • Drop support for GHC 9.0 and 9.2

v0.4.1

09 Jun 21:28
Compare
Choose a tag to compare
  • Add support for GHC 9.6

v0.4.0

24 Dec 00:00
3305f18
Compare
Choose a tag to compare
  • Drop support for GHC 8.10
  • Added support for where clauses in test_prop, where the where clause may reference the generated arguments in test_prop
  • Don't autocollect invalid module names
  • Enable importing configuration from other files

v0.3.2.0

20 Nov 02:08
d5a0070
Compare
Choose a tag to compare
  • Added support for GHC 9.4

v0.3.1.0

25 Aug 05:33
cfa4556
Compare
Choose a tag to compare
  • Fix bug where errors in Main module would show the path of the temporary file instead of the original file
  • Ignore binary files in test directory

v0.3.0.0

13 Jul 06:20
4f4dd9c
Compare
Choose a tag to compare
  • Fix bug when omitting signature after specifying a signature for a prior test
  • Add support for _expectFail, _expectFailBecause, _ignoreTest, _ignoreTestBecause suffixes

v0.2.0.0

12 Jul 06:31
c8f0123
Compare
Choose a tag to compare
  • Fix build for GHC 8.10.2
  • Greatly simplify framework by replacing test_testCase with just test = testCase ...

v0.1.0.0

11 Jul 07:11
Compare
Choose a tag to compare

Initial release