Skip to content

Commit

Permalink
Bump 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Aug 10, 2016
1 parent 016cacb commit 365053e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## master

## 1.0.5 (August 10, 2016)
- 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).

## 1.0.4 (August 9, 2016)
- Add `ofType` property to `Connection` and `Edge` types.
Connection type is some kind of wrapper under GraphQLNamedType.
This behavior needed for `graphql-compose` module in `projection` helper, otherwise it incorrectly construct projectionMapper for tricky fields.
This behavior needed for `graphql-compose` module in `projection` helper, otherwise, it incorrectly constructs projectionMapper for tricky fields.

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

0 comments on commit 365053e

Please sign in to comment.