File tree 2 files changed +9
-1
lines changed 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
9
5.8.3 / 2019-12-23
2
10
==================
3
11
* fix: upgrade mongodb -> 3.4.1 #8430 [ jaschaio] ( https://github.com/jaschaio )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 5.8.4-pre " ,
4
+ "version" : " 5.8.4" ,
5
5
"author" :
" Guillermo Rauch <[email protected] >" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments