forked from OSS/graphql
514 B
514 B
Change Log
All notable changes to this project will be documented in this file.
[0.2] - 2015-09-14
Added
- Rudimentary parser for
GraphQL
which successfully parses the sample filekitchen-sink.graphql
fromgraphql-js
tests. - Golden test for
kitchen-sink.grahql
parsing.
Changed
- Many optional data types in
GraphQl
didn't need to be wrapped in aMaybe
. - Some
newtype
s became type synonyms for easier parsing.
[0.1] - 2015-09-12
Added
- Data types for the GraphQL language.