https://github.com/Automattic/mongoose

sort by:
Revision Author Date Message Commit Date
86d6f73 chore: release 4.9.3 02 April 2017, 22:21:16 UTC
5eb8692 perf(populate): dont clone whole options every time Fix #5103 02 April 2017, 05:39:35 UTC
f6dd89f docs(schematype): explain custom message with required function Fix #5123 02 April 2017, 05:25:13 UTC
12425b5 fix(populate): only apply refPath duplicate id optimization if not array Fix #5114 01 April 2017, 06:14:34 UTC
ca59b9c test(populate): repro #5114 01 April 2017, 06:14:22 UTC
0a7be41 docs(schematypes): explain some subtleties with arrays Fix #5059 31 March 2017, 22:49:12 UTC
79fdf6a Merge pull request #5129 from monkbroc/patch-1 Avoid exception on constructor check 31 March 2017, 22:30:59 UTC
fe20693 Merge pull request #5131 from krmannix/master document.js fixes for functions prepended with `$` 31 March 2017, 22:30:23 UTC
f4d7ad6 fix(document): copy non-objects to _doc when init() Re: #5111 31 March 2017, 16:28:58 UTC
cede3b4 test(document): repro #5111 31 March 2017, 16:28:55 UTC
04fb701 feat(document): add isDirectSelected() to minimize isSelected() changes Fix #5063 30 March 2017, 04:35:15 UTC
2d6bf66 test(document): repro #5063 30 March 2017, 04:34:48 UTC
0a03288 docs(discriminator): use message in discriminator docs re: #5113 30 March 2017, 04:16:21 UTC
eee1f04 document.js fixes for functions prepended with `$` 29 March 2017, 13:59:19 UTC
65f6178 docs(schematype): explain how to use `isAsync` with validate() Fix #5125 29 March 2017, 00:47:57 UTC
6967687 Avoid exception on constructor check I was pushing object created by `Object.create(null);` into an array so the prototype is `undefined` which causes `Cannot read property 'baseCasterConstructor' of undefined`. Check that the prototype is defined first. 28 March 2017, 14:12:23 UTC
541294a chore: now working on 4.9.3 26 March 2017, 23:46:23 UTC
fcff38e chore: release 4.9.2 26 March 2017, 23:39:33 UTC
8042fb4 Merge pull request #5076 from bertolo1988/master Update description said "documents" instead of "one document" 26 March 2017, 00:54:04 UTC
1edc6ab Merge branch 'master' of github.com:Automattic/mongoose 25 March 2017, 23:42:53 UTC
2dd76ab fix(connection): throw error if username:password includes @ or : Re: #5091 25 March 2017, 23:41:47 UTC
6752313 Merge pull request #5093 from Jiang-Xuan/patch-1 Update guide.jade 25 March 2017, 23:26:33 UTC
70c6fd9 fix(discriminator): handle class names consistently Fix #5104 25 March 2017, 23:25:09 UTC
aae7c57 fix(document): ensure subdoc post save runs after parent save Fix #5085 25 March 2017, 23:09:50 UTC
2bbc59e test(document): repro #5085 25 March 2017, 23:08:26 UTC
64b4eb1 fix(querycursor): run pre find hooks with .cursor() Fix #5096 25 March 2017, 22:09:41 UTC
dc79ff6 test(querycursor): repro #5096 25 March 2017, 22:09:37 UTC
bbf6166 refactor: move more tests into before hooks 23 March 2017, 20:22:17 UTC
a160e4e refactor: move more schemas into before hooks 23 March 2017, 20:02:28 UTC
b72eaca refactor: move most test schemas into before hooks 23 March 2017, 19:47:46 UTC
51b8e80 fix(schema): make clone() work with reusing discriminator schemas Fix #5098 23 March 2017, 02:29:15 UTC
432360e test(discriminator): repro #5098 23 March 2017, 02:28:10 UTC
1d3a962 fix(timestamps): handle overwriting createdAt+updatedAt consistently Re: #5088 #5045 22 March 2017, 01:57:48 UTC
f17fe91 Update guide.jade I guess `unpredictable` is right.Because i can't find it when i use bing online dictionary. 21 March 2017, 01:22:44 UTC
ea9ff07 fix(update): avoid adding empty updates when updating timestamps Fix #5088 21 March 2017, 00:20:20 UTC
091e12b test(update): repro #5088 21 March 2017, 00:19:23 UTC
4abf0af chore: now working on 4.9.2 19 March 2017, 17:24:26 UTC
4f864cf chore: release 4.9.1 19 March 2017, 17:22:37 UTC
74cdbdd Merge pull request #5080 from zoellner/master fix(query): handle $type for arrays 19 March 2017, 00:21:55 UTC
249653b fix(populate): avoid duplicate ids in dynref queries Fix #5054 18 March 2017, 22:19:45 UTC
dae6192 test: fix flakey test 18 March 2017, 22:13:24 UTC
79bf54a fix: upgrade driver -> 2.2.25 Fix #5033 18 March 2017, 16:21:44 UTC
fa2caf5 fix(model): get promise each time save() is called rather than once Fix #5030 17 March 2017, 22:54:12 UTC
7d6c259 test: add coverage for #5070 17 March 2017, 22:24:32 UTC
2a0df9a fix(connection): make connect return value consistent Fix #5006 17 March 2017, 22:15:19 UTC
1a5fffb fix(timestamps): handle nested timestamp paths Fix #5051 17 March 2017, 04:47:28 UTC
4efe0dc test(timestamps): repro #5051 17 March 2017, 04:46:51 UTC
dd3182f docs(validation): add some more detail re: isAsync 17 March 2017, 04:40:38 UTC
91866a8 Merge pull request #5072 from sjorssnoeren/gh-5068 InsertMany behaves as expected for validation errors while ordered op… 15 March 2017, 22:50:27 UTC
80b325c fix(query): handle $type for arrays Fix #5079 15 March 2017, 18:22:31 UTC
0a88085 fix(update): dont double-call setters on arrays Fix #5041 15 March 2017, 16:31:45 UTC
9105d85 test(update): repro #5041 15 March 2017, 16:30:42 UTC
606fc04 Update description said "documents" instead of "one document" 15 March 2017, 10:58:07 UTC
113ad7d fix(timestamps): dont set timestamps in update if user set it Fix #5045 14 March 2017, 15:31:03 UTC
1d131f9 test(timestamps): repro #5045 14 March 2017, 15:29:38 UTC
d2eaff0 Removes unused trailing comma in insertMany tests 14 March 2017, 14:15:15 UTC
be89c60 InsertMany returns an empty array when all models are invalid 14 March 2017, 14:13:12 UTC
f4f9d03 InsertMany now handles missing or malformed options object well 14 March 2017, 13:55:21 UTC
eb7fbc9 InsertMany behaves as expected for validation errors while ordered option is disabled InsertMany already did use the ordered option for unique constraint errors but didn’t for validation errors. As expected insertMany should behave likewise for validation errors. 14 March 2017, 13:28:36 UTC
e2e105b chore: now working on 4.9.1 13 March 2017, 23:22:02 UTC
e43cdf1 chore: release 4.9.0 13 March 2017, 23:20:22 UTC
36b6ced Merge pull request #4977 from Automattic/4925 rawResult option 13 March 2017, 23:07:02 UTC
386918a Merge pull request #5066 from Automattic/4.9 4.9 13 March 2017, 23:06:50 UTC
566b9e8 Merge pull request #5018 from Automattic/4983 Add a clone() function for schemas 12 March 2017, 18:42:43 UTC
b40c187 Merge pull request #5024 from Automattic/4290 Support isAsync option for validators 12 March 2017, 18:42:32 UTC
336b0ee Merge pull request #5039 from Automattic/5026 5026 12 March 2017, 18:42:21 UTC
f6acdb2 Merge pull request #5040 from Automattic/5027 Return this from `depopulate()` 12 March 2017, 18:42:15 UTC
27e461e Merge pull request #5065 from Automattic/3998 `Model.bulkWrite()` 12 March 2017, 18:42:06 UTC
4aeb6e9 Merge branch '4.9' into 4983 Conflicts: test/model.discriminator.test.js 12 March 2017, 18:41:01 UTC
c3d7429 Merge branch 'master' into 4.9 Conflicts: package.json 12 March 2017, 18:38:14 UTC
cdaad77 chore: now working on 4.8.8 12 March 2017, 18:34:58 UTC
5c22152 chore: release 4.8.7 12 March 2017, 18:33:14 UTC
03e1062 fix(populate): handle passing no args to query.populate Fix #5036 12 March 2017, 02:24:14 UTC
165de1c test(populate): repro #5036 12 March 2017, 02:23:59 UTC
06d8509 docs: improve bulkWrite docs 12 March 2017, 01:58:00 UTC
eb47842 docs(model): add actual bulkWrite example re: #3998 12 March 2017, 01:56:34 UTC
4c25637 fix(model): correct handling of replaceOne Fix #3998 12 March 2017, 01:50:53 UTC
6ab3b8c fix(model): handle remaining ops for #3998 12 March 2017, 01:46:31 UTC
166b475 fix(model): handle update casting for bulkWrite re: #3998 12 March 2017, 01:18:26 UTC
28f3377 refactor(query): expose castUpdate as a pure function internally 12 March 2017, 00:42:12 UTC
0450b41 feat(model): add rudimentary bulkWrite support Re: #3998 11 March 2017, 22:15:07 UTC
e09a428 fix(model): if last arg in spread is falsy, treat it as a callback Fix #5061 11 March 2017, 04:20:20 UTC
057bd3f test(model): repro #5061 11 March 2017, 04:20:16 UTC
0540c8a test: fix tests 10 March 2017, 06:08:14 UTC
4507487 test: remove es6-only code from tests 10 March 2017, 05:59:40 UTC
a049601 feat(query): add deleteOne and deleteMany re: #3998 10 March 2017, 05:54:44 UTC
d555251 test(query): add coverage for the justOne option 10 March 2017, 05:47:07 UTC
fd38d59 Merge branch 'master' into 4.9 10 March 2017, 05:24:32 UTC
0c99538 style: remove unnecessary utils. Re: https://github.com/Automattic/mongoose/commit/59c6d3ee90e2f332d81a955412af4c0a511ebe36#commitcomment-21117266 10 March 2017, 04:02:54 UTC
9390543 fix(discriminator): handle array discriminators when casting $push Fix #5009 09 March 2017, 06:31:47 UTC
7c114ac test(discriminator): repro #5009 09 March 2017, 06:31:25 UTC
952eaca fix(populate): dont select foreign field if parent field is selected Fix #5037 09 March 2017, 06:00:09 UTC
3dba7b3 test(populate): repro #5037 09 March 2017, 05:59:42 UTC
6669f41 fix(document): use $hook instead of hook Fix #5047 08 March 2017, 04:57:25 UTC
f30d834 test(document): repro #5047 08 March 2017, 04:54:11 UTC
7d69ceb fix(update): use correct method for casting nested arrays Fix #5032 07 March 2017, 03:08:33 UTC
c17732c test(update): repro #5032 07 March 2017, 03:08:21 UTC
cded108 feat(query): add replaceOne() Re: #3998 06 March 2017, 02:43:10 UTC
0c7b63a Merge branch 'master' into 4.9 Conflicts: package.json 05 March 2017, 22:25:29 UTC
525f43f chore: now working on 4.8.7 05 March 2017, 22:24:55 UTC
back to top