Skip to content

Releases: graphql/graphql-relay-js

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)

v0.3.1

18 Aug 19:05
Compare
Choose a tag to compare

Fixed

  • Pass info object to mutateAndGetPayload (#12)
  • Marks the type resolver as optional (#9)

v0.3.0

14 Aug 22:31
Compare
Choose a tag to compare

New

  • Updated to work with graphql 0.4.0

v0.2.0

12 Aug 22:36
Compare
Choose a tag to compare

New

  • Updated to work with graphql 0.3.0
  • Passed info argument in execution to idFetcher.

v0.1.0

11 Aug 19:19
Compare
Choose a tag to compare

Initial Release.