Gotql Versions Save

GraphQL query utility for serverside apps

v2.1.0-alpha1

2 years ago

🌵 Features:

  • Add initial support for fragments (#55)

v2.0.6

2 years ago

🐛 Bugs:

  • Fix small typo on jsdoc

v2.0.5

3 years ago

:bug: Bugs:

  • Fix issue where falsy variables are treated as undefined when using JS (#56 thanks @vaidkaran)

v2.0.4

3 years ago

:bug: Bugs

  • Fixes error when nested arrays are passed through nested arguments (#53)

v2.0.3

3 years ago

2.0.3

No changes, just for testing purposes

v2.0.2

3 years ago

:bug: Bugs:

  • Fix bugs with empty args and variables object (#51) thanks @pigulla

v2.0.1

3 years ago

GotQL arrives to version 2! 🥳

Breaking Changes

  • Update the native Got instance to the latest (v11) due to issue #48 [#49]
    • Please see the release notes from v10 and v11 to check out what changed

💥 Since this new version only supports Node 10+, so does GotQL.

Other changes

:cactus: Features:

:butterfly: Improvements:

  • Fix a bunch of small bugs
  • Fix audit warnings
  • Remove unused typings
  • Update to TS 3.9

v1.9.0

3 years ago

:cactus: Features:

  • Add new template helper called literal as suggested by @franciscolourenco on #36 (thanks @tiago154) [#47]

v1.8.5

3 years ago

This release does not include any breaking change for the user.

🦋 Improvements:

  • Using Jest as default code runner (thanks @wricke & @ohager) [#46]

v1.8.4

4 years ago

:bug: Bugs:

  • Add support for array arguments (#35)