summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-06-10Change back the bug tracker URLHEADmasterEugen Wissner
2026-06-01Remove actionsEugen Wissner
2026-04-26Update buildenv to 6Eugen Wissner
2026-02-17Replace buildenv image with a container referenceEugen Wissner
2026-01-08Release 1.5.0.2v1.5.0.2Eugen Wissner
2026-01-01Add a feature list to the READMEEugen Wissner
2025-09-12Bump up the maximum containers version to 0.8Eugen Wissner
2025-06-19Release 1.5.0.1v1.5.0.1Eugen Wissner
2025-01-18Add --enable-tests to testEugen Wissner
2025-01-18Make the lexer and parser safeEugen Wissner
2024-12-03Release 1.5.0.0v1.5.0.0Eugen Wissner
2024-12-01Validate the subscription rootEugen Wissner
…not to be an introspection field.
2024-11-10Add test for introspection as subscription rootEugen Wissner
Add a pending test checking that an introspection field cannot be subscription root.
2024-11-07Adjust wording according to the 2021 specificationEugen Wissner
2024-11-05Parse interfaces implementing interfacesEugen Wissner
2024-11-05Remove deprecated gql quasi quoterEugen Wissner
2024-10-26Release 1.4.0.0v1.4.0.0Eugen Wissner
2024-10-24Deprecate gqlEugen Wissner
2024-10-18Replace gql with literals in the validation testsEugen Wissner
2024-10-17Fix block alignment in some parser testsEugen Wissner
2024-10-14Replace gql in Encoder tests with multiline stringEugen Wissner
2024-10-13Validate repeatable directivesEugen Wissner
2024-09-17Add a test for empty field argument listEugen Wissner
... within parens.
2024-08-28Test directive definition decoderEugen Wissner
2024-08-27Parse repeatable directive definitionsEugen Wissner
2024-08-25Add repeatable argument to the directiveEugen Wissner
… schema representation.
2024-08-23Add specifiedBy directiveEugen Wissner
2024-08-07Require base >=4.15 (GHC 9)Eugen Wissner
It's already required by some of the dependencies, so it shouldn't be a problem. Anyway NonEmpty usage is requiring base >=4.9 at least.
2024-08-06Fix GHC 9.8 warningsEugen Wissner
2024-08-04Remove unused liftA2 importEugen Wissner
2024-08-04Remove cariage return from the qq stringEugen Wissner
2024-07-25Pass sdist output to the upload commandEugen Wissner
2024-05-01Add a release taskv1.3.0.0Eugen Wissner
2024-05-01Update QuickCheck and containersEugen Wissner
2024-04-04Remove deprecated symbols from the Error moduleEugen Wissner
2024-04-03Switch to haskell images in the CIEugen Wissner
2024-04-02Update hlint to 3.8Eugen Wissner
2024-01-09Release 1.2.0.3v1.2.0.3Eugen Wissner
2024-01-08Release 1.2.0.2v1.2.0.2Eugen Wissner
2024-01-05Fix variable location in objects and listsEugen Wissner
2023-12-28Add a test for the wrong variable locationEugen Wissner
inside an input object for the role checking for unused and undefined variables.
2023-12-27Fix "variable is not used" errorMatei Adriel
2023-12-21Add a failing test for unused variables bugEugen Wissner
2023-11-27Add a workflowEugen Wissner
2023-11-08Add a test for the input object coercion issueEugen Wissner
2023-11-04Fix values not being coerced to listsMatei Adriel
2023-10-14Add a CHANGELOG entry for the show type fixEugen Wissner
2023-10-13Fix non nullable type representationEugen Wissner
…in executor error messages.
2023-08-03Remove leading carriage return in gqlEugen Wissner
2023-04-25Support hspec 2.11v1.2.0.1Eugen Wissner