File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ 8.0.2 / 2023-11-28
2
+ ==================
3
+ * fix(populate): set populated docs in correct order when populating virtual underneath doc array with justOne #14105
4
+ * fix(populate): fix curPath to update appropriately #14099 #14098 [ csy1204] ( https://github.com/csy1204 )
5
+ * types: make property names show up in intellisense for UpdateQuery #14123 #14090
6
+ * types(document): correct return type for doc.deleteOne() re: Mongoose 8 breaking change #14110 #14081
7
+ * types: correct types for when includeResultMetadata: true is set #14078
8
+ * types(models): allow specifying timestamps as inline option for bulkWrite() operations #14112 #14072
9
+ * docs: fix rendering of 7.x server compatibility #14086 [ laupow] ( https://github.com/laupow )
10
+ * docs(source/api): fix "index.js" -> "mongoose.js" rename #14125
11
+ * docs(README): update breaking change version #14126
12
+
1
13
7.6.6 / 2023-11-27
2
14
==================
3
15
* perf: avoid double-running setter logic when calling ` push() ` #14120 #11380
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 8.0.1 " ,
4
+ "version" : " 8.0.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