diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ede9d3..5f32b5ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## master +## 1.0.4 (July 20, 2016) +* expose `fieldsConverter` methods +* fix filterHelper: if `filter` InputType without fields, then do not add it to args +* fix projectionHelper: make projection flat, before passing to mongoose +* add `convertSchemaToGraphQL` method for creating cached graphql type from MongooseSchema + ## 1.0.3 (July 18, 2016) * HotFix for connection resolver * HotFix for operators' types in `filter` helper diff --git a/package.json b/package.json index 0dd33cc8..15e1801f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-compose-mongoose", - "version": "1.0.3", + "version": "1.0.4", "description": "Plugin for `graphql-compose` which derive a graphql type from a mongoose model.", "files": [ "es",