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
lib
error
on
4.10
User selector
All users
All time
Commit history
Commits on Apr 3, 2017
feat(validation): include failed paths in error message and inspect output
Show description for 68a94d0
vkarpov15
committed
68a94d0
View commit details
Copy full SHA for 68a94d0
View code at this point
Browse repository at this point
Commits on Feb 14, 2017
fix(document): ensure errors in validators get caught
Show description for 0fe98aa
vkarpov15
committed
0fe98aa
View commit details
Copy full SHA for 0fe98aa
View code at this point
Browse repository at this point
Commits on Jan 7, 2017
feat(schema): add saveErrorIfNotFound option and $where property
Show description for 8b4870c
vkarpov15
committed
8b4870c
View commit details
Copy full SHA for 8b4870c
View code at this point
Browse repository at this point
Commits on Dec 5, 2016
fix(query): throw StrictModeError if upsert with nonexisting field in condition
Show description for d02e577
vkarpov15
committed
d02e577
View commit details
Copy full SHA for d02e577
View code at this point
Browse repository at this point
Commits on Nov 25, 2016
fix(query): add model to cast error if possible
Show description for 7020ded
vkarpov15
committed
7020ded
View commit details
Copy full SHA for 7020ded
View code at this point
Browse repository at this point
Commits on Nov 15, 2016
Prevent Uncaught TypeError with nodejs v7.
Show description for ec30678
patrickd-
authored
ec30678
View commit details
Copy full SHA for ec30678
View code at this point
Browse repository at this point
Commits on Nov 8, 2016
Update validation.js
arciisine
authored
3467313
View commit details
Copy full SHA for 3467313
View code at this point
Browse repository at this point
Commits on Aug 16, 2016
feat(error): use util.inspect() so CastError never prints "[object Object]"
Show description for f35cbde
vkarpov15
committed
f35cbde
View commit details
Copy full SHA for f35cbde
View code at this point
Browse repository at this point
Commits on Jul 6, 2016
docs(error/message.js) messages is defined as static on MongooseError
simon-xiong-ca
committed
9ebfe53
View commit details
Copy full SHA for 9ebfe53
View code at this point
Browse repository at this point
Commits on Jun 29, 2016
fix(error): use strict mode for version error
Show description for 50de81e
vkarpov15
committed
50de81e
View commit details
Copy full SHA for 50de81e
View code at this point
Browse repository at this point
Commits on Jun 19, 2016
fix(document): show additional context for VersionError
Show description for 6d46e8e
vkarpov15
committed
6d46e8e
View commit details
Copy full SHA for 6d46e8e
View code at this point
Browse repository at this point
Commits on Jun 9, 2016
Merge branch 'master' into 4.5
Show description for bd849b4
vkarpov15
committed
bd849b4
View commit details
Copy full SHA for bd849b4
View code at this point
Browse repository at this point
Commits on Jun 8, 2016
fix(error): allow setting .messages object
Show description for 599a9b5
vkarpov15
committed
599a9b5
View commit details
Copy full SHA for 599a9b5
View code at this point
Browse repository at this point
Commits on May 19, 2016
feat(drivers): emit error on 'serverClosed' because that means that reconnect failed
Show description for e485758
vkarpov15
committed
e485758
View commit details
Copy full SHA for e485758
View code at this point
Browse repository at this point
Commits on Mar 12, 2016
fix(error): make ValidatorError.properties not enumerable
Show description for 84958af
vkarpov15
committed
84958af
View commit details
Copy full SHA for 84958af
View code at this point
Browse repository at this point
Commits on Feb 1, 2016
run `fix-lint` across project
ChristianMurphy
committed
9890109
View commit details
Copy full SHA for 9890109
View code at this point
Browse repository at this point
Commits on Jan 31, 2016
more strict lint
TrejGun
committed
e60b1a9
View commit details
Copy full SHA for e60b1a9
View code at this point
Browse repository at this point
even more strict
TrejGun
committed
7b52888
View commit details
Copy full SHA for 7b52888
View code at this point
Browse repository at this point
more strict lint
TrejGun
committed
94b4a0f
View commit details
Copy full SHA for 94b4a0f
View code at this point
Browse repository at this point
Commits on Jan 7, 2016
fix(document): strict throw with setting nested to num (Fix #3735)
vkarpov15
committed
1b33555
View commit details
Copy full SHA for 1b33555
View code at this point
Browse repository at this point
Commits on Dec 12, 2015
fix: strict throw throws a mongoose error (Fix #3662)
vkarpov15
committed
72f6eb6
View commit details
Copy full SHA for 72f6eb6
View code at this point
Browse repository at this point
Commits on Nov 21, 2015
lint
Show description for 7c60ca4
ChristianMurphy
committed
7c60ca4
View commit details
Copy full SHA for 7c60ca4
View code at this point
Browse repository at this point
Commits on Nov 14, 2015
fix; use captureStackTrace when possible (Fix #3571)
vkarpov15
committed
a57b1f1
View commit details
Copy full SHA for a57b1f1
View code at this point
Browse repository at this point
Commits on Sep 16, 2015
no space before func paren
ChristianMurphy
committed
e5d3809
View commit details
Copy full SHA for e5d3809
View code at this point
Browse repository at this point
Commits on Sep 3, 2015
added; .reason field to cast error (Fix #3320)
vkarpov15
committed
7ffcd75
View commit details
Copy full SHA for 7ffcd75
View code at this point
Browse repository at this point
Commits on Aug 5, 2015
lint for semicolons
ChristianMurphy
committed
81aff18
View commit details
Copy full SHA for 81aff18
View code at this point
Browse repository at this point
Commits on Jul 23, 2015
lint library sub folders
ChristianMurphy
committed
97e1ffd
View commit details
Copy full SHA for 97e1ffd
View code at this point
Browse repository at this point
Commits on Jul 22, 2015
Revert "[WIP] ESLint"
vkarpov15
committed
d6077c9
View commit details
Copy full SHA for d6077c9
View code at this point
Browse repository at this point
Commits on Jul 21, 2015
lint lib
ChristianMurphy
committed
5e40b5b
View commit details
Copy full SHA for 5e40b5b
View code at this point
Browse repository at this point
Commits on Jul 20, 2015
ignore docs and bin
ChristianMurphy
committed
51cfb62
View commit details
Copy full SHA for 51cfb62
View code at this point
Browse repository at this point
Commits on Jul 10, 2015
fix; dont use arguments.callee in CastError #3046
vkarpov15
committed
cdda75b
View commit details
Copy full SHA for cdda75b
View code at this point
Browse repository at this point
Commits on Jun 17, 2015
fix; don't use arguments.callee, kills strict mode (Fix #3046)
vkarpov15
committed
e97fc96
View commit details
Copy full SHA for e97fc96
View code at this point
Browse repository at this point
Commits on Dec 30, 2014
Added minlength and maxlength String validators
Brian Shamblen
committed
b96d724
View commit details
Copy full SHA for b96d724
View code at this point
Browse repository at this point
Commits on Dec 18, 2014
Grammar correction
Brian Shamblen
authored and
vkarpov15
committed
e18684d
View commit details
Copy full SHA for e18684d
View code at this point
Browse repository at this point
SchemaDate min and max validators
Show description for b425d2e
Brian Shamblen
authored and
vkarpov15
committed
b425d2e
View commit details
Copy full SHA for b425d2e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.