Skip to content

Commit 4cd5c9c

Browse files
committed
Bump 1.0.12
1 parent 7a25b33 commit 4cd5c9c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## master
22

3+
## 1.0.12 (September 6, 2016)
4+
- fix: Resolvers now return mongoose documents. It's useful for your resolver wrappers. Now you have access to virtual fields, model methods via `source` or `source.record`.
5+
- Update dependencies
6+
- Update order of imported modules, due eslint warnings
7+
- Flow 0.32
8+
39
## 1.0.11 (September 5, 2016)
410
- Add support for `mongoose.Schema.Types.Mixed` type. Many thanks to @taion for his [graphql-type-json](https://github.com/taion/graphql-type-json) package.
511

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-compose-mongoose",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Plugin for `graphql-compose` which derive a graphql type from a mongoose model.",
55
"files": [
66
"es",

0 commit comments

Comments
 (0)