Skip to content

Commit 133f2ca

Browse files
committed
chore: release 8.16.2
1 parent b83217c commit 133f2ca

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
8.16.2 / 2025-07-07
2+
===================
3+
* fix(cursor): populate after hydrating in queryCursor so populated docs get parent() #15498 #15494
4+
* fix(schema): support toJSONSchema() on mixed types and improve error message about unsupported types #15492 #15489
5+
* types: add _id and __v to toObject/toJSON transform type #15501 #15479
6+
* types(schema): use user-provided THydratedDocumentType as context for virtual get() and set() #15517 #15516
7+
* types: improve typing for transform option to toJSON and toObject #15485
8+
* docs: link to custom setter docs from lowercase, etc. options and note that setters run on query filters #15493 #15491
9+
* docs(jest): add note about resetModules #15515
10+
111
8.16.1 / 2025-06-26
212
===================
313
* fix(document): avoid setting _skipMarkModified when setting nested path with merge option #15484 #11913

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.16.1",
4+
"version": "8.16.2",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)