Skip to content

Commit fcbed7b

Browse files
committed
chore: release 5.7.8
1 parent b3c95de commit fcbed7b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

History.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
5.7.8 / 2019-11-04
2+
==================
3+
* fix(document): allow manually populating path within document array #8273
4+
* fix(populate): update top-level `populated()` when updating document array with populated subpaths #8265
5+
* fix(cursor): throw error when using aggregation cursor as async iterator #8280
6+
* fix(schema): retain `_id: false` in schema after nesting in another schema #8274
7+
* fix(document): make Document class an event emitter to support defining documents without models in node #8272
8+
* docs: document return types for `.discriminator()` #8287
9+
* docs(connection): add note about exporting schemas, not models, in multi connection paradigm #8275
10+
* docs: clarify that transforms defined in `toObject()` options are applied to subdocs #8260
11+
112
5.7.7 / 2019-10-24
213
==================
314
* fix(populate): make populate virtual consistently an empty array if local field is only empty arrays #8230

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "5.7.8-pre",
4+
"version": "5.7.8",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)