sort by:
Revision Author Date Message Commit Date
72ecb5a fixed isSelected when only _id is selected releates to #730 13 April 2012, 17:07:29 UTC
393e5cf document caveat on getters regarding Model.update() 26 March 2012, 21:36:53 UTC
66d8d15 release 2.5.13 22 March 2012, 14:28:56 UTC
e79ed89 Merge branch '2.x' of github.com:LearnBoost/mongoose into 2.x 21 March 2012, 19:46:18 UTC
0613820 Merge pull request #784 from chrisleishman/splice_return Splice should return removed objects from array 21 March 2012, 19:45:47 UTC
bdebc37 fix emitter length detection closes #759 21 March 2012, 19:34:42 UTC
a34731b fix validation of unselected changed paths updating an unselected field to "undefined" now marks the value as modified properly triggering validation. relates to #730 21 March 2012, 19:15:36 UTC
7709088 unselected required fields pass validation fields that were not selected in the query should not have required field validators triggered. closes #730 21 March 2012, 18:15:28 UTC
c96418e release 2.5.12 21 March 2012, 12:32:14 UTC
0d87b11 Splice should return removed objects from array This is consistent with normal javascript Array behaviour 21 March 2012, 01:09:27 UTC
3acf399 bump driver to 0.9.9-7 16 March 2012, 18:12:45 UTC
ea5f065 honor schema safe option in "ensureIndex" calls 16 March 2012, 18:12:30 UTC
ec68049 release 2.5.11 15 March 2012, 17:43:04 UTC
8db84c4 ocd 15 March 2012, 17:36:06 UTC
3cf05ce Tests for user/pass connect options These are tests for the newly added user and pass options added to the connect method. 15 March 2012, 17:25:43 UTC
a308e76 check if options parameter is null to prevent error 15 March 2012, 17:25:43 UTC
ab51bfe added connect options for user/pass and parsing user/pass from host 15 March 2012, 17:25:43 UTC
5b235ee add test for 764 14 March 2012, 20:04:17 UTC
392db2b Min and max validator bugfix 14 March 2012, 20:00:50 UTC
664a0ad Add tailable method to Query 14 March 2012, 18:23:02 UTC
e2c188d bump -native to 0.9.9-5 14 March 2012, 15:25:45 UTC
be0649f better introspection in getters/setters schematype itself is passed into getters/setters now relates to #745 14 March 2012, 15:25:30 UTC
21cae3c clean up docs 06 March 2012, 13:59:49 UTC
4c6bedf release 2.5.10 06 March 2012, 13:22:08 UTC
8781ad5 more SchemaType selection tests 06 March 2012, 13:08:44 UTC
4bd3d4b bump driver to 0.9.9-4 06 March 2012, 12:35:56 UTC
c4641ab fix test until -native fixes error handling 06 March 2012, 12:35:48 UTC
e750409 smarter schematype selected field application 06 March 2012, 12:35:13 UTC
79371c5 default path selection for queries 06 March 2012, 12:34:46 UTC
94ecfb3 Fix to allow and in queries without assuming they are conditionals. This allows mongoose-dbref to work properly 27 February 2012, 18:25:03 UTC
f1db0c4 bump hooks.js 25 February 2012, 04:08:09 UTC
f4035b0 docs 24 February 2012, 22:56:18 UTC
94104d2 add tests for failing hooksjs scenario 24 February 2012, 22:46:25 UTC
d5d1f88 fix hooking the set method of subdocs closes #746 24 February 2012, 22:39:55 UTC
b30e128 allow unsetting document arrays 24 February 2012, 17:37:51 UTC
f3f3028 fix test 24 February 2012, 17:35:25 UTC
76ddeb5 docs 24 February 2012, 16:54:11 UTC
4c726f6 add Query#comment() 24 February 2012, 16:22:09 UTC
f928c31 $atomic -> $conditional 24 February 2012, 16:09:50 UTC
3ff7e82 bump -native driver to 0.9.9-3 24 February 2012, 16:04:26 UTC
2ab1f20 release 2.5.9 22 February 2012, 22:18:52 UTC
ce0af78 allow nested atomic update operators on sub-documents 22 February 2012, 22:17:41 UTC
04ab474 release 2.5.8 21 February 2012, 20:20:15 UTC
90157e8 fix tests 10 February 2012, 15:24:25 UTC
107194f Make post('remove') middleware provide the model that was removed. 10 February 2012, 15:24:11 UTC
09a6c6d release 2.5.7 09 February 2012, 14:29:51 UTC
c999522 fix regexp validators in node >= v0.6 09 February 2012, 14:27:17 UTC
2d50d64 updated readme 09 February 2012, 13:50:25 UTC
ee3735a docs 09 February 2012, 13:35:35 UTC
e4ddb04 update readme 09 February 2012, 13:29:52 UTC
121df32 docs 09 February 2012, 13:20:07 UTC
627745b release 2.5.6 09 February 2012, 13:08:25 UTC
fc06a9b pass number of affected docs back on update/save 08 February 2012, 18:42:17 UTC
31a0123 docs 08 February 2012, 17:26:34 UTC
928634e Update README.md 08 February 2012, 17:05:26 UTC
5f60efa populate()d -> populated 08 February 2012, 17:05:13 UTC
e2c1221 Update docs/populate.md 08 February 2012, 17:04:04 UTC
8feb819 better .gitignore of vim 08 February 2012, 17:03:45 UTC
248710c fix strict embedded docs closes #717 08 February 2012, 16:19:01 UTC
7dc3e15 add strict embedded docs test separate strict docs tests too 08 February 2012, 16:18:43 UTC
350fa94 ocd closes #718 08 February 2012, 16:02:09 UTC
0b763a8 iterate arguments properly 08 February 2012, 16:02:09 UTC
1eb0e51 docs 08 February 2012, 16:02:09 UTC
1f6762d Added test for multiple validators 08 February 2012, 16:02:09 UTC
bd1e8fe Add multiple validators 08 February 2012, 16:02:09 UTC
956c2e7 emit collection errors things like strict mode will cause this to fail. do not swallow them. 06 February 2012, 22:57:17 UTC
df98cf7 release 2.5.5 03 February 2012, 22:09:15 UTC
0641b39 fixed; RangeError when removing doc with Number _id closes #714 03 February 2012, 22:07:30 UTC
a4679b7 release 2.5.4 03 February 2012, 21:17:57 UTC
746afb2 fix RangError: Maximum call stack exceeded error closes #714 relates to #688 03 February 2012, 21:15:57 UTC
8653c73 clean up test 03 February 2012, 21:14:23 UTC
83d4590 docs 02 February 2012, 13:27:52 UTC
53f6856 release 2.5.3 02 February 2012, 13:07:19 UTC
4bc2f9f subtle test warnings 02 February 2012, 13:07:08 UTC
ab223d5 docs 02 February 2012, 13:07:08 UTC
a3a2360 use a getter 02 February 2012, 13:07:08 UTC
d2db570 Add Document.prototype.getModifiedPaths 02 February 2012, 13:07:08 UTC
0494d4e style 02 February 2012, 03:27:32 UTC
5e82940 docs; 02 February 2012, 03:27:21 UTC
075cc56 ocd + test closes #707 closes #704 02 February 2012, 02:20:25 UTC
975cf85 Don't add Model getters or setters to the stack unless they are functions. 02 February 2012, 02:00:43 UTC
9faaa3f ocd + test closes #700 02 February 2012, 01:48:27 UTC
ca2aa83 I found why I was getting my errors. So I added a nice description to it so that the rest of us newbees can see what they did wrong: throw new TypeError('Undefined type at `' + path + '`\nDid you try nesting Schemas? You can only nest them by using DBRefs or inside Arrays\n'); 02 February 2012, 01:38:58 UTC
cc20d1c I was getting an error: TypeError: Invalid type `undefined` at Function.interpretAsType (/home/sjuul/node_modules/mongoose/lib/schema.js:223:8) at Schema.path (/home/sjuul/node_modules/mongoose/lib/schema.js:182:29) at Schema.add (/home/sjuul/node_modules/mongoose/lib/schema.js:118:12) at new Schema (/home/sjuul/node_modules/mongoose/lib/schema.js:39:10) at Object.<anonymous> (/home/sjuul/jsServer/schemas.js:10:23) at Module._compile (module.js:432:26) at Object..js (module.js:450:10) at Module.load (module.js:351:31) at Function._load (module.js:310:12) at Module.require (module.js:357:17) I wanted it to warn me where it came from. I'm still getting the error but at least this fixes the part where people wont know where it came from. 02 February 2012, 01:38:58 UTC
2740ffa add mongoose-ttl to README 02 February 2012, 00:41:02 UTC
7295286 more isSelected tests 02 February 2012, 00:15:31 UTC
ad18550 remove dead code 01 February 2012, 23:18:51 UTC
8bd7caa fix shard key val application 01 February 2012, 23:18:43 UTC
617a1e5 shard tests use env var 01 February 2012, 19:39:46 UTC
d5685d8 finish shard tests 01 February 2012, 19:32:28 UTC
675c24b start of sharding support 01 February 2012, 16:26:32 UTC
dceba59 added; query#equals User.where("name").equals("Harry Potter"); 31 January 2012, 16:01:07 UTC
3db3eb7 added; doc#isSelected(path) returns boolean, whether or not the path was included in the selected fields. 31 January 2012, 15:48:07 UTC
cc03889 minor refactor 31 January 2012, 13:41:06 UTC
4f28fd6 add schema!init test 30 January 2012, 19:03:33 UTC
7179a25 release 2.5.2 30 January 2012, 16:51:02 UTC
8a00f43 array literals Resolved Conflicts: lib/types/array.js 30 January 2012, 16:50:39 UTC
bb64801 rollback mongodb-native driver to 0.9.7-3-5 was occasionally causing all connections to timeout. cause still unknown 28 January 2012, 17:49:52 UTC
cc091b0 docs 28 January 2012, 17:05:20 UTC
3e482d5 deprecate MongooseNumber 28 January 2012, 16:40:22 UTC
back to top