All Versions
8
Latest Version
Avg Release Cycle
200 days
Latest Release
-
Changelog History
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 callingmock
with explicit type information about the context:mock api (Proxy @'[])
, notmock api Proxy
.
- Hint for migration: if you get errors about
- π Support for servant-0.18
-
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)
andHasMock (Summary d :> api)
instances
- Add
- π Support for servant-0.12
-
v0.8.2 Changes
May 24, 2017- π Support for servant-0.11
- Add
HasMock EmptyAPI
instance
- Add
- π Support for servant-0.11
-
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