Skip to content

Commit 293c077

Browse files
committed
Bump 1.0.4
1 parent e96751e commit 293c077

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

CHANGELOG.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,33 @@
11
## master
22

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+
36
## 1.0.3 (July 21, 2016)
4-
* Fix: unwrapping args for the underlying resolvers
7+
- Fix: unwrapping args for the underlying resolvers
58

69
## 1.0.2 (July 20, 2016)
7-
* Expose `NodeInterface`, `nodeFieldConfig`, `fromGlobalId`, `toGlobalId`.
10+
- Expose `NodeInterface`, `nodeFieldConfig`, `fromGlobalId`, `toGlobalId`.
811

912
## 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
1417

1518
## 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
1821

1922
## 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.
2124

2225
## 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
2831

2932
## 0.0.1 (July 04, 2016)
30-
* Initial commit
33+
- Initial commit

0 commit comments

Comments
 (0)