https://github.com/Automattic/mongoose

sort by:
Revision Author Date Message Commit Date
926d433 release 2.0.4 29 August 2011, 17:56:39 UTC
4bc3547 fixed; Model.update casts array vals correctly 29 August 2011, 17:50:35 UTC
773f737 fixed; only save the depopulated ObjectId 29 August 2011, 02:46:29 UTC
a820d98 release 2.0.3 28 August 2011, 19:32:08 UTC
7b58bdb fixed; populating empty arrays works closes #481 28 August 2011, 19:29:51 UTC
ddd3d32 fixed; can now change populated arrays and save closes #477 28 August 2011, 19:08:25 UTC
35a2bcd updated dbref test 28 August 2011, 18:56:47 UTC
f4522d1 remove extra Object.keys calls 28 August 2011, 12:36:39 UTC
16e804e typo 27 August 2011, 18:31:13 UTC
23541d4 add test for slicing embedded doc arrays 27 August 2011, 17:33:05 UTC
cf86ffe release 2.0.2 26 August 2011, 21:57:01 UTC
418a5fa fixed; query hint order now retained 26 August 2011, 21:56:02 UTC
7ae5a82 add test for calling populate more than once 26 August 2011, 14:40:50 UTC
11a8a27 add issue # to history.md 25 August 2011, 16:55:50 UTC
0eedc6a release 2.0.1 25 August 2011, 16:54:16 UTC
ad54e2e don't overwrite doc when no props have changed closes #473 25 August 2011, 16:52:59 UTC
2c293e0 release 2.0.0 25 August 2011, 06:27:44 UTC
586e639 docs 23 August 2011, 05:56:51 UTC
454440b fix docs a bit 23 August 2011, 05:41:46 UTC
7192cbf Merge pull request #471 from nw/master ability to set options to virtual types. 22 August 2011, 20:17:18 UTC
9063490 added ability to set options on virtual types 22 August 2011, 19:55:06 UTC
c9338ad Merge branch 'master' of github.com:LearnBoost/mongoose 22 August 2011, 15:10:11 UTC
d89b242 restructure remove lib/mongoose dir stop relying on expressos require.paths manipulation remove support/should.js 22 August 2011, 15:09:20 UTC
add9878 finish removing multi-collection names support @see e159cfad 22 August 2011, 14:32:24 UTC
3fc0608 Merge pull request #469 from maxrabin/patch-1 Added link to mongodb.org 22 August 2011, 12:41:50 UTC
ea04bb1 Added link to mongodb.org 22 August 2011, 18:31:54 UTC
4ea7175 fixed; Model.update accepts $inc, $pull, and friends closes #404 22 August 2011, 05:59:09 UTC
ca04b5d Merge branch 'master' into modelUpdate 20 August 2011, 04:10:18 UTC
fc3cffc fix test for v2.x 20 August 2011, 04:10:02 UTC
5e723cc fixed regression in connection#open thanks jshaw86 20 August 2011, 04:09:09 UTC
fd1dcb5 add failing connection test 20 August 2011, 04:08:49 UTC
36fa0c7 add #mongoosejs to README 17 August 2011, 20:50:04 UTC
42dea47 fix auto_reconnect tests for v2.x 17 August 2011, 13:43:25 UTC
96c1cf0 fix failing connection tests 17 August 2011, 13:40:36 UTC
9838b09 add connection#open tests 17 August 2011, 13:40:18 UTC
1a657d4 fixed; can now query positionally for non-embedded docs closes #463 17 August 2011, 13:39:53 UTC
de84a7d add failing test; positional array querying doesn't work on non-embedded documents 17 August 2011, 13:39:35 UTC
6021cde add embedded doc statics/methods test 17 August 2011, 11:57:23 UTC
51f0de5 start of new update method 16 August 2011, 12:41:09 UTC
582b74d docs 16 August 2011, 12:32:05 UTC
a70819d remove use of .call in query cast 16 August 2011, 12:24:16 UTC
d6c1baa remove unused query cloning 16 August 2011, 12:07:25 UTC
43d0376 minor Query refactor 16 August 2011, 12:07:02 UTC
bb4ad6e ignore .orig 15 August 2011, 12:34:18 UTC
a62ce7f spelling 15 August 2011, 12:18:15 UTC
3958ace ws 15 August 2011, 12:09:17 UTC
3271c31 refactor options passing / add test closes pull #410 15 August 2011, 12:09:01 UTC
4c7524d Added the ability to specify arguments for the native driver layer when opening a new connection. With this you can now enable the mongodb driver's auto_reconnect feature as well as the use of the native BSON serializer/deserializer. 15 August 2011, 12:01:40 UTC
b05a9d1 Reset the readyState on a connection if it fails to open. This allows the connection to be disconnected and re-opened later. 15 August 2011, 12:01:31 UTC
4b5baeb refactor SchemaArray 11 August 2011, 14:49:27 UTC
045d439 fixed casting to remove Object.defineProperty Object.defineProperty is slow. Now that casting is fixed we don't need it to help node-mongodb-native encode properly. 11 August 2011, 14:42:09 UTC
ceac793 fixed; can query/update with documents with subdocs closes #454 Resolved Conflicts: lib/mongoose/schema/array.js 10 August 2011, 19:30:03 UTC
3b9b8b4 add failing test for #454 10 August 2011, 18:51:31 UTC
9699953 fix merge fail 06 August 2011, 16:38:10 UTC
fa86443 add another failing subdoc test 06 August 2011, 16:35:32 UTC
c53e100 docs Fixed Conflicts: lib/mongoose/model.js 06 August 2011, 16:35:18 UTC
f221835 fixed; ObjectIds were always marked modified Resolved Conflicts: test/utils.test.js 06 August 2011, 12:52:12 UTC
c974aa2 update README with schema 'type' use 05 August 2011, 13:19:11 UTC
73e7bd1 more examples 04 August 2011, 19:04:07 UTC
7336678 fixed; do not apply setters when doc returned from db 03 August 2011, 18:44:14 UTC
943cc86 add note about native driver to README 01 August 2011, 20:51:53 UTC
d909bd6 Fixed potential double error callback during population of references in `Model#init`. 01 August 2011, 15:26:38 UTC
8f80e89 Merge branch 'master' of github.com:LearnBoost/mongoose Conflicts: lib/mongoose/types/documentarray.js 31 July 2011, 12:08:58 UTC
e023bc5 Fixed MongooseDocumentArray#id to work with new ObjectId SchemaType. 31 July 2011, 11:51:18 UTC
3a2738e Changed; respect new `.caster`. 31 July 2011, 11:50:58 UTC
2e732d3 Changed SchemaType#applySetters to prevent double-casting and handle #init 31 July 2011, 11:50:41 UTC
e9ae876 Changed; Overridden ObjectId SchemaType to handle populated values. Implemented new #cast parameter `init` 31 July 2011, 11:50:02 UTC
de97919 Added override to set old-style `this.caster` in DocumentArray. 31 July 2011, 11:49:41 UTC
d062375 Added overrides for SchemaArray to handle populated values. Handled new #cast parameter `init` Changed; we no longer call the cast prototype, but an instance instead. 31 July 2011, 11:49:07 UTC
14c7f02 Added Query#populate and options#populate support. 31 July 2011, 11:48:07 UTC
bd81ec0 Changed; overridden Model#init to populate references or references within subdocuments. Added Model#populate to cross-populate an ObjectId or array of ObjectIds. Added Model#getPopulationKeys to introspect query for matching population paths. 31 July 2011, 11:46:45 UTC
23dc6a1 Fixed style 31 July 2011, 11:46:07 UTC
e159cfa Changed (breaking); removed multiple collection names support for a single model. 31 July 2011, 11:45:46 UTC
2a0cc15 Added test suite for references population. 31 July 2011, 11:45:17 UTC
9968249 fixed; subdoc#id works with custom _ids closes #436 30 July 2011, 13:22:47 UTC
255845f failing test; subdoc#id fails with custom _id #436 30 July 2011, 13:20:53 UTC
47211f1 fixed; can query subdoc array with $ne: null 29 July 2011, 17:55:24 UTC
512a524 failing test; query subdoc array with $ne: null 29 July 2011, 17:55:14 UTC
3818a36 failing test; subdocument remove() after modification #438 29 July 2011, 15:40:09 UTC
c8f4d40 fix indentation 29 July 2011, 14:25:16 UTC
5808fee readme clarification 29 July 2011, 13:56:09 UTC
8296d28 Merge branch 'master' of github.com:LearnBoost/mongoose 29 July 2011, 13:52:29 UTC
04a4182 Fixed mongo down test. 28 July 2011, 22:16:06 UTC
4e503aa Fixed race condition in buffering test. 28 July 2011, 22:14:00 UTC
1117a1a call toString once 28 July 2011, 17:09:11 UTC
f94455b set dirtyPath once 28 July 2011, 16:44:20 UTC
17b3560 docs 28 July 2011, 12:56:06 UTC
8767653 make private props more obvious they show up in Object.keys after all 28 July 2011, 12:51:04 UTC
4e2f1fb fix Buffer casting from native Binary 28 July 2011, 11:25:01 UTC
ba72bfd Buffer#inspect works fine 28 July 2011, 11:25:00 UTC
47f288b indexes on Buffer type not supported closes #425 28 July 2011, 11:24:39 UTC
659d9fc fixed; getter/setter scopes 26 July 2011, 19:12:01 UTC
ec7dcd8 failing test; incorrect path/virtual scopes bug #366 was masking this problem 26 July 2011, 19:11:52 UTC
4382909 add $all support to Number 26 July 2011, 15:37:15 UTC
78cf2a4 fixed; can now use $all with String kinda strange but its allowed in the mongo shell so we should support it too. closes #433 26 July 2011, 13:06:51 UTC
14b85bc failing test: can't use $all with String 26 July 2011, 13:06:40 UTC
86e1414 seperate StateMachine 26 July 2011, 12:45:53 UTC
c0d9580 docs 26 July 2011, 12:19:12 UTC
3e159ab use Object.keys in utils.merge 26 July 2011, 12:17:32 UTC
ad5082e use Object.keys in utils.clone 26 July 2011, 12:08:42 UTC
back to top