https://github.com/Automattic/mongoose

sort by:
Revision Author Date Message Commit Date
13d957f a -> an 26 November 2010, 21:34:11 UTC
38ab00c fixed issue with toJSON 19 November 2010, 01:49:53 UTC
7544ad6 Merge branch 'fault-101' of git://github.com/donnerjack13589/mongoose 19 November 2010, 01:38:50 UTC
2951479 fixed util tests native 'util' module collision 19 November 2010, 01:31:42 UTC
c669fc9 Added arguments to callbacks 17 November 2010, 10:39:55 UTC
093c033 Fixed type check of variables 17 November 2010, 10:18:51 UTC
45a591d added casting support for ,, query selectors (closes #33) 30 August 2010, 00:07:34 UTC
4aac9ec removed casting from query.writer (leaky abstraction) 30 August 2010, 00:06:05 UTC
a03d4bc changed array checks in model compiler to support arrays from different scopes. Thanks muellerkyle 28 August 2010, 22:53:48 UTC
8a7facc document 'merge' fixed, integration test added (closes #25) 28 August 2010, 22:38:01 UTC
4434bba updated npm (closes #22) 28 August 2010, 22:30:21 UTC
54b60ce removed kiwi seed 28 August 2010, 22:29:37 UTC
053825c implemented ensureIndex instead of relying on createIndex (closes #18) 28 August 2010, 21:08:07 UTC
72393ef added authenticated connection support. allows services likes mongohq (closes #34) 28 August 2010, 20:45:55 UTC
7d8bcc5 Merge branch 'master' of git://github.com/LearnBoost/mongoose 17 August 2010, 21:43:15 UTC
591c7e5 update to partial saves 17 August 2010, 21:42:53 UTC
d56b961 Fix for merge() 14 August 2010, 02:02:11 UTC
779f3af partial saves fully implemented, handles complex structures, casting, nested objects. 08 August 2010, 01:44:33 UTC
aaab4b8 model instances only saves dirty partials, allows for greater atomicity. 06 August 2010, 22:22:54 UTC
48dca61 implemented cursor streaming for document retrieval 03 August 2010, 02:40:51 UTC
ba56781 updated tests to test for getter returning null instead of throwing 02 August 2010, 04:21:17 UTC
c879790 Merge branch 'master' of github.com:LearnBoost/mongoose 02 August 2010, 04:02:24 UTC
5785801 better date casting support ( returns null for strings that don't meet RFC1123 section 5.2.14 spec ) 02 August 2010, 04:01:38 UTC
e2e899f fixed tests pathing issues 02 August 2010, 03:36:41 UTC
3421d4f Returning null as opposed to throwing for undefined getters 02 August 2010, 00:25:22 UTC
7af0a0e added support for array setters w/ casting (tests included) 23 July 2010, 03:51:31 UTC
458736a fixed tests to run on node v0.1.101 23 July 2010, 03:24:04 UTC
a5ae9d4 Filter documents with errors before completing the promise 15 July 2010, 16:51:20 UTC
e26b6a4 Extra tests for promise callbacks Added completion before callbacks promise test 14 July 2010, 18:38:46 UTC
7d360dc Added additional promise check 14 July 2010, 17:36:48 UTC
1506a4f Corrected installation instructions 10 July 2010, 03:04:37 UTC
b2f403e merged in changes, thanks iriefish, cginzel, eegg 10 July 2010, 02:11:48 UTC
59b0709 Merge branch 'master' of git://github.com/eegg/mongoose 10 July 2010, 02:06:03 UTC
5c5476b added more isNew assertion tests after find 08 July 2010, 16:48:06 UTC
54832bb fixed parsing bug with model properties definitions 08 July 2010, 16:48:06 UTC
652513e bumped node-mongodb-native version 07 July 2010, 08:14:56 UTC
38a12e2 model instances get an ObjectID at initialization (before save) 07 July 2010, 08:14:55 UTC
5704f5e added description for findById, update and remove model class methods 07 July 2010, 08:14:55 UTC
7fd6482 Allow id on findById to be hex or string 07 July 2010, 08:14:55 UTC
b72f9fc Missing declaration of self used on error 07 July 2010, 08:14:55 UTC
9b14669 fixed parsing bug with model properties definitions 07 July 2010, 07:03:31 UTC
020dba7 model instances get an ObjectID at initialization (before save) 07 July 2010, 01:46:59 UTC
9a12099 bumped node-mongodb-native version 07 July 2010, 01:43:33 UTC
b2bd0e5 Fix sys.inherits call, really close #20. 06 July 2010, 13:05:04 UTC
c7c9130 Turned code into code 04 July 2010, 16:08:59 UTC
f832cac Stupid mistake with markdown syntax. 04 July 2010, 16:08:11 UTC
d2ed12b Added installation instructions, as per new NPM package. 04 July 2010, 16:05:29 UTC
3f1bc8f Added an npm package file. Works fine when running `npm install .`. 04 July 2010, 15:59:33 UTC
2fa25e0 As the mongodb-native `package.json` has been changed (by me) to point to ./lib/mongodb/ as the directory and ./lib/mongodb/index as the main entry point, we're no longer needed to require("mongodb/index"). 04 July 2010, 15:56:45 UTC
6030eeb Remove() fix (closes #24) isNew fix isNew test removing test Immutable enumerable properties fix Count and remove static methods now optionally take a first argument 02 July 2010, 18:18:59 UTC
d628ed8 More comprehensive error logging 02 July 2010, 03:12:06 UTC
0247329 findById returns the writer if no function is passed 01 July 2010, 01:54:04 UTC
4081eef Fix for empty promises + test 30 June 2010, 18:54:35 UTC
0d2da29 merged 16 June 2010, 18:05:01 UTC
09730d6 method cleanup 16 June 2010, 17:59:42 UTC
acc64bb refactored 'pre-save' code to _normalize for use with all export functions 16 June 2010, 08:26:08 UTC
440f320 changed EmbeddedObject public method 'delete' => 'remove' (reserved word) 16 June 2010, 07:21:22 UTC
05b4611 removed redundant require 16 June 2010, 07:14:39 UTC
232b913 Some light dependencies refactoring 16 June 2010, 05:31:46 UTC
c5b0528 Merge branch 'master' of github.com:LearnBoost/mongoose 15 June 2010, 23:52:15 UTC
547dc60 new ObjectID should be ObjectID.createFromHexString 15 June 2010, 23:23:46 UTC
5411436 Removed hardcoded arguments 15 June 2010, 23:16:16 UTC
8be03e0 Notifications support (`fire`) mongodb-native updated Tests 15 June 2010, 23:05:54 UTC
da34666 Moved specs into tests.js Added integration tools 15 June 2010, 21:27:09 UTC
63a696f Merge branch 'master' of github.com:LearnBoost/mongoose 15 June 2010, 20:50:24 UTC
6e40519 Fixes for hydrating _id Fixes for finding _id Temporarily reverting util 15 June 2010, 19:54:51 UTC
bbe3426 findById test 15 June 2010, 17:14:21 UTC
7283fd5 Merge branch 'master' of github.com:LearnBoost/mongoose * 'master' of github.com:LearnBoost/mongoose: simplified object.mixin deep crawl logic for getters pointing to objects adds support for defining data on object instance 15 June 2010, 16:45:07 UTC
907fafd Query casting 15 June 2010, 16:12:15 UTC
5993f0e removed redundant require('sys') 15 June 2010, 09:20:03 UTC
59c80ea simplified object.mixin deep crawl logic for getters pointing to objects 15 June 2010, 02:44:55 UTC
8a930bf adds support for defining data on object instance 15 June 2010, 02:12:13 UTC
6c74fb1 Merge branch 'master' of github.com:LearnBoost/mongoose * 'master' of github.com:LearnBoost/mongoose: test modification to make sure 'init' is fired updated property definition docs updated docs for cast now all properties on Class or extends Class are enumerable: false fixed __doc enumerable attr, spec updates enumerate property spec fixed specs for proper enumerable properties on instances 14 June 2010, 22:11:29 UTC
27d3cd5 Fixed fake setters not getting arguments 14 June 2010, 22:10:55 UTC
14a7575 test modification to make sure 'init' is fired 14 June 2010, 20:12:28 UTC
0d3428a Merge branch 'master' of github.com:LearnBoost/mongoose 14 June 2010, 19:02:44 UTC
6fd3e89 Fixed issue with nested getters and unlinking 14 June 2010, 18:39:22 UTC
ace51c4 Merge branch 'master' of github.com:LearnBoost/mongoose 14 June 2010, 17:36:50 UTC
bd0a43f Added spec for nested unlink 14 June 2010, 16:45:39 UTC
753a66f Added an additional test for nested searches 14 June 2010, 15:43:19 UTC
519f112 Merge branch 'master' of github.com:LearnBoost/mongoose 13 June 2010, 12:16:55 UTC
634bd9e Updated node-mongodb-native 13 June 2010, 08:15:41 UTC
0851ede Added another test 13 June 2010, 07:57:45 UTC
87222be Fixed indexes 12 June 2010, 18:16:12 UTC
935e84b updated property definition docs 12 June 2010, 06:48:51 UTC
1c04850 updated docs for cast 12 June 2010, 06:42:46 UTC
4e5ccfa now all properties on Class or extends Class are enumerable: false 12 June 2010, 06:23:44 UTC
9327af7 fixed __doc enumerable attr, spec updates 12 June 2010, 06:08:30 UTC
d53f12f enumerate property spec fixed 12 June 2010, 05:36:36 UTC
dde6c25 specs for proper enumerable properties on instances 12 June 2010, 05:19:22 UTC
2939b4e array casting cleanup 11 June 2010, 09:18:39 UTC
de1aba2 setters do not alter value if undefined (closes #6) 11 June 2010, 05:48:12 UTC
bd6489e Casting fixes, added support for Array casting 11 June 2010, 05:20:33 UTC
b6f8180 Merge branch 'master' of github.com:LearnBoost/mongoose into refactor 11 June 2010, 03:43:58 UTC
57653b3 Fixed Number casting More specs 11 June 2010, 02:52:03 UTC
70cdad5 Merge branch 'master' of github.com:LearnBoost/mongoose into refactor 11 June 2010, 01:56:41 UTC
25394c7 Merge branch 'refactor' of github.com:nw/mongoose * 'refactor' of github.com:nw/mongoose: casting added 11 June 2010, 00:54:01 UTC
fff22c5 Promise callbacks are bound to the promise 10 June 2010, 23:52:06 UTC
65443ad casting added 10 June 2010, 23:20:43 UTC
f2f9579 findById shorcut 10 June 2010, 21:15:44 UTC
back to top