Skip to content

Releases: baianat/vue-gql

0.2.3

14 Jul 14:53
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release
  • Added executeQuery, executeMutation, executeSubscription methods on the client instance.
  • Remove query and subscribe methods.

0.2.2

14 Jul 13:45
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release
  • fix: properly stringify AST documents to strings before sending them down the wire.

0.2.1

14 Jul 13:44
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Enhancements

  • Allow the VqlClient.query to receive a DocumentNode query object.

0.2.0

14 Jul 10:40
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Enhancements

  • Use fast-json-stable-stringify for stable stringification and caching.
  • Added new Subscription component.