sort by:
Revision Author Date Message Commit Date
1b5351a release 3.6.0rc0 03 February 2013, 23:15:44 UTC
b06d159 docs; 03 February 2013, 23:15:19 UTC
8e0797c fixed; properly pass Binary subtype 03 February 2013, 20:44:36 UTC
8a60a88 populate; depopulate populated single paths also fixes legacy issue where single populated path was markedModified causing populated document to overwrite _id. relates to #570 03 February 2013, 20:44:36 UTC
5b79f81 populate; allow setting single populated paths to docs relates to #570 03 February 2013, 20:44:36 UTC
63db499 tests; adding docs to populated arrays add tests for docs with String, Buffer, and Number _ids relates to #570 03 February 2013, 20:44:36 UTC
9f0f204 changed; Buffer arrays can now contain null to be consistent with strings, numbers, _ids, etc 03 February 2013, 20:44:36 UTC
f8f2dd7 fixed; casting docs with String,Number,Buffer _ids Schema({ fans: [String] }) new Doc({ fans: [{ _id: "miami" }, { _id: "trump" }] }) 03 February 2013, 20:44:36 UTC
6813357 fixed; { path: [{type: "String" }] } 03 February 2013, 20:44:36 UTC
8635ce5 MongooseArray#toObject; map -> slice 03 February 2013, 20:44:36 UTC
318a227 tests; fix expires tests follow up of 33cbbaf5d7394e86fab2c23bb02c5db912b1a3a4 03 February 2013, 20:44:36 UTC
4bed277 populate; fix saving populated arrays when null or ObjectId was added relates to #570 03 February 2013, 20:44:36 UTC
ddcab4a Update lib/schema/date.js SchemaType -> SchemaDate 03 February 2013, 20:44:36 UTC
b7bbb64 refactor expires index to SchemaDate closes #1328 03 February 2013, 20:44:36 UTC
32f574c tiny refactor 03 February 2013, 20:44:36 UTC
1e5d8be refactor 03 February 2013, 20:44:36 UTC
9460b71 docs; 03 February 2013, 20:44:36 UTC
8601989 populate; allow adding docs to populated arrays without casting need to test string,number,buffer _ids yet part of #570 03 February 2013, 20:44:35 UTC
22e94ab populate; record populated paths from query builder 03 February 2013, 20:44:35 UTC
63bd347 model.ref.test.js -> model.populate.test.js 03 February 2013, 20:44:35 UTC
783fdc3 populate; add unscientific benchmark 1 doc ========================= 3.5.5: 8211 completed 3.6-pre: 12358 completed ~1.5 x 10 docs ========================= 3.5.5: 1672 3.6-pre: 4708 ~2.8 x 20 docs ========================= 3.5.5: 900 3.6-pre: 2752 ~3.0 x 50 docs ========================= 3.5.5: 378 3.6-pre: 1252 ~3.3 x 100 docs ========================= 3.5.5: 180 3.6-pre: 692 ~3.8 x 03 February 2013, 20:44:35 UTC
a8da6dd populate; docs 03 February 2013, 20:44:35 UTC
2b00ce3 populate; more tests 03 February 2013, 20:44:35 UTC
88214b0 populate; now backwards compatible nulls and unfound documents no longer included in populated paths (just like pre 3.6) 03 February 2013, 20:44:35 UTC
1363ce1 populate; doc -> docs 03 February 2013, 20:44:35 UTC
00f7954 populate; doc.populated now gets/sets 03 February 2013, 20:44:35 UTC
89b97e0 populate; add doc.populated() 03 February 2013, 20:44:35 UTC
89cedc6 refactor; internal document properties A schema path beginning with $ is invalid in mongodb, so we know that no user will use this. closes #1171 closes #1184 03 February 2013, 20:44:35 UTC
785d188 populate; now compatible with lean closes #1260 03 February 2013, 20:44:35 UTC
8292427 docs; 03 February 2013, 20:44:35 UTC
f9b42f3 populate; no need for extra nextTicks 03 February 2013, 20:44:35 UTC
071f7c3 populate; working code (not-backwards compat) currently retaining _ids for documents not found in populate queries 03 February 2013, 20:44:34 UTC
59fd742 update; mpath to 0.1.1 03 February 2013, 20:44:34 UTC
4d3457e fixed; rebase regression 03 February 2013, 20:44:34 UTC
9c88a86 populate; add utils.array.flatten 03 February 2013, 20:44:34 UTC
93b4f7a populate; tests; fix query option test 03 February 2013, 20:44:34 UTC
4f68d12 populate; tests; re-enabled 03 February 2013, 20:44:34 UTC
5d37cf1 updated; mpath to 0.1.0 03 February 2013, 20:44:34 UTC
7e0af7e refactor; populate functionality added doc#populate added Model#populate standardize query,document,Model populate arguments Model .find() .populate({ path: "_creator" , select: "name age" , match: { age: { $gte: 21 }} , options: { sort: { age: -1 }} }) .exec() TODO needs to support multi docs + non Mongoose Documents & friends code is in non-working state 03 February 2013, 20:44:34 UTC
fe123df added; removing subdoc with _id value support closes #1278 03 February 2013, 20:44:34 UTC
b4af376 updated; muri to 0.3.0 03 February 2013, 20:44:34 UTC
65c50da allow non-strict sets and updates useful when cleaning up old properties that are no longer in the schema. http://bytes.goodeggs.com/post/36553128854/how-to-remove-a-property-from-a-mongoosejs-schema 03 February 2013, 20:44:34 UTC
abd0768 adjust test for muri update 03 February 2013, 20:44:34 UTC
90ebb09 updated; mocha 1.8.1 03 February 2013, 20:44:34 UTC
0d0a692 just support Bool->String->Bool 03 February 2013, 20:44:34 UTC
b2b5ff2 Update test/schema.test.js for cast 'true'/'false' 03 February 2013, 20:44:33 UTC
4818c54 Cast string 'true'/'false' to boolean value 03 February 2013, 20:44:33 UTC
672980c updated; muri 0.2.0 03 February 2013, 20:44:33 UTC
6de449d use mpromise 03 February 2013, 20:44:33 UTC
ae26776 added; promises/A+ comformancy https://github.com/promises-aplus/promises-spec adds promise#then, promise#reject 03 February 2013, 20:44:33 UTC
4984137 readme 02 February 2013, 17:38:52 UTC
a234ecd updated; README 02 February 2013, 17:35:33 UTC
a5726fc website; clarify where help is available 02 February 2013, 16:27:36 UTC
de68826 Merge branch 'master' of github.com:LearnBoost/mongoose 01 February 2013, 17:11:35 UTC
48f28a0 Update CONTRIBUTING.md 01 February 2013, 16:51:11 UTC
d6997cc docs; add ensureIndex error handling example 01 February 2013, 16:39:49 UTC
3edaac6 website; fix source code links closes #1272 thanks floatingLomas 01 February 2013, 00:20:10 UTC
5773621 now working on 3.5.6 31 January 2013, 16:30:53 UTC
7b03b02 release 3.5.5 29 January 2013, 21:53:17 UTC
c3e3fbb Merge branch 'master' of github.com:LearnBoost/mongoose 29 January 2013, 21:47:59 UTC
a4c4035 updated; driver to 1.2.11 fixes - cpu spikes - reconnection issues with primaries 29 January 2013, 21:32:56 UTC
939a025 Merge pull request #1316 from bilalq/master Fixed incorrect annotation in SchemaNumber#min 28 January 2013, 22:52:31 UTC
7285b8c tests; fix name 28 January 2013, 17:49:26 UTC
2654919 Fixed incorrect annotation for SchemaNumber#min 27 January 2013, 07:44:11 UTC
bac152b remove more node 0.4x thangs 25 January 2013, 09:39:03 UTC
1f9a460 remove node < 0.6x shims 23 January 2013, 22:41:36 UTC
cb631fb tests; fix buffer casting test 23 January 2013, 22:35:37 UTC
0b2784f Merge branch 'master' of github.com:LearnBoost/mongoose 23 January 2013, 18:19:22 UTC
e0db909 fixed; docs with Buffer _ids equality 23 January 2013, 17:53:30 UTC
79e740b MongooseBuffer should cast numbers as well 23 January 2013, 17:46:28 UTC
13a8762 Merge pull request #1298 from rened/patch-1 fixed "psuedo" typo in Readme 23 January 2013, 00:44:29 UTC
f108ace tests; handle mongo 2.3.2+ err messages 19 January 2013, 01:06:05 UTC
22468e7 fixed "psuedo" typo in Readme 18 January 2013, 07:56:45 UTC
30c0f2f Merge pull request #1291 from Prinzhorn/master Fixed a typo in the migration docu 14 January 2013, 22:56:32 UTC
31e03da typo in migration docu 14 January 2013, 20:46:38 UTC
7eeea2d test; refactor 12 January 2013, 00:39:21 UTC
d2d46b5 fixed; reopening closed connection on alt host/port fixes #1287 12 January 2013, 00:38:48 UTC
10f4b45 docs; push collection docs to end 10 January 2013, 22:24:46 UTC
6c7e89f docs; 10 January 2013, 22:24:31 UTC
b97a4e8 website; homepage tweaks 08 January 2013, 23:38:06 UTC
7a6e963 docs; 08 January 2013, 23:09:00 UTC
0ef1bd8 docs; promise 07 January 2013, 23:40:02 UTC
cdfbe31 release 3.5.4 07 January 2013, 22:16:44 UTC
ddfe3f8 updated; driver to 1.2.8 07 January 2013, 22:06:51 UTC
12afcc8 Makefile; docs_from_master 05 January 2013, 17:12:20 UTC
d0a83b9 website; ga hashes 05 January 2013, 17:12:03 UTC
d731119 tests; close a connection 04 January 2013, 22:15:08 UTC
1396448 Added regression test for reopening a closed replica set. 04 January 2013, 22:13:34 UTC
3871ffd Fixed exception when reopening a replica set. 04 January 2013, 22:13:34 UTC
122836a _pres,_posts are reserved pathnames due to conflict with hooks.js closes #1261 28 December 2012, 20:22:19 UTC
ead731e website; fix links to examples site 26 December 2012, 22:00:30 UTC
cf25777 website; more ios "scroll to top" fixes 26 December 2012, 21:41:57 UTC
22d479b website; use relative css links 26 December 2012, 21:31:54 UTC
1ee6af8 website; fix ios "scroll to top" issue 26 December 2012, 20:50:38 UTC
4e20a75 now working on 3.5.4 26 December 2012, 19:00:45 UTC
2a3dfd9 release 3.5.3 26 December 2012, 17:50:21 UTC
bbb1f90 updated; driver to 1.2.7 closes #1258 26 December 2012, 17:50:12 UTC
5c1c346 fixed; $within query casting with arrays new Schema({ loc: [Number] }) 19 December 2012, 23:37:43 UTC
e019ecd added; support for geo object notation queries are now cast. new Schema({ geo: { long: Number, lat: Number }}) closes #1257 19 December 2012, 23:36:59 UTC
3bd6197 updated; mocha to 1.7.4 19 December 2012, 23:23:52 UTC
back to top