File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ 6.1.3 / 2021-12-21
2+ ==================
3+ * perf(populate): avoid duplicate model names when using refPath to avoid O(n^2) memory growth with number of array elements #10983
4+ * fix(schema+model): cast paths marked with ref when hydrating #11052
5+ * fix(schema): handle default function that returns null on document arrays #11058
6+ * fix(document): clean modified paths when setting deeply nested subdocument #11060
7+ * fix(populate): report full path when throwing strictPopulate error with deep populate #10923
8+ * fix(connection): allow calling ` setClient() ` when disconnected #11114 [ hustxiaoc] ( https://github.com/hustxiaoc )
9+ * fix(index.d.ts): fix typings in Group stage #11124 [ DavideViolante] ( https://github.com/DavideViolante )
10+ * fix(index.d.ts): add Mongoose.prototype.trusted() function to type defs #10957
11+ * fix(index.d.ts): allow use type string in $unset update with aggregation pipeline #11107 [ rpenido] ( https://github.com/rpenido )
12+ * fix(index.d.ts) treat _ id like other fields in $project #11102
13+ * docs(migrating_to_6): add omitUndefined to Mongoose 6 migration guide #10672
14+ * docs: add MongooseDocumentArray to API docs #10998
15+ * docs: fix typo in model.js #11121 [ eltociear] ( https://github.com/eltociear )
16+ * docs: fix typo in validation.md #11103 [ warlock1996] ( https://github.com/warlock1996 )
17+
1186.1.2 / 2021-12-14
219==================
320 * fix: upgrade mongodb driver to 4.2.2 #11092 [ lorand-horvath] ( https://github.com/lorand-horvath )
Original file line number Diff line number Diff line change 11{
22 "name" : " mongoose" ,
33 "description" : " Mongoose MongoDB ODM" ,
4- "version" : " 6.1.2 " ,
4+ "version" : " 6.1.3 " ,
55 "author" :
" Guillermo Rauch <[email protected] >" ,
66 "keywords" : [
77 " mongodb" ,
You can’t perform that action at this time.
0 commit comments