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
+7
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
7.5.2 / 2023-09-15
2
+
==================
3
+
* fix(schema): handle number discriminator keys when using Schema.prototype.discriminator() #13858#13788
4
+
* fix: ignore `id` property when calling `set()` with both `id` and `_id` specified to avoid `id` setter overwriting #13762
5
+
* types: pass correct document type to required and default function #13851#13797
6
+
* docs(model): add examples of using diffIndexes() to syncIndexes()and diffIndexes() api docs #13850#13771
7
+
1
8
7.5.1 / 2023-09-11
2
9
==================
3
10
* fix: set default value for _update when no update object is provided and versionKey is set to false #13795#13783[MohOraby](https://github.com/MohOraby)
0 commit comments