Skip to content

Commit 704805f

Browse files
committed
Bump 1.0.4
1 parent 3965565 commit 704805f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## master
22

3+
## 1.0.4 (August 9, 2016)
4+
- Add `ofType` property to `Connection` and `Edge` types.
5+
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.
7+
38
## 1.0.3 (July 22, 2016)
49
- If `first` or `last` args not provided, then get first 20 records by default.
510

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-compose-connection",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Plugin for `graphql-compose` which provide a connection resolver for types.",
55
"files": [
66
"es",

0 commit comments

Comments
 (0)