Commit Graph

2125 Commits

Author SHA1 Message Date
Santi Albo
835f1c84d8 Add typing for response objects 2013-09-03 10:22:16 +01:00
Santi Albo
d95465e400 "setListTypeIsArray" is deprecated 2013-09-03 09:41:56 +01:00
Santi Albo
6cdeeeb2b2 Better type signatures for RestangularProvider methods 2013-09-03 09:41:21 +01:00
Santi Albo
ce96d4a875 Add type definitions for Raven.js 2013-09-02 20:07:31 +01:00
Basarat Syed
c6eef3611a Merge branch 'master' of https://github.com/s093294/DefinitelyTyped into s093294-master 2013-09-02 15:24:02 +10:00
Poul Kjeldager Sørensen
2e403eefa0 Added jquery External Module definition for amd module 2013-09-01 22:14:52 +02:00
basarat
12a4ac9fa5 Merge pull request #974 from wiredprairie/patch-1
Update winjs.d.ts to include the class ErrorFromName
2013-09-01 03:18:20 -07:00
basarat
00f6071423 sammyjs Updated definitions + fixed compile errors in tests. 2013-09-01 11:24:01 +10:00
Aaron
e26d31d81d Update winjs.d.ts to include the class ErrorFromName
From http://msdn.microsoft.com/en-us/library/windows/apps/br211689.aspx#methods, the class ErrorFromName was missing.
2013-08-30 15:37:28 -05:00
basarat
9653895ef1 historyjs lib.d.ts collision comment 2013-08-31 00:47:14 +10:00
basarat
d82570125e Merge pull request #970 from jstclair/highchart-fix-2
Added getOptions to HighchartsStatic, and fixed setOptions() return type
2013-08-30 07:05:05 -07:00
John St. Clair
b2ab530a30 Added getOptions to HighchartsStatic, and fixed setOptions() return type 2013-08-30 13:11:28 +02:00
basarat
a5c5af126d Merge pull request #969 from jstclair/highchart-fix
Added jquery reference to highchart and add overload to JQuery
2013-08-30 01:57:24 -07:00
Basarat Syed
79e7813f03 Merge branch 'highchart-fix' of https://github.com/jstclair/DefinitelyTyped into jstclair-highchart-fix 2013-08-30 18:54:18 +10:00
Basarat Syed
1088cf1cab duplicate cleanup 2013-08-30 18:50:31 +10:00
Basarat Syed
188987d3e2 Merge branch 'patch-1' of https://github.com/georgiosd/DefinitelyTyped into georgiosd-patch-1 2013-08-30 18:43:15 +10:00
John St. Clair
4aedbf5462 Added jquery reference to highchart and add overload to JQuery 2013-08-30 10:05:12 +02:00
Boris Yankov
54186a87f6 Merge pull request #967 from damianog/patch-3
Node.js util.inspect must return a string
2013-08-29 17:44:38 -07:00
Boris Yankov
b4b098bf89 Merge pull request #968 from benjaminjackman/patch-1
Update angular.d.ts
2013-08-29 17:44:20 -07:00
benjaminjackman
bb999fd4e6 Update angular.d.ts
ILocationService.search() will return a hash of the query parameters in the current location, not a string.
2013-08-29 14:25:57 -05:00
damianog
0ad9432d61 Node.js util.inspect must return a string
As explained here:

http://nodejs.org/api/util.html#util_util_inspect_object_options

util.inspect return a string
2013-08-29 21:16:11 +02:00
Georgios Diamantopoulos
8c6037d9e5 Update angular.d.ts 2013-08-29 17:19:30 +03:00
Georgios Diamantopoulos
a0b3d5f130 Added overload for IPromise.then that will retain IHttpPromise type result 2013-08-29 16:48:36 +03:00
Diullei Gomes
7081b41df4 Merge pull request #964 from nikeee/master
Update mongodb.d.ts
2013-08-28 17:16:15 -07:00
Diullei Gomes
bd900e5cc5 Merge pull request #965 from fullflavedave/master
Meteor definition updates and README
2013-08-28 17:14:50 -07:00
Dave Allen
b75496dc6a Hopfeully last wordsmithing 2013-08-28 17:01:16 -07:00
Dave Allen
e96690c7af Hopfeully last wordsmithing 2013-08-28 16:28:49 -07:00
Dave Allen
3c89f21a1c Hopfeully last wordsmithing 2013-08-28 16:28:17 -07:00
Dave Allen
d2173f35e6 More wordsmithing 2013-08-28 16:27:18 -07:00
Dave Allen
7fd8f60cc6 More wordsmithing 2013-08-28 16:25:21 -07:00
Dave Allen
29f32ee4c4 More wordsmithing 2013-08-28 16:21:20 -07:00
Dave Allen
8661326d65 More wordsmithing 2013-08-28 16:16:50 -07:00
Dave Allen
cf9f92a8c9 Fixed some typos 2013-08-28 16:01:38 -07:00
Dave Allen
b53ca37666 Added usage notes 2013-08-28 15:48:19 -07:00
nikeee13
b668ec8e07 Add CursorStream 2013-08-29 00:29:03 +02:00
nikeee13
4bbd0c202a Remove Cursor constructor - 'INTERNAL TYPE' 2013-08-29 00:26:47 +02:00
nikeee13
50bfbea725 Update Cursor constants 2013-08-29 00:20:51 +02:00
nikeee13
046d387081 Update Cursor 2013-08-29 00:19:54 +02:00
nikeee13
28ea779c1d Rename DBOptions -> DbCreateOptions 2013-08-29 00:10:12 +02:00
nikeee13
4f4de5f25f Update CollectionCreateOptions 2013-08-29 00:09:31 +02:00
nikeee13
5c32d4aadb Add name to README 2013-08-28 23:55:14 +02:00
nikeee13
ffac14f3a3 Update ObjectID class 2013-08-28 23:40:38 +02:00
nikeee13
79808dd87f Update Collection constructor 2013-08-28 23:30:26 +02:00
nikeee13
1aef8d9bb3 Add ReadPreference class 2013-08-28 23:28:16 +02:00
nikeee13
2a85e74df1 Remove reaper from DBOptions 2013-08-28 23:17:04 +02:00
nikeee13
994417b277 Update DBOptions 2013-08-28 23:16:31 +02:00
nikeee13
20dcd7154d Add connect to Server 2013-08-28 23:02:18 +02:00
nikeee13
6f67cf5391 Fix indentation 2013-08-28 22:54:59 +02:00
nikeee13
65567e417c Add class documentation links 2013-08-28 22:53:33 +02:00
Dave Allen
bbe11aefd1 Merge remote-tracking branch 'upstream/master' 2013-08-28 13:37:02 -07:00