https://github.com/Automattic/mongoose

sort by:
Revision Author Date Message Commit Date
ec77438 Merge branch 'master' of github.com:Automattic/mongoose 28 March 2022, 16:36:31 UTC
5687f1a chore: release 6.2.9 28 March 2022, 16:36:29 UTC
3f1d23d Merge pull request #11591 from mohammad0-0ahmad-forks/11560 Fix: RawDocType returned from populate FN 28 March 2022, 16:30:54 UTC
dbc99be Refactor rawdoc type returned by populate FN. 27 March 2022, 22:43:31 UTC
c2103cb Merge pull request #11560 from mohammad0-0ahmad-forks/#11532 Fix: Populate query return type. 27 March 2022, 20:30:39 UTC
a955a08 Merge branch 'master' into #11532 27 March 2022, 20:28:19 UTC
0ee823d Merge pull request #11590 from Automattic/revert-11588-bug/types/update-query Revert "Bug/types/update query" 27 March 2022, 20:26:13 UTC
dbcf4a0 Revert "Bug/types/update query" 27 March 2022, 20:26:03 UTC
bfa65e9 Merge pull request #11588 from Automattic/bug/types/update-query Bug/types/update query 27 March 2022, 20:19:27 UTC
cce977d Merge branch 'master' of github.com:Automattic/mongoose 27 March 2022, 19:49:33 UTC
7d4b53b perf(document): avoid validating paths with no validators Re: #103800 27 March 2022, 19:46:04 UTC
26f9ab2 Merge pull request #11589 from Automattic/lint-ts chore: lint typescript files 27 March 2022, 16:42:28 UTC
9eaa0a9 docs(model): add basic change stream docs re: #11416 27 March 2022, 16:39:33 UTC
13a2598 docs(lambda): couple of quick fixes for Mongoose 6 re: #11275 27 March 2022, 16:07:01 UTC
3a2ec05 Merge pull request #11553 from Automattic/gh-11416 fix(query): prevent sending `exec` to mquery in setOptions 27 March 2022, 16:03:39 UTC
7d28257 fix(query): add missing `slice` option re: #11416 27 March 2022, 15:59:55 UTC
c379073 docs(connections): add note about connecting with X509 27 March 2022, 15:57:33 UTC
f286273 Refactor UnpackedIntersection type & some tests related to populate FN 27 March 2022, 12:35:23 UTC
4315ff5 Improve RawDocType returned by calling populate FN 27 March 2022, 12:35:23 UTC
3ddeeb1 chore(lint): fix typescript lint issues 27 March 2022, 08:06:18 UTC
781dcb3 fix(types): fix type assertion for update query 27 March 2022, 08:03:27 UTC
8fe3edb chore: lint typescript files 27 March 2022, 07:37:20 UTC
5661790 fix(types): make UpdateQuery use partial schema with types 27 March 2022, 07:20:33 UTC
b195ab1 fix(types): allow UpdateQuery to have $set properties on top level 27 March 2022, 07:08:55 UTC
d8695c8 test(types): assert UpdateQuery accepts schema keys directly on top level 27 March 2022, 07:08:33 UTC
7c1b65e Merge branch 'master' into gh-11416 27 March 2022, 02:01:51 UTC
6c341dd Merge branch 'gh-11416' of github.com:Automattic/mongoose into gh-11416 27 March 2022, 01:59:38 UTC
0f0849b fix(query): only apply methods on whitelisted options, otherwise just set option re: #11416 27 March 2022, 01:57:53 UTC
9843183 fix(query): use blacklist instead of whitelisting mquery options 27 March 2022, 01:49:47 UTC
07050f1 Merge pull request #11581 from Automattic/eslint-include chore(eslint): include tools, website.js and benchmarks to eslint config 27 March 2022, 01:13:46 UTC
6864e4d docs: clean up some indent issues from #11582 27 March 2022, 01:12:59 UTC
59a0353 Merge pull request #11582 from Automattic/upgrade-marked chore(deps-dev): bump marked from 2.1.3 to 4.0.12 27 March 2022, 01:03:44 UTC
2cef381 test: add coverage for #1946 26 March 2022, 18:11:55 UTC
13063ba fix(document): avoid marking paths as modified on subdocument defaults Fix #11528 26 March 2022, 17:45:27 UTC
5a46d95 test(document): repro #11528 26 March 2022, 17:45:14 UTC
533ce05 fix(query): whitelist mquery options instead of blacklisting `exec` 25 March 2022, 05:53:40 UTC
f0197ca fix(query): delete `exec` only if present in options 25 March 2022, 05:48:17 UTC
7dd883b chore(deps-dev): upgrade bump from 2.1.3 to 4.0.12 25 March 2022, 03:49:04 UTC
d694d27 Merge pull request #11566 from Automattic/dependabot/github_actions/master/actions/checkout-3 chore(deps): bump actions/checkout from 2 to 3 25 March 2022, 03:36:24 UTC
f39b039 chore(deps): bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> 25 March 2022, 03:34:51 UTC
2730142 Merge pull request #11567 from Automattic/dependabot/github_actions/master/actions/setup-node-3 chore(deps): bump actions/setup-node from 1 to 3 25 March 2022, 03:34:10 UTC
e399d7c chore(eslint): include tools, webite.js and benchmarks to eslint 25 March 2022, 03:29:22 UTC
d2bef1f chore(tools): lint tools 25 March 2022, 03:27:30 UTC
b79885a chore(bench): lint benchmarks 25 March 2022, 03:23:56 UTC
3a797e9 Merge pull request #11565 from chandiwalaaadhar/patch-1 Incorrect Example Syntax - Dynamic References via `refPath` 25 March 2022, 01:51:40 UTC
9422011 Merge pull request #11571 from Automattic/dependabot/npm_and_yarn/master/typescript-eslint/eslint-plugin-5.16.0 chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.12.0 to 5.16.0 25 March 2022, 00:57:39 UTC
749fe56 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.12.0 to 5.16.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.16.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> 25 March 2022, 00:57:04 UTC
ac8a99e Merge pull request #11569 from Automattic/dependabot/npm_and_yarn/master/typescript-4.6.3 chore(deps-dev): bump typescript from 4.5.5 to 4.6.3 25 March 2022, 00:39:09 UTC
00f3218 Merge pull request #11574 from Automattic/dependabot/npm_and_yarn/master/babel/core-7.17.8 chore(deps-dev): bump @babel/core from 7.17.5 to 7.17.8 25 March 2022, 00:37:37 UTC
570532b Merge pull request #11570 from Automattic/dependabot/npm_and_yarn/master/babel-loader-8.2.4 chore(deps-dev): bump babel-loader from 8.2.3 to 8.2.4 25 March 2022, 00:31:14 UTC
d15b861 Merge pull request #11568 from Automattic/dependabot/npm_and_yarn/master/eslint-8.11.0 chore(deps-dev): bump eslint from 8.9.0 to 8.11.0 25 March 2022, 00:30:22 UTC
e72c8a2 Merge pull request #11575 from Automattic/dependabot/npm_and_yarn/master/typescript-eslint/parser-5.16.0 chore(deps-dev): bump @typescript-eslint/parser from 5.12.0 to 5.16.0 25 March 2022, 00:29:49 UTC
7e5e18a Merge pull request #11578 from Automattic/dependabot/npm_and_yarn/master/mocha-9.2.2 chore(deps-dev): bump mocha from 9.2.1 to 9.2.2 25 March 2022, 00:29:26 UTC
b5386cd chore(deps-dev): bump mocha from 9.2.1 to 9.2.2 Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.1 to 9.2.2. - [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.1...v9.2.2) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 25 March 2022, 00:10:02 UTC
1ab35b5 chore(deps-dev): bump @typescript-eslint/parser from 5.12.0 to 5.16.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.12.0 to 5.16.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.16.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> 25 March 2022, 00:08:59 UTC
a73f35e chore(deps-dev): bump @babel/core from 7.17.5 to 7.17.8 Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.5 to 7.17.8. - [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.8/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> 25 March 2022, 00:08:46 UTC
2e6d577 chore(deps-dev): bump babel-loader from 8.2.3 to 8.2.4 Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.3 to 8.2.4. - [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.3...v8.2.4) --- updated-dependencies: - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 25 March 2022, 00:07:33 UTC
af31c8f chore(deps-dev): bump typescript from 4.5.5 to 4.6.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.6.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.5...v4.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 25 March 2022, 00:07:20 UTC
4b31c62 chore(deps-dev): bump eslint from 8.9.0 to 8.11.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.9.0 to 8.11.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.9.0...v8.11.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 25 March 2022, 00:07:02 UTC
42b05aa chore(deps): bump actions/setup-node from 1 to 3 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> 25 March 2022, 00:04:49 UTC
730e8c1 Merge pull request #11562 from naveensrinivasan/naveen/feat/dependabot chore : Fix the dependabot config 25 March 2022, 00:04:22 UTC
9ed650b Incorrect Example Syntax - Dynamic References via `refPath` "on:" is a reserved keyword which fails on execution, therefore modelId: would be the correct key and works well 24 March 2022, 16:05:58 UTC
e4d46ba chore : Fix the dependabot config - Fixed the dependabot config from .dependabot.yml to dependabot.yml > You enable Dependabot version updates by checking a dependabot.yml configuration file in to your repository's .github directory. https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates Also included in dependabot github actions. https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot 24 March 2022, 02:08:04 UTC
f4a112b style: fix lint re: #11380 23 March 2022, 14:34:36 UTC
7f7735c quick fix re: #103800 23 March 2022, 14:30:36 UTC
5127024 perf(document+model): make a few small optimizations re: #11380 23 March 2022, 14:19:25 UTC
b621612 Merge pull request #11557 from boly38/patch-1 date expires option - add unit, behavior, example 23 March 2022, 13:12:56 UTC
204495c fix typo 23 March 2022, 13:06:22 UTC
dc1ede2 date expires option - add unit, behavior, example 23 March 2022, 12:47:27 UTC
2df2e8b test: add coverage for #11480 23 March 2022, 12:41:10 UTC
8fe3bd2 chore: release 6.2.8 23 March 2022, 01:54:08 UTC
17a5d5a Merge branch 'master' of github.com:Automattic/mongoose 21 March 2022, 22:58:20 UTC
041be89 fix(document): handle casting array of spread docs Fix #11522 21 March 2022, 22:57:40 UTC
93f152a fix(query): prevent sending `exec` to mquery as an option 21 March 2022, 20:54:55 UTC
8b1c7c8 test(query): repro #11416 21 March 2022, 20:51:16 UTC
57834e2 test(types): add test re#11544 21 March 2022, 20:43:16 UTC
cda9c97 Merge pull request #11544 from Kaljuk/patch-1 Add strictPopulate type to PopulateOptions 21 March 2022, 20:40:08 UTC
c39a641 chore: delete commented-out code 21 March 2022, 20:31:53 UTC
29837ed fix lint re #11549 21 March 2022, 20:07:04 UTC
25594ad Merge pull request #11549 from Hashen110/async-code-and-promises fix: missing await for an async function call 21 March 2022, 20:04:43 UTC
4544723 Merge pull request #11550 from Hashen110/jsdoc-comment fix: JSDoc comment matches function signature 21 March 2022, 19:58:33 UTC
0e2411f fix: JSDoc comment matches function signature 21 March 2022, 12:18:56 UTC
886cdd7 fix: missing await for an async function call 21 March 2022, 11:52:35 UTC
67127ff docs(migrating_to_6): describe breaking change in Mongoose 6 about default query populate model Fix #11289 19 March 2022, 20:24:37 UTC
fd7f97e fix(document): correctly handle deeply nested subdocuments when getting paths to validate Fix #11501 19 March 2022, 20:03:01 UTC
3a17928 Add strictPopulate type to PopulateOptions Added strictPopulate to PopulateOptions, otherwise given option can't be used in TS projects when enforcing types. 19 March 2022, 19:21:27 UTC
8b2a662 fix(document): avoid setting nested properties on top-level document when initing with strict: false Fix #11526 Re: #11309 19 March 2022, 17:48:48 UTC
40644db fix(types): avoid making TInstanceMethods `any` by default leading to `this = any` in middleware Fix #11435 19 March 2022, 17:22:03 UTC
90e696c fix(types): add missing `Document.prototype.model()` method Re: #11435 19 March 2022, 16:53:16 UTC
5a96692 fix(types): allow defining array default if using `Types.Array<>` in document interface Fix #11435 19 March 2022, 16:29:15 UTC
d2fe65b update hello clubs logo 18 March 2022, 17:49:13 UTC
14d4299 Merge branch 'master' of github.com:Automattic/mongoose 18 March 2022, 17:31:53 UTC
6ef1a7e chore: load opencollective sponsors from poral 18 March 2022, 17:31:30 UTC
c5893fa Merge pull request #11537 from x1489/patch-1 correct typo in middleware.md 16 March 2022, 23:00:24 UTC
93d2b64 Correct typo in middleware.md 16 March 2022, 22:15:24 UTC
75ca68b chore: release 6.2.7 16 March 2022, 16:24:08 UTC
6aaddb3 fix(cursor): correctly populate in batches when `batchSize` is set Fix #11509 Re: #9365 16 March 2022, 01:07:24 UTC
1f109ea Merge pull request #11489 from Uzlopak/fix-missing-expirationhandling-for-timeseries fix: add missing timeseries expiration handling 15 March 2022, 18:42:13 UTC
f5fe027 Merge pull request #11520 from Uzlopak/extract-mongooseoptions chore: extract and improve mongooseoptions 15 March 2022, 18:08:54 UTC
7cd091b Merge pull request #11466 from Automattic/dependabot chore: add dependabot config file 14 March 2022, 17:39:02 UTC
back to top