| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-27 | Release 0.6.0.0v0.6.0.0 | Eugen Wissner | |
| 2019-11-22 | Try type parsers in a different order | Eugen Wissner | |
| 2019-11-12 | Support nested fragments in any order | Eugen Wissner | |
| Fix #19. | |||
| 2019-11-07 | AST.Transform: Pass down a reader | Eugen Wissner | |
| The reader contains variable substitution functions and fragments. | |||
| 2019-10-31 | Save fragments in a hash map | Eugen Wissner | |
| Fixes #20. | |||
| 2019-10-22 | Release 0.5.1.0v0.5.1.0 | Eugen Wissner | |
| 2019-10-19 | Handle top-level fragments | Eugen Wissner | |
| Fixes #17. | |||
| 2019-10-11 | Inline fragments without type | Eugen Wissner | |
| Fixes #11. | |||
| 2019-09-30 | Set STACK_ROOT to cache dependencies in the CI | Eugen Wissner | |
| Set STACK_ROOT to cache dependencies between the builds. | |||
| 2019-09-29 | Ignore graphql.cabal | Eugen Wissner | |
| This file is generated and for releases another version is generated anyway. | |||
| 2019-09-25 | Document undocumented modules | Eugen Wissner | |
| Fixes #15. | |||
| 2019-09-20 | Fix haddoc warnings | Eugen Wissner | |
| Fix #14. | |||
| 2019-09-10 | Release 0.5.0.1v0.5.0.1 | Eugen Wissner | |
| 2019-09-01 | Deprecate enum, enumA, wrappedEnum, wrappedEnumA | Eugen Wissner | |
| These functions are from Language.GraphQL.Schema. There are actually only two generic types in GraphQL: Scalars and objects. Enum is a scalar value. According to the specification enums may be serailized to strings. And in the current implementation they used untyped strings anyway, so there is no point to have differently named functions with the same implementation as their scalar counterparts. | |||
| 2019-08-29 | Document all public symbols. | Eugen Wissner | |
| Mostly basic documentation. Fixes #4. | |||
| 2019-08-26 | Provide more documentation on functions and types | Eugen Wissner | |
| 2019-08-12 | Update stack snapshot to 14.0 | Eugen Wissner | |
| 2019-07-31 | Introduce formatter type for the encoder | Eugen Wissner | |
| ... to distinguish between minified and pretty printing. | |||
| 2019-07-20 | Make the tutorial to compile again | Eugen Wissner | |
| - Remove generated documentation leaving only documentation sources. - Add CI job checking that the tutorial is up to date. | |||
| 2019-07-14 | Make all exports explicit | Eugen Wissner | |
| 2019-07-03 | Add nullable types | Eugen Wissner | |
| 2019-06-21 | Parse queries with megaparsec | Eugen Wissner | |
| 2019-06-11 | Add package.yaml, update stack snapshot to 13.25 | Eugen Wissner | |
| 2016-02-17 | Garden | Danny Navarro | |
| 2016-02-08 | Drop support for older stackage versions | Danny Navarro | |
| 2016-01-26 | Pin stack to LTS-4.2 | Danny Navarro | |
| 2015-09-16 | Support ghc-7.8 | Danny Navarro | |
| 2015-09-12 | Initial commit | Danny Navarro | |
| This includes a rough port of the data types at https://github.com/graphql/graphql-js/blob/master/src/language/ast.js | |||
