File tree 2 files changed +12
-1
lines changed 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ 7.1.1 / 2023-05-10
2
+ ==================
3
+ * fix(document): handle set() from top-level underneath a map of mixed #13386
4
+ * fix: don't modify passed options object to ` createConnection() ` #13376
5
+ * types: make lean() not clobber result type for updateOne(), etc. #13389 #13382
6
+ * types: handle union types in FlattenMaps #13368 #13346 [ Jokero] ( https://github.com/Jokero )
7
+ * types(document): correct return type for Model.prototype.deleteOne(): promise, not query #13367 #13223
8
+ * types: update document.d.ts $set function params to match set #13304 [ jeffersonlipsky] ( https://github.com/jeffersonlipsky )
9
+ * docs: add excludeIndexes to the guide schema options list #13377 #13287
10
+ * docs: fix broken "fork me" on home page #13336
11
+
1
12
6.11.1 / 2023-05-08
2
13
===================
3
14
* fix(query): apply schema-level paths before calculating projection for findOneAndUpdate() #13348 #13340
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 7.1.0 " ,
4
+ "version" : " 7.1.1 " ,
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