https://github.com/Automattic/mongoose

sort by:
Revision Author Date Message Commit Date
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
4d58d75 emit an init event on schemas helpful for plugins 28 January 2012, 05:42:45 UTC
802f864 release 2.5.1 27 January 2012, 19:50:23 UTC
329498a honor strict schemas in Model.update closes #699 27 January 2012, 19:18:23 UTC
cc33da3 separate model.update tests 27 January 2012, 18:15:50 UTC
84e0c76 travis node version 26 January 2012, 07:01:21 UTC
2179048 space 26 January 2012, 06:57:22 UTC
601212c add .travis.yml 26 January 2012, 06:39:18 UTC
7987629 fix history 26 January 2012, 06:15:39 UTC
c08916c release 2.5.0 26 January 2012, 06:12:04 UTC
5e84c79 ocd 26 January 2012, 05:52:09 UTC
36cbc7b fix isNew on embedded docs closes #680 26 January 2012, 05:51:39 UTC
d6c02da Add failing test for embedded docs isNew: This test fails on line 539. Adding an embedded doc with the parent doc sets the isNew flag properly (see previous test case). However, if the embedded doc is added *after* the parent doc has already been created, the isNew flag is not set to false. 25 January 2012, 23:28:09 UTC
843ad09 ignore more vim files 25 January 2012, 16:45:09 UTC
9539e60 Merge branch 'master' of github.com:LearnBoost/mongoose 24 January 2012, 01:13:33 UTC
d9154ed fix range error when using Number _id weird -native serializtion issue introduced in >= 0.9.7-3-5 closes #691 24 January 2012, 01:13:15 UTC
e836670 Merge pull request #697 from pctj101/master Added notes about how to make DBrefs or find() the children. 24 January 2012, 00:39:37 UTC
90ead42 clarified how to list children of DBrefs 24 January 2012, 00:34:33 UTC
475368e don't polute existing raw schemas see 389ac3a 24 January 2012, 00:19:10 UTC
e5dcf2e Merge branch 'master' of github.com:LearnBoost/mongoose 23 January 2012, 23:41:51 UTC
3a34287 add cli-table to package.json 22 January 2012, 02:01:02 UTC
3cca957 bump driver to 0.9.8-3 21 January 2012, 14:26:29 UTC
30dbe0d make model ref consistent between methods/statics within a method: this.model('Model') previously within static: this.db.model('Model') // fail now within static: this.model('Model') 20 January 2012, 23:21:04 UTC
e2eb615 fix formatting 20 January 2012, 12:32:36 UTC
06116e5 remove old colors dependency 19 January 2012, 20:30:50 UTC
8306f15 add $all support to ObjectIds and Dates closes #690 19 January 2012, 16:57:09 UTC
c1f4aeb Merge remote-tracking branch 'upstream/master' into tojson Conflicts: test/model.ref.test.js 19 January 2012, 13:44:36 UTC
1c45cf2 ws 19 January 2012, 13:30:21 UTC
3f48ef9 Added test for #686, populate should work on Buffer _ids. 19 January 2012, 13:29:34 UTC
f2b1f96 Added missing arg init. 19 January 2012, 13:29:34 UTC
1d44549 Fixed populate with Buffer type. 19 January 2012, 13:29:33 UTC
9409532 fix MongooseBuffer check in deepEquals closes #688 19 January 2012, 13:26:57 UTC
57af8b7 bump driver to 0.9.8-1 17 January 2012, 16:10:29 UTC
54ee5af doc construction should not trigger getters closes #685 17 January 2012, 15:46:23 UTC
fc258c8 Merge remote-tracking branch 'upstream/master' into tojson 16 January 2012, 16:05:38 UTC
12ab4ff ocd 14 January 2012, 02:44:41 UTC
1224dd9 close test connection 14 January 2012, 02:34:04 UTC
42d8a60 Implemented fix for #682, virtual setters on strict mode schemas 14 January 2012, 02:32:07 UTC
e167728 Added test for strict mode virtuals 14 January 2012, 02:32:07 UTC
e69daea Added missing semicolon. 11 January 2012, 10:15:00 UTC
9ee8df3 Added unit test for pull request #675. 11 January 2012, 10:13:02 UTC
671327e Check existence of toJSON before calling it. 11 January 2012, 10:09:30 UTC
3ccd8b0 Merge branch 'master' into tojson Conflicts: lib/document.js 11 January 2012, 09:34:10 UTC
6c31205 release 2.4.10 10 January 2012, 16:31:23 UTC
79b8b28 Merge branch 'integration' 10 January 2012, 15:55:19 UTC
3deb5f8 oc 10 January 2012, 15:54:45 UTC
305a0b5 Added unit test for pull request #662 10 January 2012, 15:44:38 UTC
40c9d5d Added unit test for pull request #662 10 January 2012, 15:44:11 UTC
389ac3a more reliable schema.tree setting 10 January 2012, 15:44:11 UTC
150ac4d added; $nor support closes #674 10 January 2012, 15:02:05 UTC
4bc9536 fix test for https://jira.mongodb.org/browse/SERVER-4492 10 January 2012, 14:28:58 UTC
cdf546e add $or with $elemMatch test 10 January 2012, 14:15:57 UTC
fb1c31d fix nested $operators in $all closes #670 10 January 2012, 13:55:02 UTC
edb4872 Call .toJSON() of populated objects. 10 January 2012, 13:20:18 UTC
42f5329 docs 10 January 2012, 12:49:25 UTC
8a3168d added; getter application in .toObject/.toJSON closes #412 10 January 2012, 12:38:07 UTC
c53ada3 docs 10 January 2012, 02:24:51 UTC
9dce45c remove old _subarray.js 04 January 2012, 23:26:29 UTC
bbb8f8b its 2012 04 January 2012, 16:11:30 UTC
00db21b release 2.4.9 04 January 2012, 16:08:14 UTC
9b84ade bump driver to 0.9.7-3-5 for perf fix on some Linux boxes 04 January 2012, 16:06:37 UTC
d2a45d4 update driver to 0.9.7-3-1 closes #664 02 January 2012, 16:03:25 UTC
729a964 release 2.4.8 22 December 2011, 18:25:44 UTC
39e992f faster state corruption handler by only throwing errors into nextTick we get a perf boost. raw numbers show this technique is ~10x more performant. not seeing much improvment in the overall time suite tho. 22 December 2011, 18:25:18 UTC
a771489 fix schema lax conflict with defaults + lax->strict changed undocumented "lax" schema option to "strict". fixed default value population for strict schemas (they were not applied) 22 December 2011, 17:36:01 UTC
fbcd31b yield less often during streaming 22 December 2011, 16:42:48 UTC
3c4af0a bump driver to 0.9.7-2-5 closes #660 22 December 2011, 16:42:39 UTC
142a23b docs 20 December 2011, 19:33:57 UTC
bb918c6 misc 20 December 2011, 19:32:21 UTC
back to top