Skip to content

Releases: facebook/relay

v0.3.1

04 Mar 18:28
Compare
Choose a tag to compare
  • Rebuild to replace faulty NPM package (no code changes).

v0.3.0

04 Mar 18:29
Compare
Choose a tag to compare
  • Fix query variable printing for non-null and list types (#203).
  • Bumped React dependency to v0.14.0-rc.
  • Switched to using ReactDOM rather than React for performing batched updates (via unstable_batchedUpdates).
  • Updated the babel-relay-plugin to v0.2.3:
    • Added support for compiling queries containing introspection fields such as __schema, __typename and such.
    • Use of field(before: ..., first: ...) or field(after: ..., last: ...) is now an error.
  • Various improvements to documentation, warnings and error messages.

v0.2.1

04 Mar 18:29
Compare
Choose a tag to compare
  • Support simplified route query definitions (previous API still supported).

v0.2.0

04 Mar 18:30
Compare
Choose a tag to compare
  • Upgraded jest to 0.5 and switched Relay to use iojs v2+ only.
  • Changed Relay.DefaultNetworkLayer constructor to take an init object instead of fetchTimeout and retryDelays.
  • Scalars other than strings are now allowed as cursors, so long as they serialize to strings.
  • Added npm run update-schema to update the test schema.

v0.1.1

04 Mar 18:30
Compare
Choose a tag to compare
  • The 'main' entrypoint can now be used in non-ES6 projects (now built w/ Babel).
  • Instance methods of Relay.DefaultNetworkLayer are bound to the instance, facilitating reuse.
  • Renamed GraphQL_EXPERIMENTAL to GraphQL (internal change).
  • Update copyright headers.
  • Remove invariant in RelayQueryField.getCallType() when argument is unknown.
  • GraphQLRange returns diff calls with numeric values instead of strings.
  • Example apps now include an ES6 polyfill.
  • Moved React to peer dependencies; projects should depend on React directly.
  • Variables in the default network layer are no longer double-JSON encoded.
  • The default network layer now passed cookies along to the server.

v0.1.0 ༼ つ ◕_◕ ༽つ Give RELAY

04 Mar 18:31
Compare
Choose a tag to compare