You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
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
0 commit comments