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 Jul 20, 2016
1 parent 4e35da1 commit 1372ef0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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-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",
Expand Down

0 comments on commit 1372ef0

Please sign in to comment.