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.0.2 / 2025-12-17
2+ ==================
3+ * fix(model): trigger error post hook on bulkwrite when pre-hook throws an error #15882 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
4+ * fix(document): use bitwise OR to accumulate version mode flags #15893 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
5+ * types(queries): apply Mongoose casting to default MongoDB driver _id in RootFilterOperators #15891 #15887 #15779
6+ * types(schema): correctly infer virtuals, methods on hydrated doc type from schema options #15892
7+ * types: fixed this parameter type detection for methods with arguments #15885 [I-Enderlord-I](https://github.com/I-Enderlord-I)
8+ * types: export InferRawDocTypeWithout_id to replicate Mongoose 8 InferRawDocType behavior #15815 #15814 [JavaScriptBach](https://github.com/JavaScriptBach)
9+ * docs: improve colors on dark mode #15879 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
10+ * docs(model): add overwriteImmutable option #15884 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
11+ * refactor: remove internal callbacks for buffering #15890
12+
1138.20.3 / 2025-12-15
214===================
315 * perf: use Object.hasOwn instead of Object#hasOwnProperty #15875 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
Original file line number Diff line number Diff line change 11{
22 "name" : " mongoose" ,
33 "description" : " Mongoose MongoDB ODM" ,
4- "version" : " 9.0.1 " ,
4+ "version" : " 9.0.2 " ,
55 "author" :
" Guillermo Rauch <[email protected] >" ,
66 "keywords" : [
77 " mongodb" ,
You can’t perform that action at this time.
0 commit comments