- 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).
0.4.4
Allow `graphql` v0.8.0 as a peer dependency. No longer requires `babel-runtime`. Support for adding descriptions to mutations (61)
0.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.
0.4.2
- Relax `graphql` dependency to allow both versions `^v0.6.0` and `^v0.5.0`.
0.4.1
- Update mutation `resolve` method for compatibility with [graphql v0.5.0](https://github.com/graphql/graphql-js/releases/tag/v0.5.0) ([#77](https://github.com/graphql/graphql-relay-js/pull/77)).
0.4.0
- Make compatible with [`graphql` NPM module](https://www.npmjs.com/package/graphql) v0.5.0 ([#74](https://github.com/graphql/graphql-relay-js/pull/74)).