All Versions
8
Latest Version
Avg Release Cycle
200 days
Latest Release
-

Changelog History

  • v0.8.7 Changes

    • πŸ‘Œ Support for servant-0.18
      • Hint for migration: if you get errors about ambiguous type variable β€˜context0’ arising from a use of β€˜mock’, try calling mock with explicit type information about the context: mock api (Proxy @'[]), not mock api Proxy.
  • v0.8.6 Changes

    January 23, 2020
    • πŸ‘Œ Support for servant-0.17
  • v0.8.5 Changes

    November 13, 2018
    • πŸ‘Œ Support for servant-0.15
  • v0.8.4 Changes

    February 09, 2018
    • πŸ‘Œ Support for servant-0.13
  • v0.8.3 Changes

    November 08, 2017
    • πŸ‘Œ Support for servant-0.12
      • Add HasMock (Description d :> api) and HasMock (Summary d :> api) instances
  • v0.8.2 Changes

    May 24, 2017
    • πŸ‘Œ Support for servant-0.11
      • Add HasMock EmptyAPI instance
  • v0.8.1.2 Changes

    February 01, 2017
    • πŸ‘Œ Support for servant-0.10
    • πŸ›  Fix test with hspec-wai-0.8
  • v0.8.1.1 Changes

    October 08, 2016
    • πŸ›  Fix tests compiling with servant-0.9