Releases: graphql/graphql-relay-js
Releases · graphql/graphql-relay-js
v0.5.1
- Add support for
graphql
v0.9.1 (#145).
- Add
yarn.lock
(#147).
v0.5.0
- You can now pass a
deprecationReason
to mutationWithClientMutationId
(#140).
- Added
nodesField
function for defining nodes
fields (#141).
- Add support for
graphql
v0.9.0 (#143).
v0.4.4
Allow graphql
v0.8.0 as a peer dependency.
No longer requires babel-runtime
.
Support for adding descriptions to mutations (#61)
v0.4.3
- Allow
graphql
v0.7.0 as a peer dependency.
- Remove non-null restriction on
clientMutationId
field definitions.
- Use UTF-8 instead of ASCII for Base64 conversion.
- Require
first
and last
connection arguments must be non-negative integers.
v0.4.2
- Relax
graphql
dependency to allow both versions ^v0.6.0
and ^v0.5.0
.
v0.3.6
New:
- Export
backwardConnectionArgs
, forwardConnectionArgs
, pluralIdentifyingRootField
.
- Infer
globalIdField
, connection type names if not specified.
- Support thunks in mutation input and output fields.
- Pass
GraphQLResolveInfo
to idFetcher
, pluralIdentifyingRootField
.
v0.3.5
New:
resolveNode
and resolveCursor
functions for custom resolution behavior given an edge.
v0.3.4
New
offsetToCursor
is now exported, which addresses the use cases described in #29.