Skip to content

Releases: gatsbyjs/gatsby-graphql-toolkit

v2.0.4

14 Mar 16:36
Compare
Choose a tag to compare

fix: create correct types for lists #87

v2.0.3

23 Nov 14:55
Compare
Choose a tag to compare

Fix: GraphQL 16 & Gatsby 5 Compatibility

  • Merged PR #48 to have GraphQL 16 compat
  • Updated peerDeps to include ^5.0.0

v2.0.2

23 Mar 10:16
Compare
Choose a tag to compare

Fix: Gatsby v4 compatibility

No breaking changes. Just an update to peerDependencies and an update to the README.

v2.0.0

03 May 17:56
Compare
Choose a tag to compare

Feat: Gatsby v3 compatibility

No breaking changes. Just a version bump and minor tweaks required for gatsby@^3.0.0 compatibility.

v1.0.0

28 Feb 19:36
Compare
Choose a tag to compare

Stability bump. The project has been used in production for a while now. So should be versioned accordingly.

Changes:

  • Feat: display warnings in the default query executor
  • chore: export IPaginationInterface, IPageInfo type definitions in package
  • chore: drop gatsby-graphql-toolkit prefix from logs

v0.6.0

28 Sep 20:12
Compare
Choose a tag to compare

Feat: compile gatsby fragments

Added new experimental tool compileGatsbyFragments. Use it to compile custom source fragments to
Gatsby fragments. See README.md for details.

Fixes

  • be smarter when adding a __typename field (see #11)
  • support variables within input objects (see #13)
  • support lists with a single value in NODE_ queries (see #14)

v0.5.0

08 Sep 17:34
Compare
Choose a tag to compare

This release has no intentional breaking changes. See the CHANGELOG for updates.

v0.4.0

19 Aug 11:58
Compare
Choose a tag to compare

0.3.0

15 Aug 10:02
Compare
Choose a tag to compare