https://github.com/Automattic/mongoose

sort by:
Revision Author Date Message Commit Date
4d0a19e chore: release 5.9.26 27 July 2020, 21:23:35 UTC
5ad0753 Merge pull request #9284 from shahvicky/patch-3 docs: point bulkWrite() link to mongoose docs 27 July 2020, 21:09:56 UTC
17fbcca docs: correct link 27 July 2020, 21:09:26 UTC
8759703 fix(document): allow unsetting boolean field by setting the field to `undefined` Fix #9275 27 July 2020, 21:01:26 UTC
6e362a8 test(document): repro #9275 27 July 2020, 20:59:58 UTC
fd71093 style: fix lint 27 July 2020, 20:17:05 UTC
2a3d9fd fix(browser): upgrade babel to v7 to work around an issue with `extends Error` Fix #9273 27 July 2020, 20:12:02 UTC
8cbaf0a docs(browser): remove "Building with Webpack" section since we have a pre-built bundle Re: #8435 Re: #9273 27 July 2020, 18:18:58 UTC
c6188a7 docs(populate): clarify that you can't filter based on foreign document properties when populating Fix #9279 26 July 2020, 21:41:31 UTC
ffdfe88 docs(model): make `create()` docs use async/await, and add another warning about how `create()` with options requires array syntax Fix #9280 26 July 2020, 21:27:30 UTC
66f1fd9 fix(document): throw error when overwriting a single nested subdoc changes an immutable path within the subdoc Fix #9281 25 July 2020, 18:18:52 UTC
3eeccad test(document): repro #9281 25 July 2020, 18:18:32 UTC
4ae4a9b docs: point bulkWrite() link to mongoose docs 24 July 2020, 21:31:04 UTC
34017b5 fix: make subdocument's `invalidate()` methods have the same return value as top-level document Fix #9271 24 July 2020, 15:56:59 UTC
0ec05c1 docs(document+model): clarify how `validateModifiedOnly` option works Fix #9263 24 July 2020, 15:25:05 UTC
13559ac chore: update opencollective sponsors 23 July 2020, 20:48:57 UTC
cb9f98c Merge branch 'master' of github.com:Automattic/mongoose 23 July 2020, 20:42:30 UTC
a683c72 fix(timestamps): apply timestamps to `bulkWrite()` updates when not using `$set` Fix #9268 23 July 2020, 20:41:34 UTC
0b884ea test(timestamps): repro #9268 23 July 2020, 20:33:24 UTC
888e9c5 Merge pull request #9270 from shahvicky/patch-1 chore: remove extra poolSize option in comment 23 July 2020, 16:17:25 UTC
74aab53 chore: remove extra poolSize option in comment 21 July 2020, 22:50:24 UTC
6e4ab98 docs(connections): clarify that Mongoose can emit 'connected' when reconnecting after losing connectivity Fix #9240 19 July 2020, 17:39:15 UTC
333b089 chore: release 5.9.25 17 July 2020, 18:49:53 UTC
6013a53 Merge pull request #9247 from JNa0/patch-2 correction of typo 17 July 2020, 18:21:59 UTC
067e3f1 Merge pull request #9243 from ehpc/patch-1 Make Boolean _castNullish respect omitUndefined 17 July 2020, 18:20:54 UTC
dee8a7d test: fix tests 17 July 2020, 18:19:53 UTC
933e874 fix(discriminator): allow passing a compiled model's schema as a parameter to `discriminator()` Fix #9238 17 July 2020, 15:55:19 UTC
af09898 test(discriminator): repro #9238 17 July 2020, 15:55:08 UTC
8437620 test: fix tests re: #9244 17 July 2020, 15:26:51 UTC
ac65c4f fix(collection): fix test re: #9239 17 July 2020, 14:55:00 UTC
bc5f6de fix(populate): populate single nested discriminator underneath doc array when populated docs have different model but same id Fix #9244 17 July 2020, 14:42:34 UTC
5a1d2cb test(populate): repro #9244 17 July 2020, 14:42:07 UTC
524ae0a fix(connection): throw more readable error when querying db before initial connection when `bufferCommands = false` Fix #9239 16 July 2020, 16:59:36 UTC
996daa3 fix(indexes): don't unnecessarily drop text indexes when running `syncIndexes()` Fix #9225 15 July 2020, 22:09:07 UTC
dca584e test(indexes): repro #9225 15 July 2020, 22:08:40 UTC
62f15b1 correction of typo missing backticks l. 263 and l. 325 15 July 2020, 18:50:37 UTC
cb71c85 Make Boolean _castNullish respect omitUndefined Proposed fix for https://github.com/Automattic/mongoose/issues/9242 15 July 2020, 08:26:29 UTC
02bef0e chore: release 5.9.24 13 July 2020, 19:11:28 UTC
415ba3d fix(schema+document): support adding `null` to schema boolean's `convertToFalse` set Fix #9223 13 July 2020, 18:59:04 UTC
4de0417 docs(model): make `find` and `findOne()` examples use async/await and clarify `find({})` is find all Fix #9210 13 July 2020, 15:47:44 UTC
423acb4 fix(connection): dont overwrite user-specified `bufferMaxEntries` when setting `bufferCommands` Fix #9218 13 July 2020, 14:26:48 UTC
c2801f7 Merge branch '4.x' 12 July 2020, 17:59:10 UTC
7b11d70 chore: release 4.13.21 12 July 2020, 17:57:33 UTC
f88eb25 fix(query): delete top-level `_bsontype` property in queries to prevent silent empty queries Backport fix for #8222 Fix #8241 12 July 2020, 17:53:04 UTC
9a23c42 fix(connection): respect connection-level `bufferCommands` option if `mongoose.connect()` is called after `mongoose.model()` Re: #9179 12 July 2020, 17:41:09 UTC
35869a3 fix(document): clear out `priorDoc` after overwriting single nested subdoc so changes after overwrite get persisted correctly Fix #9208 11 July 2020, 19:40:05 UTC
bd0d7b9 test(document): repro #9208 11 July 2020, 19:38:26 UTC
386585e fix(model): allow passing projection to `Model.hydrate()` Fix #9209 11 July 2020, 19:10:35 UTC
40fc5e3 test(model): repro #9209 11 July 2020, 19:09:43 UTC
79b4327 chore: release 5.9.23 10 July 2020, 17:42:37 UTC
43288f8 fix: fix typos that broke tests 10 July 2020, 14:27:49 UTC
d4c8859 fix(model): fix `syncIndexes()` error when db index has a collation but Mongoose index does not Fix #9224 10 July 2020, 14:21:02 UTC
9ec30b8 test: repro #9224 10 July 2020, 14:17:39 UTC
f71eaff Merge pull request #9224 from clhuang/patch-1 don't throw error when comparing options with/without collation 10 July 2020, 14:11:35 UTC
6a438c9 don't throw error when comparing options w/wo collation 09 July 2020, 19:22:01 UTC
bd51a82 Merge pull request #9217 from cyrilgandon/cgandon/fix/array-casting fix(array): only cast array to proper depth if it contains an non-array value 08 July 2020, 19:40:45 UTC
7f19879 Merge pull request #9212 from JNa0/patch-1 correction of typo 08 July 2020, 19:35:02 UTC
0c7eab1 docs(schematype): document the `transform` option Fix #9211 08 July 2020, 15:28:47 UTC
fa9ffac rebooting travis 08 July 2020, 15:07:17 UTC
5f1cbf0 fix(array): only cast array to proper depth if it contains an non-array value 08 July 2020, 14:57:23 UTC
a56fe9f correction of typo l. 216: mangaging -> managing 07 July 2020, 07:07:14 UTC
fa246e7 chore: release 5.9.22 06 July 2020, 21:48:09 UTC
a3f61ad refactor: upgrade to safe-buffer 5.2, remove workaround for #7102 Fix #9198 05 July 2020, 15:37:10 UTC
09b59e4 fix: revert fix for #9107 to avoid issues when calling `connect()` multiple times Fix #9167 04 July 2020, 16:56:50 UTC
3390c53 fix(schema): treat `{ type: mongoose.Schema.Types.Array }` as equivalent to `{ type: Array }` Fix #9194 04 July 2020, 15:57:01 UTC
378f59b test(schema): repro #9194 04 July 2020, 15:56:48 UTC
8ea7743 Merge pull request #9196 from samtsai15/patch-1 Update guide.pug 03 July 2020, 15:35:00 UTC
6fea8c3 docs: add a note about SSL validation to migration guide Re: #9147 03 July 2020, 15:33:50 UTC
86e2791 fix(update): respect storeSubdocValidationError option with update validators Fix #9172 03 July 2020, 15:06:05 UTC
f3be507 test(update): repro #9172 03 July 2020, 15:05:54 UTC
fd42b58 Update guide.pug Aliases h5 > h3 03 July 2020, 12:14:16 UTC
0d60630 chore: release 5.9.21 01 July 2020, 22:01:43 UTC
4b1ecdc chore: update opencollective sponsors 01 July 2020, 16:30:01 UTC
0e4ee44 test: fix tests 01 July 2020, 14:47:31 UTC
74be8fc docs: add target="_blank" to all edit links Fix #9058 01 July 2020, 14:41:59 UTC
6fe937f Merge pull request #9185 from joaoritter/master Update schema.js 01 July 2020, 14:34:59 UTC
316f922 Merge pull request #9176 from AbdelrahmanHafez/gh-9163 fix(document): disallow `transform` functions that return promises 01 July 2020, 14:31:22 UTC
734b1ec Merge branch 'master' into gh-9163 01 July 2020, 14:30:58 UTC
9761ced chore: quick copy change 01 July 2020, 14:30:08 UTC
c0d56e6 fix(populate): handle embedded discriminator `refPath` with multiple documents Fix #9153 30 June 2020, 15:38:15 UTC
11371a6 test(populate): repro #9153 30 June 2020, 15:37:45 UTC
f46e56b style: fix lint 30 June 2020, 14:34:49 UTC
1a843e3 fix(populate): handle deselected foreign field with `perDocumentLimit` and multiple documents Fix #9175 30 June 2020, 14:29:30 UTC
1c8f565 test(populate): repro #9175 30 June 2020, 14:26:35 UTC
f888f4c Update schema.js 29 June 2020, 21:27:00 UTC
7e064f9 fix(document): use strict equality when checking mixed paths for modifications Fix #9165 28 June 2020, 15:41:10 UTC
fb424e8 test(document): repro #9165 28 June 2020, 15:41:01 UTC
05bbdd6 fix tests re #9163 25 June 2020, 22:53:08 UTC
a29b960 fix(document): disallow `transform` functions that return promises 25 June 2020, 22:13:39 UTC
ea7ecf3 test: repro #9163 25 June 2020, 22:10:51 UTC
e5617db remove unused arguments from `applySchemaTypeTransforms` 25 June 2020, 21:45:58 UTC
04afc5d chore: update opencollective sponsors 25 June 2020, 18:44:17 UTC
3251f72 chore: release 5.9.20 22 June 2020, 21:23:41 UTC
e47531a test: fix tests 22 June 2020, 21:18:47 UTC
8a8ff91 Merge pull request #9160 from AbdelrahmanHafez/gh-9157 fix(model): fix conflicting $setOnInsert default values with `update` values in bulkWrite 22 June 2020, 21:12:48 UTC
b364a8d allow non-null falsy values for setDefaultsOnInsert 22 June 2020, 10:10:57 UTC
58f3376 test: add test for #9150 21 June 2020, 15:47:11 UTC
999da5a fix(model): respect `autoIndex: false` on nested schemas Re: #9150 21 June 2020, 15:41:29 UTC
5afb82f fix(model): fix conflicting $setOnInsert default values with `update` values in bulkWrite 21 June 2020, 08:58:00 UTC
2ec166f test: repro #9157 21 June 2020, 08:53:23 UTC
back to top