Skip to content

Commit 365053e

Browse files
committed
Bump 1.0.5
1 parent 016cacb commit 365053e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
## master
22

3+
## 1.0.5 (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.4 (August 9, 2016)
47
- Add `ofType` property to `Connection` and `Edge` types.
58
Connection type is some kind of wrapper under GraphQLNamedType.
6-
This behavior needed for `graphql-compose` module in `projection` helper, otherwise it incorrectly construct projectionMapper for tricky fields.
9+
This behavior needed for `graphql-compose` module in `projection` helper, otherwise, it incorrectly constructs projectionMapper for tricky fields.
710

811
## 1.0.3 (July 22, 2016)
912
- If `first` or `last` args not provided, then get first 20 records by default.

0 commit comments

Comments
 (0)