Changelog for graphql-0.2.1
Change Log
All notable changes to this project will be documented in this file.
0.2.1 - 2015-09-16
Fixed
- Include data files for golden tests in Cabal package.
- Support for ghc-7.8.
0.2 - 2015-09-14
Added
- Rudimentary parser for
GraphQLwhich successfully parses the sample filekitchen-sink.graphqlfromgraphql-jstests. - Golden test for
kitchen-sink.grahqlparsing.
Changed
- Many optional data types in
GraphQldidn't need to be wrapped in aMaybe. - Some
newtypes became type synonyms for easier parsing.
0.1 - 2015-09-12
Added
- Data types for the GraphQL language.