Gotql Versions Save

GraphQL query utility for serverside apps

v1.8.3

4 years ago

:bug: Bugs:

  • Add support for null arguments (#33)
  • Fix problem with wrong parsing of non-string arguments (#33)

v1.8.1

4 years ago

:bug: Bugs:

  • Add support for null arguments (#33)
  • Fix problem with wrong parsing of non-string arguments (#33)

v1.7.0

4 years ago

:cactus: Features:

  • Add support for nested arguments (#29)

v1.6.1

4 years ago

🐛 Bugfixes:

  • Fix empty declaration file in index.ts (#23)

v1.6.0

4 years ago

:cactus: New Features:

  • Allow fields and nested fields to have arguments within them (#20)

:butterfly: Improvements:

  • All dependencies have been updated to the latest version

v1.5.0

4 years ago

:butterfly: Improvements:

  • Makes Got instance customizable (#17)

v1.4.1

4 years ago

🌵 Features:

  • GotQL now uses debug to internally debug the code

🦋 Improvements:

  • Full refactor to Typescript, fixing #6

v1.3.12

5 years ago

Alias to 1.3.11

v1.3.11

5 years ago

Changelog

:bug: Bugs:

  • Fixes issue when boolean arguments were passed, described on #4

v1.3.9

6 years ago

Some issues were reported on linters and transpilers. So, since I'm fixing node version >=7 there's no need to use babel, so I removed it from the package and updated all the references to get straight from src

Changelog

+ Add file list to package.json so useless files won't come along on download * Fix bug with Babel that was causing the entire package to fail to build - Removed dist folder