https://github.com/Automattic/mongoose

sort by:
Revision Author Date Message Commit Date
f814a7b Release 1.1.14 28 March 2011, 16:46:54 UTC
efc72a1 More forgiving date casting, so that merging form values (eg: coming from express), doesn't create unexpected dates. 28 March 2011, 16:40:06 UTC
35cde07 Release 1.1.13 26 March 2011, 23:10:18 UTC
dc81e38 Release 1.1.13 26 March 2011, 22:54:40 UTC
8061109 Fixed support for setting values as `undefined` 26 March 2011, 22:47:43 UTC
f2b9531 version 1.1.12 26 March 2011, 14:45:05 UTC
485e1f6 fixed; setting nested objects directly now works properly 26 March 2011, 14:40:17 UTC
3d7646a add failing test: setting nested objects directly 26 March 2011, 14:38:49 UTC
91d36a7 fix var leak in tests 26 March 2011, 14:14:37 UTC
f6e547e fixed; nested objects now convert to JSON properly 26 March 2011, 14:00:00 UTC
2bd64a0 add failing nested property setter test 26 March 2011, 13:59:12 UTC
308183a add failing getter test 26 March 2011, 13:52:22 UTC
b6cc851 update node-mongodb-native to HEAD 25 March 2011, 21:17:02 UTC
6fa9e16 Merge branch 'master' of github.com:LearnBoost/mongoose 25 March 2011, 21:06:13 UTC
7780dc7 Release 1.1.11 25 March 2011, 19:09:18 UTC
df2dc8b Fixed for use of `type` as a key 25 March 2011, 19:08:28 UTC
865d360 spelling 25 March 2011, 03:56:54 UTC
e5119b8 fixed default Array test 24 March 2011, 21:36:15 UTC
c66aab1 Release 1.1.10 24 March 2011, 00:23:33 UTC
9894923 Make sure to only ensure indexes while connected 24 March 2011, 00:21:15 UTC
ec1fe40 Release 1.1.9 23 March 2011, 22:49:08 UTC
bacfbcd fixed; Mixed can now default to empty arrays 23 March 2011, 22:42:35 UTC
18d7f13 add failing tests for Mixed types defaulting to [] 23 March 2011, 22:42:19 UTC
ba3600c fixed; keys by the name 'type' are now valid 23 March 2011, 21:08:33 UTC
1d15fbe add failing test for keys named 'type' 23 March 2011, 21:08:13 UTC
2290833 Now, null values retrieved from the database are hydrated as null values in the document (before hydrated to undefined). With tests. 23 March 2011, 20:10:37 UTC
6fa608b Merge remote branch 'LearnBoost/master' 23 March 2011, 19:15:48 UTC
87c3a4c Fixed GH-267. No longer sending embedded doc $push to mongodb twice if you save a new doc twice. Atomics and dirty attributes now properly cleared after each save. 23 March 2011, 19:13:49 UTC
3600ed7 Release 1.1.8 23 March 2011, 18:47:39 UTC
25cbc9a Added failing test for GH-267 23 March 2011, 18:42:43 UTC
4aa1003 Added a human explanation to test for GH-298. 23 March 2011, 18:36:23 UTC
b444772 Fixed Issue 298 - 'id' over-riding should mute the default virtual 'id' schema addition. 23 March 2011, 18:32:13 UTC
038e2e8 add failing test for GH-298 23 March 2011, 17:30:05 UTC
7f37f57 Release 1.1.7 23 March 2011, 02:00:20 UTC
5d3a181 fixed - RegExp query casting when querying against a type that is an Array of Strings. 23 March 2011, 01:54:01 UTC
87dc3cf Getters/setters for nested virtuals now work. 23 March 2011, 01:09:50 UTC
8fce78a fixed; [] and Array cast to Mixed by default 22 March 2011, 23:02:23 UTC
a8c1b8a add failing test for Array type defaults 22 March 2011, 23:02:02 UTC
5193b25 fix failing regexp test on array types 22 March 2011, 21:00:09 UTC
6b98d01 Merge branch 'master' of github.com:LearnBoost/mongoose 22 March 2011, 19:38:26 UTC
0a4777e add failing regexp query on array types 22 March 2011, 19:38:21 UTC
77dfe20 Added failing test 22 March 2011, 18:08:17 UTC
16b55ef Release 1.1.6 22 March 2011, 16:08:29 UTC
ea5a715 add aheckmann to credits 22 March 2011, 16:07:48 UTC
a19b7fc only doValidate when path exists in schema 21 March 2011, 23:30:13 UTC
82abc97 add array cast test for default 21 March 2011, 21:14:49 UTC
96bf86c allow default functions for Array types 21 March 2011, 21:12:01 UTC
a0a4b03 add failing tests for Array types with default functions 21 March 2011, 21:11:35 UTC
bd2abc9 reduce likelihood of validator fn name collision 19 March 2011, 18:25:30 UTC
06b7eda fix function comparison in SchemaType#required 19 March 2011, 18:23:58 UTC
25d729e fix isRequired setting of SchemaType 19 March 2011, 18:20:43 UTC
4c6e45a add failing test for isRequired setting of path 19 March 2011, 18:20:28 UTC
c62a06a add test for validation on previously existing null vals 19 March 2011, 17:53:41 UTC
29dc880 fix hanging validation on query results 19 March 2011, 17:37:59 UTC
254afd2 add failing test: running validation on query result hangs 19 March 2011, 17:37:14 UTC
76eb1b8 mark hydrated existing schema paths 19 March 2011, 14:53:53 UTC
2b3d6ab only mark paths that exist in schema as hydrated fixes backwards compatibility issue with old values 18 March 2011, 19:42:50 UTC
b4421bc add failing backwards compatibility test 18 March 2011, 19:33:33 UTC
83b6d89 remove redundant self.schema.path call 18 March 2011, 19:18:25 UTC
3bfd22c add another validate() test shows calling validate() directly does not save 18 March 2011, 00:32:59 UTC
79c876e add tests for direct calls to #validate() 18 March 2011, 00:17:49 UTC
dc1dcbf add test for Model.findById using either ObjectId or hexString 15 March 2011, 16:42:46 UTC
038976d add test for empty queries 15 March 2011, 16:42:17 UTC
9b4d0ac Release 1.1.5 15 March 2011, 00:34:42 UTC
e408e77 Corrected replica set test Added replica set test for createSetConnection Added support for `uri, db, fn` and `uri, fn` signatures for replica sets. 15 March 2011, 00:32:49 UTC
b0f0a9e Release 1.1.4 10 March 2011, 00:28:39 UTC
ee9c7b8 running an empty Query shouldn't throw 08 March 2011, 18:08:38 UTC
2239b37 add failing empty query test 08 March 2011, 18:08:20 UTC
eddb862 docs 08 March 2011, 17:46:47 UTC
32550a8 promise#addBack returns promise 08 March 2011, 17:45:31 UTC
b0a3167 add promise return val tests 08 March 2011, 17:45:04 UTC
4e6e905 add streaming cursor support 07 March 2011, 19:33:41 UTC
2d0ed59 Merge remote branch 'LearnBoost/master' 07 March 2011, 07:16:13 UTC
7a39023 GH Issue 284 Fix. Query#update defaults to use$SetOnSave now. 07 March 2011, 07:15:12 UTC
9b38145 return on error 06 March 2011, 13:52:20 UTC
68f6a69 Query#{run,exec} docs 06 March 2011, 01:04:01 UTC
b52efe8 Merge branch 'master' of github.com:LearnBoost/mongoose 05 March 2011, 06:50:10 UTC
fb3dd61 Release 1.1.3 05 March 2011, 06:49:59 UTC
5dbad69 remove duplicate var 05 March 2011, 02:18:24 UTC
8b2b7e5 Adding jsdocs for Promise#resolve 05 March 2011, 00:38:12 UTC
317963d ignore .swo 04 March 2011, 23:07:18 UTC
024413f add query#exec promise tests 04 March 2011, 23:06:51 UTC
296fef5 Query#{run,exec} return promises 04 March 2011, 22:53:00 UTC
5bb3106 add Promise#resolve 04 March 2011, 22:52:35 UTC
261a8bc Revert "remove Promises" This reverts commit 7ac6de9dffdf0e7f0c4b5cbec35f87e7651c457f. 04 March 2011, 21:30:35 UTC
7ac6de9 remove Promises 04 March 2011, 18:24:44 UTC
94126fc fix backward compatibility with nulls closes #281 04 March 2011, 17:18:11 UTC
bfa6fc4 add failing test for previously existing nulls If you have an existing mongodb collection containing nulls mongoose shouldn't choke on them. 04 March 2011, 17:14:19 UTC
859d45b Release 1.1.2 03 March 2011, 17:47:19 UTC
3c179f2 Added test for #find, #findOne, #count, #update, #remove use with #exec, plus ad-hoc last-minute changes to Query#op attribute via an additional #exec argument. 03 March 2011, 00:24:28 UTC
d85371f Code changes to support new Query#exec and Query#run for running remembered query operations. 02 March 2011, 23:58:43 UTC
f5a8716 Merge remote branch 'upstream/master' 02 March 2011, 23:01:08 UTC
2fb5408 Release 1.1.1 02 March 2011, 00:13:49 UTC
81beadf Added SchemaType String `lowercase`, `uppercase`, `trim` (#274 #275) 02 March 2011, 00:02:38 UTC
935c290 Public exports and tests (#277). Test number 300 whooooooop 01 March 2011, 23:24:30 UTC
2fb2e32 Added ObjectId casting support for `Document`s (#276) 01 March 2011, 23:18:26 UTC
b684dd9 Exported Model 01 March 2011, 22:06:17 UTC
863c726 Release 1.1.0 26 February 2011, 04:43:44 UTC
a960889 Merge branch 'master' of github.com:LearnBoost/mongoose 26 February 2011, 04:38:15 UTC
65a1bd6 Added replica sets support 26 February 2011, 04:37:26 UTC
back to top