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

Changelog History
Page 2

  • v3.1.6 Changes

    • ๐Ÿ”ฆ Expose regex filter modules.
    • ๐Ÿ›  Fix issue with regex filters when used together with withResource nodes.
  • v3.1.5 Changes

    • โž• Add experimental --regex-include option to select tests using a regex. This option is highly experimental and may change in later versions!
    • The --regex-include/--regex-exclude option may be given multiple times now. The exclusion regexes are applied first, after that all inclusion regexes.
  • v3.1.4 Changes

    • โž• Add experimental --regex-exclude option to filter out tests using a regex. This option is highly experimental and may change in later versions!
  • v3.1.3 Changes

    • ๐Ÿ“ฆ Use package temporary instead of temporary-rc.
    • ๐Ÿšš Re-add command line options for test runner which were accidentally removed.
  • v3.1.2 Changes

    • โž• Add non-interactive mode to test runner, printing diffs/actual values directly to stdout. Useful for (travis) CI.
  • v3.1.1 Changes

    • Report success instead of failure if new result is accepted in interactive mode.
  • v3.1 Changes

    • ๐Ÿ›  Fixed & tested support for GHC 7.4.2 - 7.10.1
    • โž• Added missing lower bound for bytestring
    • โœ‚ Removed upper bounds for most dependencies
    • ๐Ÿ— Enable travis CI builds
  • v3.0 Changes

    • ๐Ÿ”จ Refactored API
    • โž• Add interactive mode
  • v2.2.2 Changes

    โž• Add findByExtension

  • v2.2.2.4 Changes

    • โœ… Warn when some tests threw exceptions during --accept
    • Properly handle exceptions; don't swallow Ctrl-C