All Versions
4
Latest Version
Avg Release Cycle
-
Latest Release
1303 days ago

Changelog History

  • v1.1.0 Changes

    September 24, 2020
    • ✅ Rewrite with runTestQ, allowing for both recoverable Q actions and mocked Q actions in IO.

      The previous tryQ' function can be reimplemented as:

      tryQ' :: Q a -> Q (Either String a)
      tryQ' = tryTestQ unmockedState
      

      with the other helpers defined as before, using tryQ'.

  • v1.0.2 Changes

    • 👌 Support GHC 8.10
  • v1.0.1 Changes

    • 👌 Support GHC 8.8
  • v1.0.0 Changes

    June 29, 2019

    🎉 Initial release:

    • ➕ Add tryQ, tryQErr, tryQErr' functions