8 Commits
Author SHA1 Message Date
vvakame 4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
John Hasselkus 97ec10cb6c mongoose.d.ts Document interface should define _id as any
In the Document interface definition of mongoose.d.ts, the _id field
definition of _id: Types.ObjectId was wrong, as it can be any type. This
commit changes the definition to _id: any to allow interfaces that
extend Document to refine the definition of _id as appropriate to match
the schema of the model/collection.
2016-01-12 10:14:33 -06:00
grkuntzmd 8783a67ef1 Corrected signature for mongoose.geoNear 2016-01-04 09:33:21 -05:00
Lazutkin Dmitry 7776946d2f Fixes borisyankov/DefinitelyTyped#4742 ctor definition of mongoose::Types::ObjectId 2015-06-26 14:13:51 +03:00
Radosław Eichler c8d056a361 added test for fixed create method 2015-05-18 14:53:28 +02:00
Radosław Eichler 36e72c193f added missing ObjectId methods, changed Document _id property from string to ObjectId 2015-05-16 16:31:13 +02:00
psnider 114d68a072 Added mongoose.Types.ObjectId.toHexString() 2014-12-14 21:47:05 +00:00
Horiuchi_H 0a86e76890 add mongoose type file 2014-05-01 19:41:46 +09:00