Releases: relay-tools/relay-local-schema
Releases · relay-tools/relay-local-schema
v0.5.0
- Breaking: Support GraphQL.js v0.5.x instead of v0.4.x (#19)
v0.4.0
- 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
- Bugfix: Add work around for compatibility with newer
graphql-js
releases
v0.3.1
This updates various dependencies and adds some basic tests.
v0.3.0
This updates the dependency version for Relay.
v0.2.1
This adds support for GraphQL errors without associated locations. This change mirrors facebook/relay@3e7738a.
v0.2.0
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
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
This adds support for an onError
callback.
v0.1.0
This is the initial release.