-
- Notifications
You must be signed in to change notification settings - Fork 3.9k
Pull requests: Automattic/mongoose
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
refactor: use Object.hasOwn instead of Object.prototype.hasOwnProperty(...)
#15866 opened Dec 4, 2025 by AbdelrahmanHafez Loading…
perf: optimize Object.keys() checks and optional chaining
#15865 opened Dec 4, 2025 by AbdelrahmanHafez Loading…
feat(document): add flattenUUIDs option to
toObject() and toJSON() #15864 opened Dec 4, 2025 by AbdelrahmanHafez Loading…
fix: prevent negative slice index in populate subdocPath calculation needs clarification This issue doesn't have enough information to be actionable. Close after 14 days of inactivity
#15862 opened Dec 3, 2025 by maniktyagi04 Loading…
feat: implement
as option for populate to assign results to an alternate path and add tests. #15857 opened Dec 3, 2025 by SMK-07 Loading…
fix: allow custom properties on QueryFilter objects (gh-15854) needs clarification This issue doesn't have enough information to be actionable. Close after 14 days of inactivity
#15856 opened Dec 3, 2025 by shalini-saloni Loading…
types: make PipelineStage generic to fix QueryFilter incompatibility
#15853 opened Dec 2, 2025 by JavaScriptBach • Draft
fix: clear timeout in collection operations to prevent memory leak
#15852 opened Dec 2, 2025 by techcodie Loading…
fix: pathsToSave should allow saving parent paths of whitelisted paths
#15850 opened Dec 2, 2025 by Bitshifter-9 Loading…
fix(schema): Add enumValues support to SchemaBuffer (consistency with String/Number)
#15846 opened Dec 2, 2025 by Anuj-Chhajed Loading…
refactor: reuse sort logic between Query and Aggregate
#15818 opened Nov 29, 2025 by singhankit001 Loading…
types(schema): fixed #15780 by admitting calls to Schema.static with partial object
#15816 opened Nov 29, 2025 by I-Enderlord-I Loading…
Export InferPojoType to replicate Mongoose 8 InferRawDocType behavior
#15815 opened Nov 29, 2025 by JavaScriptBach Loading…
Fix: Prevent crash in Document.prototype.init() with null/undefined
#15812 opened Nov 28, 2025 by Vegapunk-debug Loading…
fix: remove conflicting child projections when parent path excluded
#15807 opened Nov 28, 2025 by Himanshu197200 Loading…
Update homepage style docs This issue is due to a mistake or omission in the mongoosejs.com documentation
#15775 opened Nov 19, 2025 by AyushCodes160 Loading…
feat: Add dark mode support and CSS improvements docs This issue is due to a mistake or omission in the mongoosejs.com documentation
#15753 opened Nov 18, 2025 by White-Devil2839 Loading…
14 tasks done
Fixed Global autoCreate option not applied to models on createConnection()
#15749 opened Nov 17, 2025 by KirtiGautam620 Loading…
fix: add validation support for Union schema types
#15734 opened Nov 10, 2025 by codervipul775 Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.