Releases: facebook/relay
Releases · facebook/relay
v0.3.1
v0.3.0
- Fix query variable printing for non-null and list types (#203).
- Bumped React dependency to v0.14.0-rc.
- Switched to using
ReactDOM
rather thanReact
for performing batched updates (viaunstable_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: ...)
orfield(after: ..., last: ...)
is now an error.
- Added support for compiling queries containing introspection fields such as
- Various improvements to documentation, warnings and error messages.
v0.2.1
v0.2.0
- Upgraded jest to 0.5 and switched Relay to use iojs v2+ only.
- Changed
Relay.DefaultNetworkLayer
constructor to take aninit
object instead offetchTimeout
andretryDelays
. - 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
- 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
toGraphQL
(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
- Initial public release.