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
+ 6.8.3 / 2023-01-06
2
+ ==================
3
+ * perf: improve performance of assignRawDocsToIdStructure for faster populate on large docs #12867 [ Uzlopak] ( https://github.com/Uzlopak )
4
+ * fix(model): ensure consistent ordering of validation errors in insertMany() with ordered: false and rawResult: true #12866
5
+ * fix: avoid passing final callback to pre hook, because calling the callback can mess up hook execution #12836
6
+ * fix(types): avoid inferring timestamps if methods, virtuals, or statics set #12871
7
+ * fix(types): correctly infer string enums on const arrays #12870 [ JavaScriptBach] ( https://github.com/JavaScriptBach )
8
+ * fix(types): allow virtuals to be invoked in the definition of other virtuals #12874 [ sffc] ( https://github.com/sffc )
9
+ * fix(types): add type def for Aggregate#model without arguments #12864 [ hasezoey] ( https://github.com/hasezoey )
10
+ * docs(discriminators): add section about changing discriminator key #12861
11
+ * docs(typescript): explain that virtuals inferred from schema only show up on Model, not raw document type #12860 #12684
12
+
1
13
6.8.2 / 2022-12-28
2
14
==================
3
15
* fix(schema): propagate strictQuery to implicitly created schemas for embedded discriminators #12827 #12796
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.8.2 " ,
4
+ "version" : " 6.8.3 " ,
5
5
"author" : " Guillermo Rauch <guillermo@learnboost.com>" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments