Skip to content

Commit

Permalink
Bump 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Aug 9, 2016
1 parent 3965565 commit 704805f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## master

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

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-compose-connection",
"version": "1.0.3",
"version": "1.0.4",
"description": "Plugin for `graphql-compose` which provide a connection resolver for types.",
"files": [
"es",
Expand Down

0 comments on commit 704805f

Please sign in to comment.