| docs: remove unused jobs.pug Fix #16430 | 1 个月前 |
| add missing files | 3 个月前 |
| remove carbonads native ads | 4 个月前 |
| switch to knowledge.mongodb.com and remove relay | 2 个月前 |
| Merge branch 'master' into docs/mongodb-sync-20260708-151113 | 30 天前 |
| chore(express): update to 5.2.1 To fix "npm audit" warning" | 3 个月前 |
| docs: improve grammar and clarity in TypeScript schema comments | 7 个月前 |
| fix lint-md | 5 个月前 |
| docs: convert "api.pug" to "api.md" to lessen the amout of pug docs | 3 年前 |
| remove carbonads native ads | 4 个月前 |
| docs: upgrade marked -> 14.x, use new {#id-here} syntax for declaring custom header ids Fix #13211 | 2 年前 |
| docs: fix markdown lint | 10 天前 |
| docs: fix markdown lint | 10 天前 |
| docs(browser): fix typo | 1 年前 |
| docs: fix external broken links | 5 个月前 |
| docs: add language to missing code-blocks | 3 年前 |
| increment latest release numbers | 3 个月前 |
| docs: fix typos, grammar, and documentation links | 1 个月前 |
| docs: add link to copy docs as markdown, inline acquit code into markdown files Fix #16017 | 5 个月前 |
| fix lint-md | 5 个月前 |
| fix(document): deprecate validateSync re Automattic#16291 | 3 个月前 |
| fix lint-md | 5 个月前 |
| docs: clean up code review comments and add enumeration of key differences between documents vs POJOs re JS internals | 3 个月前 |
| feat: improve colors on dark mode | 8 个月前 |
| docs: fix typos, grammar, and documentation links | 1 个月前 |
| Merge pull request #16039 from hasezoey/updateMongodbLinks Add script to update mongodb driver urls | 5 个月前 |
| docs: fix external broken links | 5 个月前 |
| docs: add link to copy docs as markdown, inline acquit code into markdown files Fix #16017 | 5 个月前 |
| Merge branch 'master' into docs/mongodb-sync-20260708-151113 | 30 天前 |
| fix typo in list of migration guides | 9 个月前 |
| docs: change all non-excluded files to have a h1 heading | 3 年前 |
| docs: fix typos, grammar, and documentation links | 1 个月前 |
| docs(jest): add note about resetModules Re: #15499 | 1 年前 |
| docs: apply eslint markdown auto-fix | 3 年前 |
| Merge branch 'master' into docs/mongodb-sync-20260708-151113 | 30 天前 |
| docs: apply automatically fixable rules | 3 年前 |
| docs: fix typos, grammar, and documentation links | 1 个月前 |
| Update docs/migrating_to_5.md Co-authored-by: hasezoey <hasezoey@gmail.com> | 2 年前 |
| docs: fix mongoose broken links | 5 个月前 |
| docs: add Document#save to list of function with callbacks removed | 1 年前 |
| docs(migrating_to_8): add note about removing findByIdAndRemove Fix #15024 | 1 年前 |
| Update migration guide for Mongoose 9.2.0 deprecations Document the deprecation of 'new' and 'returnOriginal' options in Mongoose 9.2.0 and suggest using 'returnDocument' instead. | 21 天前 |
| migrate remaining docs to new markdown header and link syntax | 2 年前 |
| docs(models): replace removed count() and mapReduce() references | 5 个月前 |
| Merge branch 'master' into 9.0 | 9 个月前 |
| docs: upgrade self-referencing http:// links to https:// | 5 个月前 |
| docs(populate): document that `skip` needs `sort` to paginate reliably MongoDB does not guarantee result order without a sort, and `skip` counts against that order, so paginating a populated path with `skip` alone can return a document twice or miss one. Mongoose sends the query correctly, so this looks like a Mongoose bug when it is really a missing `sort`. Add a short section next to the existing `limit` vs. `perDocumentLimit` discussion showing the unreliable and reliable forms, and note that the same applies to `skip` on ordinary queries. Fix #7579 | 1 个月前 |
| fix lint-md | 5 个月前 |
| docs: link sort docs directly to api/query.html and fix README grammar | 1 个月前 |
| Simplify 'default' property explanation in schematypes Removed redundant explanations about the 'default' property in array schemas. | 21 天前 |
| new website layout | 4 个月前 |
| docs: add shared schema docs Fix #14082 | 2 年前 |
| docs: change heading levels to be consistent across files also changes some "---" headings to be "##" | 3 年前 |
| docs: fix mongoose broken links | 5 个月前 |
| docs: update `findOneAndUpdate` examples to use `returnDocument` option | 6 个月前 |
| docs: add link to copy docs as markdown, inline acquit code into markdown files Fix #16017 | 5 个月前 |
| Update docs/typescript.md Co-authored-by: hasezoey <hasezoey@gmail.com> | 1 年前 |
| fix(document): replace {MODEL} in custom cast error messages from document validation #8300 CastError supports the {MODEL} placeholder in custom cast messages, but it was only replaced for query cast errors because setModel() was only called from query casting. Cast errors raised during document validation (invalidate()) kept the literal "{MODEL}" text. Set the model on cast errors that have a custom message format in Document.prototype.invalidate() so {MODEL} is replaced for document validation as well, and pass the model to function-style cast messages. Default cast error messages are unchanged. | 9 天前 |
| docs: update latest versions | 14 天前 |