| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-02 | Eliminate non-exhaustive patterns in ExecuteSpec | Eugen Wissner | |
| 2022-07-01 | Change execute' to shouldResolveTo helper method | Eugen Wissner | |
| 2022-06-30 | Document usage of the json flag | Eugen Wissner | |
| 2022-03-31 | Remove deprecated Error functions | Eugen Wissner | |
| 2022-03-27 | Allow version 2.0 of the text package.v1.0.3.0 | Eugen Wissner | |
| 2022-02-16 | enhance query errors | Dmitrii Skurikhin | |
| 2022-02-14 | add Arbitrary instances for AST.Document, add random arguments Parser test | Dmitrii Skurikhin | |
| 2022-01-20 | Add back graphql function, but jsonless | Eugen Wissner | |
| 2022-01-09 | fix empty list argument parsing | Dmitrii Skurikhin | |
| 2022-01-07 | Add unreleased changelog entry | Eugen Wissner | |
| 2022-01-07 | fix index position in error path | Dmitrii Skurikhin | |
| 2021-12-26 | Release 1.0.2.0v1.0.2.0 | Eugen Wissner | |
| 2021-12-25 | Loose bounds for compatibility with major versions | Eugen Wissner | |
| 2021-12-24 | Put JSON support behind a flag | Eugen Wissner | |
| 2021-12-22 | Add Serialize and VariableValue value instances | Eugen Wissner | |
| - `Serialize` instance for `Type.Definition.Value`. - `VariableValue` instance for `Type.Definition.Value`. It makes it possible to use the library without an additional serialization format like JSON. | |||
| 2021-11-23 | Eta reduce and update required hlint | Eugen Wissner | |
| 2021-11-22 | Move JSON tests to the upcoming extra package | Eugen Wissner | |
| 2021-09-27 | Release 1.0.1.0v1.0.1.0 | Eugen Wissner | |
| 2021-09-24 | Test with GHC 9.0 | Eugen Wissner | |
| 2021-09-23 | Remove raw-strings-qq | Eugen Wissner | |
| 2021-09-22 | Don't append a trailing newline in gql | Eugen Wissner | |
| 2021-09-21 | Add TH module with gql quasi quoter | Eugen Wissner | |
| 2021-09-17 | Test nullability on value completion | Eugen Wissner | |
| 2021-09-05 | Deprecate unused functions from the old executor | Eugen Wissner | |
| 2021-09-04 | Remove unused (and not exposed) Execute.Internal | Eugen Wissner | |
| 2021-09-04 | Add CHANGELOG entries for the new executor | Eugen Wissner | |
| 2021-09-03 | Replace the old executor | Eugen Wissner | |
| 2021-09-02 | Handle argument locations | Eugen Wissner | |
| 2021-09-01 | Adjust value completion tests | Eugen Wissner | |
| 2021-08-31 | Show the value and expected type in value completion errors | Eugen Wissner | |
| 2021-08-31 | Copy subscription code | Eugen Wissner | |
| 2021-08-31 | Handle errors | Eugen Wissner | |
| 2021-08-31 | Use sequences of selections | Eugen Wissner | |
| 2021-08-31 | Collect fields | Eugen Wissner | |
| 2021-08-31 | Skip recursive fragments and marked fields | Eugen Wissner | |
| 2021-08-31 | Inline fragment spreads | Eugen Wissner | |
| 2021-08-31 | Use directives from the Type module | Eugen Wissner | |
| 2021-08-31 | Pass variables when generating the IR | Eugen Wissner | |
| 2021-08-31 | Stub selection execution | Eugen Wissner | |
| 2021-08-31 | Rewrite the executor tree | Eugen Wissner | |
| 2021-08-31 | Provide error information for variable definitions | Eugen Wissner | |
| 2021-08-31 | Stub request execution | Eugen Wissner | |
| 2021-08-31 | Handle query errors on invalid operations | Eugen Wissner | |
| 2021-08-31 | Add new executor module | Eugen Wissner | |
| 2021-08-31 | Provide a custom Show instance for output Value | Eugen Wissner | |
| 2021-07-04 | Release 1.0.0.0v1.0.0.0 | Eugen Wissner | |
| 2021-07-02 | Report subscription error locations | Eugen Wissner | |
| 2021-06-27 | Attach the field location to resolver exceptions | Eugen Wissner | |
| 2021-06-26 | Add dependency version ranges | Eugen Wissner | |
| Also remove stack.yaml since it isn't used anymore. and adding libraries to the snapshots doesn't seem to be as easy as I hoped. | |||
| 2021-06-24 | Fail with a location for result coercion | Eugen Wissner | |
| The intermediate representation was further modified so that the operation definitions contain location information. Probably I should introduce a data type that generalizes fields and operations, so it contains object type, location and the selection set, so the functions don't accept so many arguments. | |||
