Skip to content

Commit

Permalink
chore: release 5.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 4, 2019
1 parent b3c95de commit fcbed7b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
5.7.8 / 2019-11-04
==================
* fix(document): allow manually populating path within document array #8273
* fix(populate): update top-level `populated()` when updating document array with populated subpaths #8265
* fix(cursor): throw error when using aggregation cursor as async iterator #8280
* fix(schema): retain `_id: false` in schema after nesting in another schema #8274
* fix(document): make Document class an event emitter to support defining documents without models in node #8272
* docs: document return types for `.discriminator()` #8287
* docs(connection): add note about exporting schemas, not models, in multi connection paradigm #8275
* docs: clarify that transforms defined in `toObject()` options are applied to subdocs #8260

5.7.7 / 2019-10-24
==================
* fix(populate): make populate virtual consistently an empty array if local field is only empty arrays #8230
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "5.7.8-pre",
"version": "5.7.8",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit fcbed7b

Please sign in to comment.