Skip to content

Releases: atulmy/gql-query-builder

v3.5.0

01 Jul 08:50
Compare
Choose a tag to compare

What's new?

  • Fix: Removal of brackets for scalar operations #37
  • fix: Multiple queries variables doesn't get set in the root query #39
  • feat: added ability to set operation name #40
  • Feat: Added argument name option #42

Thanks to @Devorein for the contributions and support.

NPM: https://www.npmjs.com/package/gql-query-builder/v/3.5.0

v3.4.1

20 Jun 07:04
Compare
Choose a tag to compare

What's new?

  • Handle parameters on nested fields #3

Thanks to @cbonaudo and @ccollie for the contributions (PR #33, #35).

NPM: https://www.npmjs.com/package/gql-query-builder/v/3.4.1

v3.3.0

18 Apr 06:27
Compare
Choose a tag to compare

What's new?

  • Fix undefined variable

Thanks to @ARHariri for adding support for array variables!

v3.2.0

01 Apr 15:24
Compare
Choose a tag to compare

What's new?

  • Support array variables
  • Updated dependencies

Thanks to @ARHariri for adding support for array variables!

v3.1.1

11 Jun 10:48
Compare
Choose a tag to compare

What's new?

  • Adapter support (PR #11)
  • Restructure codebase
  • Updated test cases
  • Updated documentation

A big thanks to @toadkicker who made this release possible!

v3.0.7

10 Jun 11:10
Compare
Choose a tag to compare

Minor enhancement

What's new?

  • Make fields optional (see issue #12)

Thanks to @albertalquisola for the enhancement request.

v3.0.2

14 Mar 19:48
Compare
Choose a tag to compare

Note: This is a major release and not compatible with previous version. Please check readme for changes in API.

What's new?

  • Port to Typescript
  • Single query, multiple operations
  • Restructure codebase
  • Updated test cases
  • Updated documentation

A big thanks to @bebraw who made this release possible!

v2.0.2

12 Feb 11:15
Compare
Choose a tag to compare

What's new?

  • Selection of nested fields
  • Option to pass required variables
  • New test cases
  • Few more examples in Readme

Breaking changes

  • Removed data as a parameter to option. Use variables instead.