https://github.com/Automattic/mongoose

sort by:
Revision Author Date Message Commit Date
64c0668 release 3.3.0 10 October 2012, 22:30:05 UTC
351e4ce tests; more connection option tests 10 October 2012, 22:24:07 UTC
1b20a6f fixed; passing options as 2nd arg to connect() closes #1144 10 October 2012, 22:16:16 UTC
dfe4d27 more descript connection error messages 10 October 2012, 22:15:42 UTC
d8eb69e fixed; schema field selection application in findAndModify closes #1150 10 October 2012, 21:54:14 UTC
73df5b0 fixed; directly setting arrays closes #1126 10 October 2012, 19:35:08 UTC
f1100af Merge branch 'master' of github.com:LearnBoost/mongoose 10 October 2012, 16:57:21 UTC
12389d8 Merge pull request #1151 from Filirom1/patch-1 upgrade mongodb native 10 October 2012, 16:56:28 UTC
156448e Merge pull request #1152 from netminds/master Additions to default uncountables 10 October 2012, 16:54:37 UTC
d642815 Additions to uncountables. 10 October 2012, 14:20:27 UTC
8e6c0ca upgrade mongodb native To fix this issue I need the last mongodb-native : https://github.com/mongodb/node-mongodb-native/issues/729 10 October 2012, 09:46:48 UTC
8a39a66 docs; fix version 09 October 2012, 19:27:00 UTC
11f10ca remove publish config see https://github.com/visionmedia/express/issues/1359#issuecomment-9264200 09 October 2012, 19:05:18 UTC
a6fef8f now working on 3.2.3 09 October 2012, 19:05:18 UTC
dac9b1e Merge branch 'master' of github.com:LearnBoost/mongoose 08 October 2012, 19:32:10 UTC
b229978 fixed; race condition after no-op save closes #1139 08 October 2012, 19:31:03 UTC
79249f2 docs; contributing: no coffeescript bug reports 08 October 2012, 19:04:48 UTC
664f1f4 release 3.2.2 08 October 2012, 18:22:47 UTC
2a4de50 update; driver to 1.1.10 closes #1143 08 October 2012, 18:22:02 UTC
215253e docs; fix toJSON example closes #1137 05 October 2012, 17:56:02 UTC
733c9ca docs; markdown 05 October 2012, 17:30:20 UTC
0886411 docs; fix weird syntax error in website generator 05 October 2012, 17:27:42 UTC
7d2f8e9 docs; ensureIndex in production notes 05 October 2012, 17:18:39 UTC
565c874 Merge branch 'master' of github.com:LearnBoost/mongoose 05 October 2012, 17:06:35 UTC
ebd3855 docs; spelling 05 October 2012, 14:48:43 UTC
2d7c685 docs; add blogposts 04 October 2012, 21:53:36 UTC
4c71a43 Merge pull request #1134 from olalonde/patch-1 Fixed Javascript syntax error in example 03 October 2012, 14:28:51 UTC
68d8e97 Fixed Javascript syntax error in example 03 October 2012, 13:40:00 UTC
3365bfa fixed; do not recast embedded docs unnecessarily 02 October 2012, 18:09:45 UTC
0606544 fixed; expires schema option helper closes #1132 01 October 2012, 18:24:47 UTC
16cd830 fixed; built in string setters lowercase, uppercase, trim now work when setting non-strings closes #1131 01 October 2012, 18:20:26 UTC
146ec9d fixed; debug output for Dates/ObjectId properties closes #1129 01 October 2012, 17:10:53 UTC
3e653e3 sliced 0.0.3 01 October 2012, 16:17:42 UTC
46b9880 remove inGroupsOf util unused. if you were using this you can get it back by using https://github.com/aheckmann/groups-of 30 September 2012, 05:03:25 UTC
e58d86c use sliced 29 September 2012, 15:59:21 UTC
9546235 tests; fixed 29 September 2012, 15:59:21 UTC
d6eb669 now working on 3.2.2 29 September 2012, 15:59:21 UTC
bd2002c release 3.2.1 29 September 2012, 01:02:45 UTC
3edaa86 fixed; remove query batchSize option default Bug in MongoDB breaks result sets: SERVER-5374 Originally added to make streaming large result sets behave nicely (otherwise huge 100000+ doc sets may be returned when not specified). If you are streaming large query results and experience bad performance, you may want to set the batchSize option: query.batchSize(1000) Keep in mind that at this time (mongo 2.2) if the query also uses a sort(), you will need to add an index to that field to ensure all results are returned. https://jira.mongodb.org/browse/SERVER-5374 http://stackoverflow.com/questions/12643195/mongoose-limiting-query-to-1000-results-when-i-want-more-all-migrating-from-2-6 29 September 2012, 00:54:20 UTC
4f28c52 docs; spelling 28 September 2012, 19:56:59 UTC
a445d87 docs; add connection docs; 28 September 2012, 19:54:34 UTC
e7e92af docs; spelling 27 September 2012, 20:54:06 UTC
5eb3b0a now working on 3.2.1 contact! 27 September 2012, 19:06:03 UTC
b682337 website; fix font 27 September 2012, 19:04:38 UTC
44c2767 docs; update array#set 27 September 2012, 19:00:58 UTC
7fcd5e7 release 3.2.0 27 September 2012, 17:23:09 UTC
d707eb8 fixed; QueryStream#resume within same tick as pause() closes #1116 27 September 2012, 16:36:48 UTC
fedc477 docs; more contributing detail 26 September 2012, 17:36:06 UTC
cc8f958 fixed; also validate default values if necessary useful when validating default arrays with custom validators or by making them required closes #1109 26 September 2012, 16:55:30 UTC
6f0a5b5 tests; add test for array validators 26 September 2012, 16:54:16 UTC
efcfcbf fixed; array casting with splice() closes #1123 26 September 2012, 00:38:39 UTC
a6cc103 move css 25 September 2012, 23:58:59 UTC
a4f317d fix mobile 25 September 2012, 23:57:11 UTC
419a421 add bugs to package 25 September 2012, 23:49:09 UTC
d4dcf55 Merge branch 'arrayset' 25 September 2012, 22:32:38 UTC
a413f6a todo 25 September 2012, 22:30:40 UTC
42e70aa tests; add debug switch 25 September 2012, 22:30:36 UTC
121ec4f added; direct array index assignment support Instead of `doc.array[i] = whatever`, which requires n setters created on every MongooseArray, we implement `doc.array.set(i, whatever)` which gives us a single entry point for casting. This change introduces the possibility of adding nulls into DocumentArrays as a side affect of assigning a value to an index larger than the arrays current length + 1: doc.array.set(doc.array.length + 1, something) Previously, DocumentArrays did not support nulls. 25 September 2012, 22:27:50 UTC
b24b1d1 docs; 24 September 2012, 19:21:09 UTC
72c7d88 refactored website 24 September 2012, 18:47:38 UTC
5174c2c Merge branch 'master' of github.com:LearnBoost/mongoose 24 September 2012, 16:55:15 UTC
1f1c69d Merge pull request #1117 from SlashmanX/master Fixes issue #1111 24 September 2012, 16:54:41 UTC
885ea40 docs; contributing 24 September 2012, 16:47:58 UTC
e6db65f add contributing.md 24 September 2012, 16:43:17 UTC
c898b06 docs; connections 24 September 2012, 16:11:39 UTC
23d410f Fixes issue #1111 24 September 2012, 15:39:40 UTC
e49622a specify mocha version 19 September 2012, 20:52:46 UTC
8cdab50 test; clean up dbs 19 September 2012, 20:39:56 UTC
cb22440 test; drop db before running 19 September 2012, 20:39:49 UTC
3fed499 fixed; default array construction edge case closes #1108 19 September 2012, 20:24:01 UTC
c7f248a travis 19 September 2012, 19:13:28 UTC
8baa804 docs; note about using reserved names as schema/document methods 19 September 2012, 18:41:34 UTC
ab5d036 docs; clarify "strict" schema behavior 19 September 2012, 18:14:45 UTC
10de061 Fix query casting for inequalities in arrays In 8bdc3d1, support for inequalities $gt, $gte, $lt, and $lte were added for queries involving arrays, but the values given to queries were always cast to numbers. This change uses castForQuery so that it is cast to the attribute's type specified in the schema. closes #1101 18 September 2012, 16:10:45 UTC
cf6da74 docs; production apps 18 September 2012, 07:53:45 UTC
e741f42 Merge branch 'master' of github.com:LearnBoost/mongoose 14 September 2012, 18:43:05 UTC
62890a6 docs; have virtuals show up in console.log 14 September 2012, 17:05:26 UTC
0632c8a Merge pull request #1105 from donnut/master few minor additions for consistency 14 September 2012, 13:49:42 UTC
5cf5ec4 appended ';' were appropriate for consistency 14 September 2012, 11:59:24 UTC
7898949 added '}' 14 September 2012, 11:52:21 UTC
b5a35d9 now working on 3.1.3 10 September 2012, 23:46:01 UTC
cbe04d6 release 3.1.2 10 September 2012, 23:35:23 UTC
0d07fe9 updated; driver to 1.1.7 10 September 2012, 23:18:04 UTC
5f801f6 test; fixed race condition 10 September 2012, 23:17:52 UTC
66cd1d7 docs; `read` schema option 10 September 2012, 23:15:49 UTC
d32e6d9 tests; 10 September 2012, 22:08:53 UTC
d8de9f4 fix gh ref 10 September 2012, 21:50:37 UTC
9b21b9f test; fix sort order 10 September 2012, 21:40:42 UTC
1258022 fixed; $elemMatch+$in with field selection mongodb 2.2 support closes #1091 10 September 2012, 21:40:34 UTC
14d4e93 fixed; properly cast $elemMatch+$in conditions closes #1100 10 September 2012, 21:39:29 UTC
6543966 test; fix timeout 10 September 2012, 19:38:50 UTC
046e26c tests; time em 10 September 2012, 19:37:11 UTC
4d19209 fixed; cast the mapReduce query option closes #1095 10 September 2012, 17:34:41 UTC
55fc1b5 docs; toObject/toJSON options 10 September 2012, 16:05:35 UTC
29c215e ignore html on master 10 September 2012, 15:13:01 UTC
1cf7b92 docs; clean up version for ui 10 September 2012, 15:11:25 UTC
4d87ee7 docs; gen on gh-pages 10 September 2012, 15:11:16 UTC
2095f4d travis happiness 07 September 2012, 23:36:24 UTC
b3f4ba5 fixed; default field application of subdocs closes #1027 07 September 2012, 23:14:25 UTC
5e76359 docs; populate/field selection syntax notes see #1087 07 September 2012, 19:17:46 UTC
back to top