Skip to content

Releases: khaosdoctor/gotql

[ALPHA] Fragment support

11 Jun 23:18
2f41410
Compare
Choose a tag to compare
Pre-release

🌵 Features:

  • Add initial support for fragments (#55)

v2.0.6

11 Jun 22:28
v2.0.6
b1e0d9c
Compare
Choose a tag to compare

🐛 Bugs:

  • Fix small typo on jsdoc

v2.0.5

13 Apr 14:33
b1bf046
Compare
Choose a tag to compare

🐛 Bugs:

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

v2.0.4

06 Mar 22:16
v2.0.4
6a95720
Compare
Choose a tag to compare

🐛 Bugs

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

Publish release

04 Dec 17:04
v2.0.3
a902619
Compare
Choose a tag to compare

2.0.3

No changes, just for testing purposes

v2.0.2

04 Dec 17:01
v2.0.2
91ae26e
Compare
Choose a tag to compare

🐛 Bugs:

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

v2.0.1

31 Jul 20:09
v2.0.1
e16f95b
Compare
Choose a tag to compare

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

🌵 Features:

🦋 Improvements:

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

v1.9.0

27 Jul 18:49
v1.9.0
79108f3
Compare
Choose a tag to compare

🌵 Features:

Using Jest

27 Jul 18:14
v1.8.5
9fe6821
Compare
Choose a tag to compare

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

🦋 Improvements:

v1.8.4

06 May 14:48
v1.8.4
3c89e64
Compare
Choose a tag to compare

🐛 Bugs:

  • Add support for array arguments (#35)