| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-10 | Replace tasty and HUnit with Hspec | Eugen Wissner | |
| 2019-07-07 | Change the main namespace to Language.GraphQL | Eugen Wissner | |
| 2019-06-26 | Fix ambigious Int resolution in the lexer tests | Eugen Wissner | |
| 2019-06-21 | Parse queries with megaparsec | Eugen Wissner | |
| 2017-01-28 | Split AST in 2 | Danny Navarro | |
| One AST is meant to be a target parser and tries to adhere as much as possible to the spec. The other is a simplified version of that AST meant for execution. Also newtypes have been replaced by type synonyms and NonEmpty lists are being used where it makes sense. | |||
| 2016-12-18 | Tokenize number parser | Danny Navarro | |
| The essential change hidden behind the code golfing is using the `tok` combinator. This was making fail the Kitchen Sink test. | |||
| 2016-02-12 | Split StarWars tests in different modules | Danny Navarro | |
| 2016-01-26 | Garden | Danny Navarro | |
| 2015-10-19 | Implement first StarWars end-to-end test | Danny Navarro | |
| `execute` still needs to be implemented. | |||
| 2015-09-22 | Rename `Data.GraphQL.Printer` -> `Data.GraphQL.Encoder` | Danny Navarro | |
| 2015-09-22 | Fixes for ghc-7.8 | Danny Navarro | |
| 2015-09-22 | Add kitchen sink parse/encode unit test | Danny Navarro | |
| This also includes the fixes to make it work. Golden tests have been removed. | |||
