Skip to content

Commit a076c88

Browse files
committed
chore: release 5.8.5
1 parent 24f0b9d commit a076c88

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

History.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
5.8.5 / 2020-01-06
2+
==================
3+
* fix(document): throw error when running `validate()` multiple times on the same document #8468
4+
* fix(model): ensure deleteOne() and deleteMany() set discriminator filter even if no conditions passed #8471
5+
* fix(document): allow pre('validate') hooks to throw errors with `name = 'ValidationError'` #8466
6+
* fix(update): move top level $set of immutable properties to $setOnInsert so upserting with immutable properties actually sets the property #8467
7+
* fix(document): avoid double-running validators on single nested subdocs within single nested subdocs #8468
8+
* fix(populate): support top-level match option for virtual populate #8475
9+
* fix(model): avoid applying skip when populating virtual with count #8476
10+
111
5.8.4 / 2020-01-02
212
==================
313
* fix(populate): ensure populate virtual gets set to empty array if `localField` is undefined in the database #8455

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.5-pre",
4+
"version": "5.8.5",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)