Skip to content

Commit 1372ef0

Browse files
committed
Bump 1.0.4
1 parent 4e35da1 commit 1372ef0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 1.0.4 (July 20, 2016)
4+
* expose `fieldsConverter` methods
5+
* fix filterHelper: if `filter` InputType without fields, then do not add it to args
6+
* fix projectionHelper: make projection flat, before passing to mongoose
7+
* add `convertSchemaToGraphQL` method for creating cached graphql type from MongooseSchema
8+
39
## 1.0.3 (July 18, 2016)
410
* HotFix for connection resolver
511
* HotFix for operators' types in `filter` helper

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-mongoose",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Plugin for `graphql-compose` which derive a graphql type from a mongoose model.",
55
"files": [
66
"es",

0 commit comments

Comments
 (0)