Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
aamining
/
mongoose
Public
forked from
Automattic/mongoose
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
mongoose
docs
on
4.12
User selector
All users
All time
Commit history
Commits on Sep 30, 2017
Merge branch 'master' into 4.12
Show description for fb68f68
vkarpov15
committed
fb68f68
View commit details
Copy full SHA for fb68f68
View code at this point
Browse repository at this point
Commits on Sep 27, 2017
fix(model): make `init()` public and return a promise that resolves when indexes are done building
Show description for 4875dbe
vkarpov15
committed
4875dbe
View commit details
Copy full SHA for 4875dbe
View code at this point
Browse repository at this point
Commits on Sep 12, 2017
feat(schema): add schema-level collation option
Show description for e5fd79d
vkarpov15
committed
e5fd79d
View commit details
Copy full SHA for e5fd79d
View code at this point
Browse repository at this point
Commits on Sep 5, 2017
Merge branch 'master' into 4.12
Show description for 088c855
vkarpov15
committed
088c855
View commit details
Copy full SHA for 088c855
View code at this point
Browse repository at this point
Commits on Sep 3, 2017
docs: add back 3.x docs
vkarpov15
committed
6c2e00d
View commit details
Copy full SHA for 6c2e00d
View code at this point
Browse repository at this point
Commits on Sep 2, 2017
Merge branch 'master' of github.com:Automattic/mongoose
Show description for 71cd410
vkarpov15
committed
71cd410
View commit details
Copy full SHA for 71cd410
View code at this point
Browse repository at this point
docs: add KeenIO for tracking
vkarpov15
committed
ce586e4
View commit details
Copy full SHA for ce586e4
View code at this point
Browse repository at this point
Merge pull request #5594 from kevinburke/fix-typo
Show description for f2aca69
vkarpov15
authored
f2aca69
View commit details
Copy full SHA for f2aca69
View code at this point
Browse repository at this point
Commits on Aug 29, 2017
Merge branch 'master' of github.com:Automattic/mongoose
vkarpov15
committed
2ef3f47
View commit details
Copy full SHA for 2ef3f47
View code at this point
Browse repository at this point
docs(document): describe usage of `.set()`
Show description for 83ca68d
vkarpov15
committed
83ca68d
View commit details
Copy full SHA for 83ca68d
View code at this point
Browse repository at this point
Spell "Jason Bourne" correctly
Show description for 3801abb
kevinburke
committed
3801abb
View commit details
Copy full SHA for 3801abb
View code at this point
Browse repository at this point
Merge pull request #5578 from dmric/master
Show description for 5dac9c6
vkarpov15
authored
5dac9c6
View commit details
Copy full SHA for 5dac9c6
View code at this point
Browse repository at this point
Commits on Aug 28, 2017
fix(collection): use createIndex() instead of deprecated ensureIndex()
Show description for 6bd3172
vkarpov15
committed
6bd3172
View commit details
Copy full SHA for 6bd3172
View code at this point
Browse repository at this point
Commits on Aug 27, 2017
docs(schematypes): fix spacing re: #5567
vkarpov15
committed
3c59840
View commit details
Copy full SHA for 3c59840
View code at this point
Browse repository at this point
Commits on Aug 24, 2017
Use story schema defined key author instead of creator.
dmric
committed
b728cc7
View commit details
Copy full SHA for b728cc7
View code at this point
Browse repository at this point
Commits on Aug 19, 2017
docs(populate): remove Number ref from populate docs
vkarpov15
committed
a0ebd07
View commit details
Copy full SHA for a0ebd07
View code at this point
Browse repository at this point
Commits on Aug 16, 2017
docs(populate): remove confusing leading `_` from populate examples
Show description for 45c0c1e
vkarpov15
committed
45c0c1e
View commit details
Copy full SHA for 45c0c1e
View code at this point
Browse repository at this point
Commits on Aug 8, 2017
Fix property name
et
authored
2b816ea
View commit details
Copy full SHA for 2b816ea
View code at this point
Browse repository at this point
Commits on Jul 29, 2017
fix: wrong reference link to $lookup
TalhaAwan
authored
b71e319
View commit details
Copy full SHA for b71e319
View code at this point
Browse repository at this point
Commits on Jul 27, 2017
docs: warn not to use arrow functions for statics and methods
Show description for 20cce65
vkarpov15
committed
20cce65
View commit details
Copy full SHA for 20cce65
View code at this point
Browse repository at this point
Commits on Jul 23, 2017
docs(connection): add mongos to example re: #5442
vkarpov15
committed
e47b34a
View commit details
Copy full SHA for e47b34a
View code at this point
Browse repository at this point
docs(connection): clarify server/replset/mongos option deprecation with useMongoClient
Show description for bd765b7
vkarpov15
committed
bd765b7
View commit details
Copy full SHA for bd765b7
View code at this point
Browse repository at this point
Commits on Jul 22, 2017
docs(middleware): clarify context for document, query, and model middleware
Show description for fe3897b
vkarpov15
committed
fe3897b
View commit details
Copy full SHA for fe3897b
View code at this point
Browse repository at this point
Commits on Jul 18, 2017
docs: improve changes from #5475
vkarpov15
committed
49150c0
View commit details
Copy full SHA for 49150c0
View code at this point
Browse repository at this point
Merge pull request #5475 from TalhaAwan/patch-1
Show description for 9e40a1d
vkarpov15
authored
9e40a1d
View commit details
Copy full SHA for 9e40a1d
View code at this point
Browse repository at this point
Commits on Jul 16, 2017
update MongoDB joins info in introduction
TalhaAwan
authored
96f06c1
View commit details
Copy full SHA for 96f06c1
View code at this point
Browse repository at this point
Commits on Jul 14, 2017
document nested array types
zbjornson
committed
39d8123
View commit details
Copy full SHA for 39d8123
View code at this point
Browse repository at this point
Commits on Jul 3, 2017
Fix comment typo in connect example
Show description for 62cb31c
ConnorMcF
authored
62cb31c
View commit details
Copy full SHA for 62cb31c
View code at this point
Browse repository at this point
Commits on Jul 2, 2017
docs(connection): add links to MongoClient.connect()
vkarpov15
committed
ca9c305
View commit details
Copy full SHA for ca9c305
View code at this point
Browse repository at this point
Merge branch 'master' of github.com:Automattic/mongoose
vkarpov15
committed
14c13cf
View commit details
Copy full SHA for 14c13cf
View code at this point
Browse repository at this point
docs(connection): add link to openUri deprecation
vkarpov15
committed
b1e9917
View commit details
Copy full SHA for b1e9917
View code at this point
Browse repository at this point
docs(connection): improve docs re: createConnection promise
Show description for 586effe
vkarpov15
committed
586effe
View commit details
Copy full SHA for 586effe
View code at this point
Browse repository at this point
Commits on Jul 1, 2017
docs: populate virtuals fix justOne description
fredericosilva
committed
36123fd
View commit details
Copy full SHA for 36123fd
View code at this point
Browse repository at this point
Commits on Jun 22, 2017
chore: rename useMongooseUri -> useMongoClient
vkarpov15
committed
2aad9fa
View commit details
Copy full SHA for 2aad9fa
View code at this point
Browse repository at this point
Merge branch '4.11' into 5304
vkarpov15
committed
ab6aad5
View commit details
Copy full SHA for ab6aad5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.