Version Bump

This also includes updates to CHANGELOG, TODO and README.
This commit is contained in:
Danny Navarro
2015-09-22 14:27:10 +02:00
parent af42e5577c
commit 6ce2004264
4 changed files with 24 additions and 7 deletions

View File

@ -9,9 +9,11 @@ but the idea is to be a Haskell port of
should include:
- [x] GraphQL AST
- [x] Parser for the GraphQL language. See TODO for caveats.
- [x] Parser for the GraphQL language. See TODO for limitations.
- [x] Printer for GraphQL. This is not pretty yet.
- [ ] GraphQL Schema AST.
- [ ] Parser for the GraphQL Schema language.
- [ ] Printer for the GraphQL Schema language.
- [ ] Interpreter of GraphQL requests.
- [ ] Utilities to define GraphQL types and schema.