Skip to content

Commit

Permalink
chore: release 5.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 6, 2020
1 parent 24f0b9d commit a076c88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
5.8.5 / 2020-01-06
==================
* fix(document): throw error when running `validate()` multiple times on the same document #8468
* fix(model): ensure deleteOne() and deleteMany() set discriminator filter even if no conditions passed #8471
* fix(document): allow pre('validate') hooks to throw errors with `name = 'ValidationError'` #8466
* fix(update): move top level $set of immutable properties to $setOnInsert so upserting with immutable properties actually sets the property #8467
* fix(document): avoid double-running validators on single nested subdocs within single nested subdocs #8468
* fix(populate): support top-level match option for virtual populate #8475
* fix(model): avoid applying skip when populating virtual with count #8476

5.8.4 / 2020-01-02
==================
* fix(populate): ensure populate virtual gets set to empty array if `localField` is undefined in the database #8455
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.8.5-pre",
"version": "5.8.5",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit a076c88

Please sign in to comment.