https://github.com/Automattic/mongoose

sort by:
Revision Author Date Message Commit Date
f1d4ab1 chore: release 6.3.3 09 May 2022, 16:23:51 UTC
28da36b fix(model): add `skipValidation` option for `bulkWrite()` to allow skipping validation for `insertOne` and `replaceOne` Fix #11663 07 May 2022, 01:59:47 UTC
55ff290 perf: avoid leaking memory when using `populate()` with QueryCursor because of reusing populate options with `_docs` Fix #11641 06 May 2022, 17:21:27 UTC
2091818 fix(query): handle casting BSONRegExp instances as RegExps in queries Fix #11597 06 May 2022, 02:27:13 UTC
8838b5e Merge branch 'master' of github.com:Automattic/mongoose 06 May 2022, 01:59:20 UTC
38c6fe1 docs(query): clarify that `orFail()` with `updateX()` throws if no document updated, not if no document found Re: #11620 06 May 2022, 01:53:36 UTC
7d4f95b Merge pull request #11774 from Uzlopak/slack-badge fix slack badge 05 May 2022, 21:09:58 UTC
63c595a fix slack badge 05 May 2022, 17:49:17 UTC
474dcdf Merge branch 'master' of github.com:Automattic/mongoose 05 May 2022, 15:10:35 UTC
97815f7 docs(typescript): add section about methods to TypeScript statics page Fix #11682 05 May 2022, 15:09:14 UTC
50876f3 chore(docs): use Array<String> instead of String[] for consistency 05 May 2022, 11:58:54 UTC
dff4073 Merge pull request #11768 from Automattic/gh-11621 clarified docs on populate 05 May 2022, 11:30:38 UTC
777ce80 Update lib/query.js Co-authored-by: Hafez <a.hafez852@gmail.com> 05 May 2022, 11:29:59 UTC
c232dd7 Merge pull request #11765 from Uzlopak/optimize-browser-bundle optimize size of browser bundle, use buffer v.5.7.1 package to match buffer package of mongodb in browser bundle 05 May 2022, 01:06:49 UTC
4be4156 chore: make buffer version line up with exact version in bson 05 May 2022, 01:02:20 UTC
58d728e test: fix tests re: #11769 05 May 2022, 00:58:13 UTC
16e5714 Merge pull request #11769 from taxilian/feature/tsLeanMissingDocId Feature/ts lean missing doc fixes #11761 without killing LeanDocument 05 May 2022, 00:46:09 UTC
0fa0611 fix: make `LeanDocument<>` part of the generic default rather than return type 05 May 2022, 00:33:48 UTC
98a9a20 Bugfix: lean() does not properly make returned documents lean 04 May 2022, 21:50:39 UTC
d4cd838 Merge branch 'master' of github.com:Automattic/mongoose 04 May 2022, 20:42:19 UTC
aecbc98 fix(document): correctly $__reset() subdocuments that are under nested paths Fix #11672 04 May 2022, 20:41:11 UTC
d8c0a8b Update tests to show that lean() adds _id as well (#11761) 04 May 2022, 17:58:22 UTC
50f9f85 Make sure the type returned by .toObject() also has _id 04 May 2022, 17:55:22 UTC
ac7539e Add tsd unit test for #11761 04 May 2022, 17:54:37 UTC
a787dc8 clarified docs on populate 04 May 2022, 15:26:22 UTC
0a8d05d use buffer 5.7.1 03 May 2022, 21:34:06 UTC
a7df976 remove buffer as dependency to enforce the use of the buffer package from mongodb use alias of bn.js to use only one bn.js instance 03 May 2022, 21:12:09 UTC
b99c1df Merge pull request #11759 from Uzlopak/remove-unnecessary-code-in-docs remove dead code in documentation generation 03 May 2022, 16:48:51 UTC
360194a Merge pull request #11760 from Uzlopak/fix-typings-of-gt fix typing error for $gt command 03 May 2022, 16:48:02 UTC
45528f2 fix typing error 03 May 2022, 16:45:30 UTC
7b3f3ca remove dead code 03 May 2022, 16:43:47 UTC
c22152c Merge branch 'master' of github.com:Automattic/mongoose 03 May 2022, 01:35:47 UTC
fa8d279 fix: correctly cast $not in $expr Fix #11689 03 May 2022, 01:35:36 UTC
801565c Merge pull request #11751 from Uzlopak/docs-refactor refactor documentation 03 May 2022, 01:23:26 UTC
ec3f16c chore: allow running stale workflow manually 02 May 2022, 18:45:30 UTC
3306233 Merge pull request #11753 from Uzlopak/stale-action add stale action 02 May 2022, 18:43:18 UTC
3309dad Update .github/workflows/stale.yml Co-authored-by: Valeri Karpov <val@karpov.io> 02 May 2022, 18:40:46 UTC
00a664b Update .github/workflows/stale.yml Co-authored-by: Valeri Karpov <val@karpov.io> 02 May 2022, 18:39:38 UTC
848d783 add stale action 02 May 2022, 17:20:37 UTC
b9dabb9 chore: release 6.3.2 02 May 2022, 16:20:20 UTC
a2ccd1d rename npm script docs:generate:html to docs:generate 02 May 2022, 16:07:25 UTC
a0e0e6b Update release-items.md Co-authored-by: Hafez <a.hafez852@gmail.com> 02 May 2022, 15:27:45 UTC
92f9bf4 fix workflow 02 May 2022, 12:20:16 UTC
2d19ae7 we use comments from lib and test for generating the documentation 02 May 2022, 12:13:59 UTC
a880d86 Merge branch 'master' into docs-refactor 02 May 2022, 12:10:18 UTC
d8cb1d9 refactor documentation 02 May 2022, 12:09:37 UTC
eb0887f Merge pull request #11734 from Automattic/dependabot/npm_and_yarn/master/mpath-0.9.0 chore(deps): bump mpath from 0.8.4 to 0.9.0 02 May 2022, 00:01:26 UTC
2d5d30a Merge pull request #11742 from Automattic/dependabot/github_actions/master/actions/checkout-3.0.2 chore(deps): bump actions/checkout from 3.0.0 to 3.0.2 02 May 2022, 00:00:47 UTC
d867c51 Merge pull request #11747 from Automattic/dependabot/npm_and_yarn/master/mocha-10.0.0 chore(deps-dev): bump mocha from 9.2.2 to 10.0.0 01 May 2022, 23:30:09 UTC
16ba98c Apply suggestions from code review 01 May 2022, 23:29:07 UTC
7b33db9 chore(deps): bump actions/checkout from 3.0.0 to 3.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/a12a3943b4bdde767164f792f33f40b04645d846...2541b1294d2704b0964813337f33b291d3f8596b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 01 May 2022, 23:27:21 UTC
d88bdb6 Merge pull request #11743 from Automattic/dependabot/github_actions/master/actions/setup-node-3.1.1 chore(deps): bump actions/setup-node from 3.1.0 to 3.1.1 01 May 2022, 23:26:41 UTC
63e394f Merge pull request #11748 from Automattic/dependabot/npm_and_yarn/master/babel/core-7.17.10 chore(deps-dev): bump @babel/core from 7.17.8 to 7.17.10 01 May 2022, 23:19:20 UTC
21796dd Merge pull request #11738 from Automattic/dependabot/npm_and_yarn/master/babel-loader-8.2.5 chore(deps-dev): bump babel-loader from 8.2.4 to 8.2.5 01 May 2022, 23:19:06 UTC
15b2592 Merge pull request #11740 from Automattic/dependabot/npm_and_yarn/master/typescript-4.6.4 chore(deps-dev): bump typescript from 4.6.3 to 4.6.4 01 May 2022, 23:18:36 UTC
ce7a4f2 Merge pull request #11733 from Automattic/dependabot/npm_and_yarn/master/typescript-eslint/eslint-plugin-5.21.0 chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.17.0 to 5.21.0 01 May 2022, 23:18:26 UTC
33af481 Apply suggestions from code review 01 May 2022, 23:17:49 UTC
aa16819 chore(deps-dev): bump typescript from 4.6.3 to 4.6.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.3 to 4.6.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.3...v4.6.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 01 May 2022, 23:16:12 UTC
7bf7476 chore(deps-dev): bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.17.0 to 5.21.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.21.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 01 May 2022, 23:13:13 UTC
9d4b9fc chore(deps-dev): bump @babel/core from 7.17.8 to 7.17.10 Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.8 to 7.17.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.17.10/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 01 May 2022, 23:12:50 UTC
6179f58 chore(deps-dev): bump babel-loader from 8.2.4 to 8.2.5 Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.4 to 8.2.5. - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5) --- updated-dependencies: - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 01 May 2022, 23:12:32 UTC
06bbec9 chore(deps-dev): bump mocha from 9.2.2 to 10.0.0 Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 to 10.0.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v9.2.2...v10.0.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> 01 May 2022, 23:12:07 UTC
93204eb Merge pull request #11735 from Automattic/dependabot/npm_and_yarn/master/typescript-eslint/parser-5.21.0 chore(deps-dev): bump @typescript-eslint/parser from 5.17.0 to 5.21.0 01 May 2022, 23:09:27 UTC
5615560 Merge pull request #11736 from Automattic/dependabot/npm_and_yarn/master/eslint-8.14.0 chore(deps-dev): bump eslint from 8.12.0 to 8.14.0 01 May 2022, 23:08:50 UTC
9ee7d39 Merge pull request #11737 from Automattic/dependabot/npm_and_yarn/master/highlight.js-11.5.1 chore(deps-dev): bump highlight.js from 11.5.0 to 11.5.1 01 May 2022, 23:08:36 UTC
b033a93 Merge pull request #11732 from Automattic/dependabot/npm_and_yarn/master/babel/preset-env-7.17.10 chore(deps-dev): bump @babel/preset-env from 7.16.11 to 7.17.10 01 May 2022, 23:08:24 UTC
0ac01db Merge pull request #11739 from Automattic/dependabot/npm_and_yarn/master/mongodb-memory-server-8.5.2 chore(deps-dev): bump mongodb-memory-server from 8.5.0 to 8.5.2 01 May 2022, 23:07:36 UTC
e836790 Merge pull request #11746 from Automattic/dependabot/npm_and_yarn/master/sinon-13.0.2 chore(deps-dev): bump sinon from 13.0.0 to 13.0.2 01 May 2022, 23:07:12 UTC
ad2b7a9 Merge pull request #11744 from Automattic/dependabot/npm_and_yarn/master/marked-4.0.14 chore(deps-dev): bump marked from 4.0.12 to 4.0.14 01 May 2022, 23:06:55 UTC
3372749 chore(deps-dev): bump sinon from 13.0.0 to 13.0.2 Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.0 to 13.0.2. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v13.0.0...v13.0.2) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 01 May 2022, 23:06:44 UTC
a486c9c Merge pull request #11745 from Automattic/dependabot/npm_and_yarn/master/axios-0.27.2 chore(deps-dev): bump axios from 0.26.1 to 0.27.2 01 May 2022, 23:06:37 UTC
0ead66e chore(deps-dev): bump axios from 0.26.1 to 0.27.2 Bumps [axios](https://github.com/axios/axios) from 0.26.1 to 0.27.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.26.1...v0.27.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 01 May 2022, 23:06:18 UTC
c8475bf Merge pull request #11741 from Automattic/dependabot/npm_and_yarn/master/tsd-0.20.0 chore(deps-dev): bump tsd from 0.19.1 to 0.20.0 01 May 2022, 23:05:50 UTC
2113c54 chore(deps-dev): bump marked from 4.0.12 to 4.0.14 Bumps [marked](https://github.com/markedjs/marked) from 4.0.12 to 4.0.14. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v4.0.12...v4.0.14) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 01 May 2022, 23:05:35 UTC
85bab81 chore(deps): bump actions/setup-node from 3.1.0 to 3.1.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/5b52f097d36d4b0b2f94ed6de710023fbb8b2236...56337c425554a6be30cdef71bf441f15be286854) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 01 May 2022, 23:05:24 UTC
1039b13 Merge pull request #11731 from Automattic/dependabot/npm_and_yarn/master/webpack-5.72.0 chore(deps-dev): bump webpack from 5.70.0 to 5.72.0 01 May 2022, 23:05:22 UTC
ffc3338 chore(deps-dev): bump tsd from 0.19.1 to 0.20.0 Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.19.1 to 0.20.0. - [Release notes](https://github.com/SamVerschueren/tsd/releases) - [Commits](https://github.com/SamVerschueren/tsd/compare/v0.19.1...v0.20.0) --- updated-dependencies: - dependency-name: tsd dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 01 May 2022, 23:05:10 UTC
e2a7de4 chore(deps-dev): bump mongodb-memory-server from 8.5.0 to 8.5.2 Bumps [mongodb-memory-server](https://github.com/nodkz/mongodb-memory-server/tree/HEAD/packages/mongodb-memory-server) from 8.5.0 to 8.5.2. - [Release notes](https://github.com/nodkz/mongodb-memory-server/releases) - [Changelog](https://github.com/nodkz/mongodb-memory-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodkz/mongodb-memory-server/commits/v8.5.2/packages/mongodb-memory-server) --- updated-dependencies: - dependency-name: mongodb-memory-server dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 01 May 2022, 23:04:25 UTC
a4ea50e chore(deps-dev): bump highlight.js from 11.5.0 to 11.5.1 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.5.0 to 11.5.1. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/11.5.1/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/11.5.0...11.5.1) --- updated-dependencies: - dependency-name: highlight.js dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 01 May 2022, 23:03:21 UTC
1613f2a chore(deps-dev): bump eslint from 8.12.0 to 8.14.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.12.0 to 8.14.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.12.0...v8.14.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 01 May 2022, 23:02:38 UTC
7268889 chore(deps-dev): bump @typescript-eslint/parser from 5.17.0 to 5.21.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.17.0 to 5.21.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.21.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 01 May 2022, 23:02:23 UTC
301d23f chore(deps): bump mpath from 0.8.4 to 0.9.0 Bumps [mpath](https://github.com/aheckmann/mpath) from 0.8.4 to 0.9.0. - [Release notes](https://github.com/aheckmann/mpath/releases) - [Changelog](https://github.com/aheckmann/mpath/blob/master/History.md) - [Commits](https://github.com/aheckmann/mpath/commits) --- updated-dependencies: - dependency-name: mpath dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 01 May 2022, 23:02:09 UTC
3345f5f chore(deps-dev): bump @babel/preset-env from 7.16.11 to 7.17.10 Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.16.11 to 7.17.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.17.10/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 01 May 2022, 23:01:41 UTC
b473b54 chore(deps-dev): bump webpack from 5.70.0 to 5.72.0 Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to 5.72.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.70.0...v5.72.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 01 May 2022, 23:01:30 UTC
160a6de refactor: remove unnecessary params from internal $__shouldModify() 01 May 2022, 17:01:19 UTC
be818f2 style: fix lint 01 May 2022, 16:14:14 UTC
be9f3df perf(document): remove unnecessary workaround for ignoring subpaths of arrays Re: #11541 01 May 2022, 16:11:43 UTC
f7fe2c7 test(document): add coverage for #11580 29 April 2022, 01:00:53 UTC
0ecae5c Merge pull request #11650 from taxilian/feature/tsTypeImprovements Feature/ts type improvements 28 April 2022, 19:02:03 UTC
9534282 fix typo 28 April 2022, 18:46:17 UTC
e4b007b Merge branch 'master' into feature/tsTypeImprovements 28 April 2022, 18:40:34 UTC
94d96b8 Merge pull request #11717 from Automattic/vkarpov15/fix-webpack-build fix: fix browser build for Webpack 5 28 April 2022, 17:51:39 UTC
2ef4618 style: fix lint 28 April 2022, 17:47:43 UTC
8f47d69 perf: avoid unnecessary repetitive asyncFunctionPrototype != null check 28 April 2022, 17:47:37 UTC
cd6735b perf: avoid calls to `ownerDocument()` when first creating a document Re: #10451 28 April 2022, 02:01:13 UTC
1aa4c4e perf: avoid registering event listeners on subdocuments to reduce memory usage Re: #11541 27 April 2022, 19:05:16 UTC
2119e5a fix(types): correct SchemaTypeOptions.get function signature Fix #11561 27 April 2022, 15:36:19 UTC
07f6312 remove unnecessary test file 27 April 2022, 15:20:47 UTC
25c7bce fix(setDefaultsOnInsert): set default if sibling of nested path is $set Fix #11668 27 April 2022, 15:13:59 UTC
c3024b9 docs: remove a couple of more places where we use `await createConnection()` without `asPromise()` re: #11686 27 April 2022, 02:27:37 UTC
back to top