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

Changelog History
Page 2

  • v1.1.7 Changes

    • ๐Ÿ‘ Allow base < 4.11.
  • v1.1.6 Changes

    • ๐Ÿ‘ Allow base 4.9 for building with GHC 8.0
  • v1.1.5 Changes

    • ๐Ÿ‘Œ Supports tasty < 0.12.
  • v1.1.4 Changes

    • ๐Ÿ‘Œ Supports base <= 4.9, tagged <= 0.9
  • v1.1.3 Changes

    • ๐Ÿ‘Œ Supports tasty =< 0.11
  • v1.1.2 Changes

    • ๐Ÿ‘ Allow base 4.7 for building with GHC 7.8
  • v1.1.1 Changes

    • โšก๏ธ Update to work with tasty >= 0.8
  • v1.1.0 Changes

    • โœ… The TestTree is filtered using a custom traversal now, rather than a TreeFold. This gives better guarantees that the TestTree is only reduced and that nodes (such as WithResources) continue to work. The resulting filtered TestTree now has the same shape as the original tree, but filtered tests are transformed into TestGroups with no tests. This is a fairly major change to how the filtering is performed, so this is a new major release, and previous versions are now considered deprecated.
  • v1.0.1 Changes

    • โœ… Now supports filtering TestTrees that use resources.
  • v1.0.0 Changes

    • ๐ŸŽ‰ Initial release. Supports the --rerun-update, --rerun-log-file and --rerun-filter options. Supported filters are new, failures, exceptions and successful.