File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ 6.1.2 / 2021-12-14
2
+ ==================
3
+ * fix: upgrade mongodb driver to 4.2.2 #11092 [ lorand-horvath] ( https://github.com/lorand-horvath )
4
+ * fix(model): respect discriminators when calling Model.watch() #11007
5
+ * fix(populate): allow referencing parent connection models by name when using ` useDb() ` #11003
6
+ * fix(query): support options param to ` Query.prototype.countDocuments() ` #11037
7
+ * fix(query): correctly use awaitData instead of awaitdata in ` Query.prototype.tailable() ` #10875
8
+ * fix(index.d.ts): fix replaceRoot type #11098 [ alibehroozi] ( https://github.com/alibehroozi )
9
+ * fix(index.d.ts): add missing syncIndexes() definition to Mongoose global and Connection class #11065
10
+ * fix(index.d.ts): add boolean type for transform option #11057 [ AliYusuf95] ( https://github.com/AliYusuf95 )
11
+ * docs(model.estimatedDocumentCount): add await into example to get value from the Query #11044 [ olecom] ( https://github.com/olecom )
12
+ * docs: fix broken build from awaitdata comment #11096 [ medolino] ( https://github.com/medolino )
13
+ * docs: correct Query.prototype.transform() docs #11094 [ medolino] ( https://github.com/medolino )
14
+
1
15
6.1.1 / 2021-12-09
2
16
==================
3
17
* fix(document): allow setting nested path to instance of document #11011
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.1.1 " ,
4
+ "version" : " 6.1.2 " ,
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