We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3526799 commit 5e08e3eCopy full SHA for 5e08e3e
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+8.3.5 / 2024-05-15
2
+==================
3
+ * fix(query): shallow clone $or, $and if merging onto empty query filter #14580 #14567
4
+ * types(model+query): pass TInstanceMethods to QueryWithHelpers so populated docs have methods #14581 #14574
5
+ * docs(typescript): clarify that setting THydratedDocumentType on schemas is necessary for correct method context #14575 #14573
6
+
7
8.3.4 / 2024-05-06
8
==================
9
* perf(document): avoid cloning options using spread operator for perf reasons #14565 #14394
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "8.3.4",
+ "version": "8.3.5",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments