File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ 6.0.14 / 2021-11-29
2
+ ===================
3
+ * fix(document): catch errors in required functions #10968
4
+ * fix(connection): clone schema when passing a schema from a different copy of Mongoose to ` Connection#model() ` #10904
5
+ * fix(populate): set empty array [ ] on virtual populate with no result #10992
6
+ * fix(query): handle orFail() with replaceOne() #10963
7
+ * fix(populate): use Model by default when using Model.populate() on a POJO #10978
8
+ * fix(document): throw VersionError if saving a document with version bump and document isn't found #10974
9
+ * fix(index.d.ts): make populate type param optional #10989 [ mohd-akram] ( https://github.com/mohd-akram )
10
+ * docs(migrating_to_6): add a note about minimize and toObject() behavior change in v5.10.5 #10827
11
+ * docs: remove duplicate ` path ` in docs #11020 [ ItWorksOnMyMachine] ( https://github.com/ItWorksOnMyMachine )
12
+ * docs: fix typo in populate docs #11015 [ gavi-shandler] ( https://github.com/gavi-shandler )
13
+ * docs: fix typo in model.js #10982 [ eltociear] ( https://github.com/eltociear )
14
+
1
15
6.0.13 / 2021-11-15
2
16
===================
3
17
* fix(document): allows validating doc again if pre validate errors out #10830
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 6.0.13 " ,
4
+ "version" : " 6.0.14 " ,
5
5
"author" : " Guillermo Rauch <guillermo@learnboost.com>" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments