All Versions
5
Latest Version
Avg Release Cycle
94 days
Latest Release
2261 days ago

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 from GraphQL.API, rather than GraphQL.Resolver, this moves GraphQL.API closer to being sufficient for API definition. (see #149_)
    • ๐Ÿšš GraphQL.Value.ToValue and GraphQL.Value.FromValue modules have been removed. Import ToValue(..) and FromValue(..) from GraphQL.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 just callback for Maybe handlers.

  • 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.