|
1 | 1 | ## master |
2 | 2 |
|
| 3 | +## 1.0.4 (August 10, 2016) |
| 4 | +- Update packages, add `babel-plugin-transform-runtime` for build process. Fix [issue](https://github.com/nodkz/graphql-compose-connection/issues/2) for vanilla node.js users without babel (thanks @jacobbubu). |
| 5 | + |
3 | 6 | ## 1.0.3 (July 21, 2016) |
4 | | -* Fix: unwrapping args for the underlying resolvers |
| 7 | +- Fix: unwrapping args for the underlying resolvers |
5 | 8 |
|
6 | 9 | ## 1.0.2 (July 20, 2016) |
7 | | -* Expose `NodeInterface`, `nodeFieldConfig`, `fromGlobalId`, `toGlobalId`. |
| 10 | +- Expose `NodeInterface`, `nodeFieldConfig`, `fromGlobalId`, `toGlobalId`. |
8 | 11 |
|
9 | 12 | ## 1.0.1 (July 18, 2016) |
10 | | -* Fix flow-type errors |
11 | | -* Update `flow-bin` till 0.29 |
12 | | -* Fix `peerDependencies` |
13 | | -* Update `graphql-compose` till 0.0.7 |
| 13 | +- Fix flow-type errors |
| 14 | +- Update `flow-bin` till 0.29 |
| 15 | +- Fix `peerDependencies` |
| 16 | +- Update `graphql-compose` till 0.0.7 |
14 | 17 |
|
15 | 18 | ## 1.0.0 (July 15, 2016) |
16 | | -* update `graphql-compose` till 0.0.6 |
17 | | -* small fixes |
| 19 | +- update `graphql-compose` till 0.0.6 |
| 20 | +- small fixes |
18 | 21 |
|
19 | 22 | ## 0.0.3 (July 08, 2016) |
20 | | -* mutationMiddleware move all args into `input!` arg, if `input` exists add only `clientMutationId` to it and leave rest args untouched. |
| 23 | +- mutationMiddleware move all args into `input!` arg, if `input` exists add only `clientMutationId` to it and leave rest args untouched. |
21 | 24 |
|
22 | 25 | ## 0.0.2 (July 07, 2016) |
23 | | -* realized `RootQuery.node` field |
24 | | -* mutationMiddleware for adding `clientMutationId` to input/output object types |
25 | | -* added `NodeInterface` with object type resolving |
26 | | -* add or wrap `id` field to return Relay's globally unique ID |
27 | | -* exports `flow` annotations |
| 26 | +- realized `RootQuery.node` field |
| 27 | +- mutationMiddleware for adding `clientMutationId` to input/output object types |
| 28 | +- added `NodeInterface` with object type resolving |
| 29 | +- add or wrap `id` field to return Relay's globally unique ID |
| 30 | +- exports `flow` annotations |
28 | 31 |
|
29 | 32 | ## 0.0.1 (July 04, 2016) |
30 | | -* Initial commit |
| 33 | +- Initial commit |
0 commit comments