Skip to content

Releases: graphql/graphql-relay-js

v0.4.4

16 Nov 05:18
Compare
Choose a tag to compare

Allow graphql v0.8.0 as a peer dependency.
No longer requires babel-runtime.
Support for adding descriptions to mutations (#61)

v0.4.3

01 Sep 22:10
Compare
Choose a tag to compare
  • 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

01 Sep 22:07
Compare
Choose a tag to compare
  • Relax graphql dependency to allow both versions ^v0.6.0 and ^v0.5.0.

v0.4.1

15 Apr 17:29
Compare
Choose a tag to compare

v0.4.0

14 Apr 20:27
Compare
Choose a tag to compare

v0.3.6

18 Dec 18:30
Compare
Choose a tag to compare

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

02 Nov 19:06
Compare
Choose a tag to compare

New:

  • resolveNode and resolveCursor functions for custom resolution behavior given an edge.

v0.3.4

23 Oct 22:08
Compare
Choose a tag to compare

New

  • offsetToCursor is now exported, which addresses the use cases described in #29.

v0.3.3

15 Oct 17:21
Compare
Choose a tag to compare

New

  • Add connectionFromArraySlice and connectionFromPromisedArraySlice methods for exposing connections without having to materialize an array containing all possible records.

Fixed

  • Address spec compliance for connection edge case (with first: 0 and no before or after).

v0.3.2

28 Aug 21:20
Compare
Choose a tag to compare

Fixed

  • Allow IDs to contain ":" characters. (#18)