All Versions
5
Latest Version
Avg Release Cycle
94 days
Latest Release
2406 days ago
Changelog History
Changelog History
-
v0.3.0 Changes
February 08, 2018๐ฅ Breaking changes
- ๐
Enum
handlers are now monadic (see#118
_) - You must use protolude 0.2.1 or later
- 0๏ธโฃ
Defaultable
must now be imported fromGraphQL.API
, rather thanGraphQL.Resolver
, this movesGraphQL.API
closer to being sufficient for API definition. (see#149
_) - ๐
GraphQL.Value.ToValue
andGraphQL.Value.FromValue
modules have been removed. ImportToValue(..)
andFromValue(..)
fromGraphQL.Value
directly.
๐ Improvements
- ๐ Now support GHC 8.2 as well as 8.0.2 and later
- โ Added support for anonymous queries (thanks
@sunwukonga
_)
.. _
#118
: https://github.com/jml/graphql-api/issues/118 .. _#149
: https://github.com/haskell-graphql/graphql-api/issues/149 .. _@sunwukonga
: https://github.com/sunwukonga - ๐
-
v0.2.0 Changes
October 12, 2017- ๐ Make
Name
an overloaded string that panics if an invalid name is provided. - ๐ Correctly descend into the type parameter of a
Maybe
. See https://github.com/jml/graphql-api/issues/119. This is a backwards-incompatible change.
A common update would be having to
fmap pure callback
instead of justcallback
forMaybe
handlers. - ๐ Make
-
v0.1.2
March 02, 2017 -
v0.1.1 Changes
January 31, 2017๐ The same code as v0.1.0, but with
-Werror
removed so we can submit to to Hackage. -
v0.1.0 Changes
January 30, 2017๐ First release! Don't use in production etc.
๐ The goal of this release is to gather feedback, and maybe get some enthusiastic early adapters. We have many open issues and missing features, please check issues before filing a new one.