Releases: graphql-compose/graphql-compose-mongoose
Releases · graphql-compose/graphql-compose-mongoose
v1.4.4
1.4.4 (2016-12-27)
Bug Fixes
- Package: Try to fix wrong deps in built package (#14) (1b699170)
v1.4.3
1.4.3 (2016-12-26)
Bug Fixes
- Package: NPMJS mix peerDependencies with dependencies in v1.4.2 (91ad09ac, closes #14)
v1.4.2
1.4.2 (2016-12-20)
Bug Fixes
- Resolvers: Provide documents with all fields to
updateById
and updateOne
(b2957919)
v1.4.1
1.4.1 (2016-12-01)
Bug Fixes
- findByIds: Allowed to be id of any type (0b981f7d, closes #4)
According to the MongoDB documentation _id
field can be of any type:
"The field name _id is reserved for use as a primary key; its value must be unique in the collection, is immutable, and may be of any type other than an array."
Thanks @unkleho for his great first PR 🎉
v1.4.0
1.4.0 (2016-11-23)
Features
- FieldsConverter: DocumentArray return defined early TypeComposer if it exists, instead of generat (34e17448)
v1.3.6
<a name"1.3.6">
1.3.6 (2016-11-21)
Bug Fixes
- FieldsConverter: Translate embedded docs value to vanilla object for proper
isNullish
graphql (3883e7a2, closes #7)
Thanks @yoadsn for deep analysis
v1.3.5
<a name"1.3.5">
1.3.5 (2016-10-31)
Bug Fixes
- Export: Make GraphQLMongoID type public (bf7d168e)
v1.3.4
<a name"1.3.4">
1.3.4 (2016-10-26)
Bug Fixes
- FieldsConverter: Pass fields with MongoID type in Embedded Schemas (except _id) (a8baac50)
v1.3.3
<a name"1.3.3">
1.3.3 (2016-10-25)
Bug Fixes
- Dependencies: Fixes due deprecated methods in
graphql-compose
(c1f1850b)
v1.3.2
<a name"1.3.2">
1.3.2 (2016-10-20)
Bug Fixes
- FieldConverter: Return field type for mongoose references instead of abstract GQLReference type (9edc5a84, closes #3)