Skip to content

Releases: relay-tools/relay-local-schema

v0.5.0

05 May 01:46
v0.5.0
89515b1
Compare
Choose a tag to compare
  • Breaking: Support GraphQL.js v0.5.x instead of v0.4.x (#19)

v0.4.0

12 Apr 03:47
Compare
Choose a tag to compare
  • Breaking: Update minimum required version of Relay, to remove need for mutation response processing workaround (and the corresponding requirement for dist: trusty on Travis)

Note: This release is not yet compatible with [email protected], as graphql-relay has not yet been updated with a version compatible with the new release of graphql. We will release a new version when possible.

v0.3.2

12 Apr 03:45
Compare
Choose a tag to compare
  • Bugfix: Add work around for compatibility with newer graphql-js releases

v0.3.1

31 Dec 21:07
Compare
Choose a tag to compare

This updates various dependencies and adds some basic tests.

v0.3.0

14 Oct 14:37
Compare
Choose a tag to compare

This updates the dependency version for Relay.

v0.2.1

19 Sep 02:20
Compare
Choose a tag to compare

This adds support for GraphQL errors without associated locations. This change mirrors facebook/relay@3e7738a.

v0.2.0

12 Sep 18:42
Compare
Choose a tag to compare

We now pass request to the onError callback. This makes the actual query or mutation request that triggered the errors available there, in addition to the errors themselves.

v0.1.2

12 Sep 15:19
Compare
Choose a tag to compare

This adds Relay v0.3.x compatibility. This is purely a change to the marked peerDependencies, since there is otherwise no incompatibility.

v0.1.1

09 Sep 00:06
Compare
Choose a tag to compare

This adds support for an onError callback.

v0.1.0

07 Sep 22:43
Compare
Choose a tag to compare

This is the initial release.