Skip to content

Commit 4433d6c

Browse files
committed
chore: release 5.8.4
1 parent ae80b5b commit 4433d6c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
5.8.4 / 2020-01-02
2+
==================
3+
* fix(populate): ensure populate virtual gets set to empty array if `localField` is undefined in the database #8455
4+
* fix(connection): wrap `mongoose.connect()` server selection timeouts in MongooseTimeoutError for more readable stack traces #8451
5+
* fix(populate): allow deselecting `foreignField` from projection by prefixing with `-` #8460
6+
* fix(populate): support embedded discriminators with `refPath` when not all discriminator schemas have `refPath` #8452
7+
* fix(array): allow defining `enum` on array if an array of numbers #8449
8+
19
5.8.3 / 2019-12-23
210
==================
311
* fix: upgrade mongodb -> 3.4.1 #8430 [jaschaio](https://github.com/jaschaio)

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.8.4-pre",
4+
"version": "5.8.4",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)