| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-27 | Drop support for GHC-7.8.4 | Danny Navarro | |
| 2016-03-15 | Merge branch 'all-improvements' | Danny Navarro | |
| This adds general API documentation, a tutorial and error handling. | |||
| 2016-03-14 | Added documentation of functions and modules and included tutorial.lhs. | solrun | |
| 2016-02-22 | Remove `StringValue` type | Danny Navarro | |
| 2016-01-26 | Garden | Danny Navarro | |
| 2015-09-25 | Adds IsString instance to Variable for easier REPL playing | timmy_tofu | |
| 2015-09-21 | Introduce `Node` data type to simplify `OperationDefinition` | Danny Navarro | |
| Thanks to @swolchok for the suggestion. | |||
| 2015-09-18 | Handle escaped quotes for GraphQL String Values | Danny Navarro | |
| This also includes a new type for Value String. The tests fail now, although it parses successfully. I'll use a pretty printer in next commit so that it's easier to spot the differences. Onces this is working I'll add the rest of the escaped characters. | |||
| 2015-09-18 | Refine numeric types | Danny Navarro | |
| 2015-09-18 | Garden | Danny Navarro | |
| 2015-09-14 | Several improvements to the parser | Danny Navarro | |
| - Add token combinator to simplify whitespace handling. - Simplify whiteSpace parsers. - Add `optempty` to handle pure mempty cases. `empty /= pure mempty`. - Use `between` combinators for brackets, braces and parens. This also includes small adjustments to the AST. | |||
| 2015-09-13 | Minor adjustments in AST for easier parsing | Danny Navarro | |
| Also `Maybe` wrappers removed. I don't think there needs to be a special case for empty values vs no values at all. | |||
| 2015-09-12 | Add missing OperationDefinition `Name` | Danny Navarro | |
| 2015-09-12 | Rename module `Data.GraphQL` -> `Data.GraphQL.AST` | Danny Navarro | |
