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
+11
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
8.1.2 / 2024-02-08
2
+
==================
3
+
* fix: include virtuals in document array toString() output if toObject.virtuals set #14335#14315
4
+
* fix(document): handle setting nested path to spread doc with extra properties #14287#14269
5
+
* fix(populate): call setter on virtual populated path with populated doc instead of undefined #14314
6
+
* fix(QueryCursor): remove callback parameter of AggregationCursor and QueryCursor #14299[DevooKim](https://github.com/DevooKim)
7
+
* types: add typescript support for arbitrary fields for the options parameter of Model functions which are of type MongooseQueryOptions #14342#14341[FaizBShah](https://github.com/FaizBShah)
8
+
* types(model): correct return type for findOneAndUpdate with includeResultMetadata and lean set #14336#14303
9
+
* types(connection): add type definition for `createCollections()`#14295#14279
10
+
* docs(timestamps): clarify that replaceOne() and findOneAndReplace() overwrite timestamps #14337#14309
11
+
1
12
8.1.1 / 2024-01-24
2
13
==================
3
14
* fix(model): throw readable error when calling Model() with a string instead of model() #14288#14281
0 commit comments