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.3 / 2023-09-25
2
+ ==================
3
+ * fix(document): handle MongoDB Long when casting BigInts #13869 #13791
4
+ * fix(model): make bulkSave() persist changes that happen in pre('save') middleware #13885 #13799
5
+ * fix: handle casting $elemMatch underneath $not underneath another $elemMatch #13893 #13880
6
+ * fix(model): make bulkWrite casting respect global setDefaultsOnInsert #13870 #13823
7
+ * fix(document): handle default values for discriminator key with embedded discriminators #13891 #13835
8
+ * fix: account for null values when assigning isNew property within document array #13883
9
+ * types: avoid "interface can only extend object types with statically known members" error in TypeScript 4 #13871
10
+ * docs(deprecations): fix typo in includeResultMetadata deprecation docs #13884 #13844
11
+ * docs: fix pre element overflow in home page #13868 [ ghoshRitesh12] ( https://github.com/ghoshRitesh12 )
12
+
1
13
7.5.2 / 2023-09-15
2
14
==================
3
15
* fix(schema): handle number discriminator keys when using Schema.prototype.discriminator() #13858 #13788
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.2 " ,
4
+ "version" : " 7.5.3 " ,
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