File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ 9.2.0 / 2026-02-09
2+ ==================
3+ * feat: add option to skip middleware #15883 #8768 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
4+ * feat(model): delay "Duplicate schema index" warning until createIndexes runs to include model name in the warning #15979
5+ * feat(model): add strict option to Model.hydrate(...) #15940 #15977
6+ * feat(document): add flattenUUIDs option to toObject() and toJSON() #15864 #15021 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
7+ * fix(schema): treat undefined as not provided for strict, strictQuery and id options #16004 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
8+ * types(inferrawdoctype): avoid adding _id to nested paths and handle _id: false in options + schema definition #15989
9+ * types: fix toObject() type inference with timestamps + virtuals #15975 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
10+ * types(models): remove dead MapReduce and GeoSearch types #15984
11+ * test(types): remove tsd in favor of tsc + test utilities #15951 #15696
12+
1138.23.0 / 2026-02-09
214===================
315 * feat(document): add flattenUUIDs option to toObject() and toJSON() (backport #15021 to 8.x)
Original file line number Diff line number Diff line change 11{
22 "name" : " mongoose" ,
33 "description" : " Mongoose MongoDB ODM" ,
4- "version" : " 9.1.6 " ,
4+ "version" : " 9.2.0 " ,
55 "author" : " Guillermo Rauch <guillermo@learnboost.com>" ,
66 "keywords" : [
77 " mongodb" ,
You can’t perform that action at this time.
0 commit comments