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
+ 7.5.4 / 2023-10-04
2
+ ==================
3
+ * fix: avoid stripping out ` id ` property when ` _id ` is set #13933 #13892 #13867
4
+ * fix(QueryCursor): avoid double-applying schema paths so you can include select: false fields with + projection using cursors #13932 #13773
5
+ * fix(query): allow deselecting discriminator key using - syntax #13929 #13760
6
+ * fix(query): handle $round in $expr as array #13928 #13881
7
+ * fix(document): call pre('validate') hooks when modifying a path underneath triply nested subdoc #13912 #13876
8
+ * fix(mongoose): correctly handle global applyPluginsToChildSchemas option #13911 #13887
9
+ * types: add insertMany array overload with options #13931 [ t1bb4r] ( https://github.com/t1bb4r )
10
+ * docs(compatibility): add Mongoose 7 support to compatibility matrix #13875
11
+ * docs: amend some awkward FAQ wording #13925 [ peteboere] ( https://github.com/peteboere )
12
+
1
13
7.5.3 / 2023-09-25
2
14
==================
3
15
* fix(document): handle MongoDB Long when casting BigInts #13869 #13791
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.5.3 " ,
4
+ "version" : " 7.5.4 " ,
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