Masahiro Wakame
83ee7a3931
Merge pull request #8280 from cjbarth/master
...
Add support for Winston 'stringify' option
2016-03-04 21:32:27 +09:00
Masahiro Wakame
a1c41c9b9e
Merge pull request #8342 from mateusdemboski/patch-1
...
Added Notie definitions
2016-03-04 21:28:33 +09:00
Masahiro Wakame
17202306c9
Merge pull request #8339 from julienpa/angular-fullscreen
...
Add angular-fullscreen type definition
2016-03-04 21:27:56 +09:00
Masahiro Wakame
b592f662b2
Merge pull request #8329 from isman-usoh/express-graphql-patch
...
express-graphql type definitions
2016-03-04 21:26:21 +09:00
Masahiro Wakame
253d9f2ad5
Merge pull request #8326 from bugsnag/add-bugsnag
...
Add bugsnag.d.ts
2016-03-04 21:25:09 +09:00
Masahiro Wakame
def5eb2d52
Merge pull request #8324 from meirgottlieb/agenda-0.8.0
...
Added definition for Agenda 0.8.0.
2016-03-04 21:22:58 +09:00
Masahiro Wakame
931ce4dea4
Merge pull request #8323 from tkqubo/feat/more-react-redux
...
update react-redux
2016-03-04 21:12:05 +09:00
Masahiro Wakame
670ea6b30d
Merge pull request #8318 from cyrilschumacher/master
...
Update i18next and express-brute-memcached, add i18next plugins
2016-03-04 21:09:08 +09:00
Masahiro Wakame
ea9012fc54
Merge pull request #8271 from drarmstr/jquery.ui.layout
...
Update JQuery UI Layout
2016-03-04 21:04:57 +09:00
katonap
58494c4205
eonasdan bootstrap-datetimepicker: updated to v4.17.37
...
kept previous typings (v3.0.0)
2016-03-04 11:24:37 +01:00
Wilgert Velinga
818654eb24
use correct typing for Raven.Plugins
2016-03-04 11:17:15 +01:00
Horiuchi_H
1144498734
Merge pull request #8321 from borislavjivkov/cookie-session
...
Added cookie-session (https://github.com/expressjs/cookie-session ) definitions
2016-03-04 16:35:26 +09:00
Horiuchi_H
38525f6381
Merge pull request #8283 from Ptival/fix-d3
...
loosen restrictive type signature for d3 diagonal
2016-03-04 16:28:33 +09:00
Aluan Haddad
dd3f8aedb2
Changed model from (string | Object) to (string | { [key: string]: any; })
...
Changed the type of the model properties of various interfaces from (string | Object) to (string | { [key: string]: any; }).
This change is to improve usability. While (string | Object) is correct and corresponds literally to the angular-formly docs, it does not allow for meaningful use without type casts.
Also corrected some formatting to match the prevailing style used in the file.
2016-03-04 00:20:34 -05:00
John Reilly
2736167fda
Merge pull request #8374 from vagarenko/master
...
JQuery: make JQueryXHR.then method generic.
2016-03-04 04:55:34 +00:00
Mark Wong Siang Kai
2e46d83d9f
Added CM.registerHelper definition.
...
-- This is defined in the base library and
used by a lot of addons.
-- Also fixed position constructor definition, as
given by codemirror docs:
CodeMirror.Pos(line: integer, ?ch: integer)
* A constructor for the {line, ch} objects that are
* used to represent positions in editor documents.
2016-03-03 20:47:15 -08:00
Denis Postu
d594ef506d
Added missing 'returnValue' to jasmine.CallInfo
2016-03-03 23:50:35 +01:00
Alexey Vagarenko
661fc86966
JQuery: make JQueryXHR.then method generic.
2016-03-04 03:36:36 +05:00
ben-hunter-hansen
7c04277f86
Added faceIndex property to interface THREE.Intersection
2016-03-03 13:09:43 -06:00
Andrey Kurdyumov
63addbc966
Specify interface for the resource methods
...
This allows remove redundancy when specify other methods for the resource
2016-03-04 01:06:31 +06:00
Grégoire Castre
397580a121
Add myself in the author header as requested
2016-03-03 17:38:41 +01:00
Horiuchi_H
ba4c4fc6c9
Merge pull request #8358 from r-ising/patch-1
...
update node-gcm.d.ts
2016-03-04 01:28:04 +09:00
Ilya Mochalov
0d69060029
lodash: added _.update
2016-03-03 21:27:59 +05:00
Chris Mudd
3484d6d5cb
adding event in bing maps Events.addHandler
2016-03-03 10:20:27 -06:00
Stephen Rodriguez
29d33801ce
update winston.d.ts to include color logging levels
...
See more details >> https://github.com/winstonjs/winston#using-custom-logging-levels
2016-03-03 11:04:35 -05:00
Markus Mauch
9e32530c0f
Adding reop url
2016-03-03 16:55:41 +01:00
Markus Mauch
9b38287d71
Fixing automated test errors
...
Renaming file extenstion to d.ts
2016-03-03 16:48:19 +01:00
Markus Mauch
8bba715b5e
Fixing automated test errors
2016-03-03 15:28:14 +01:00
Markus Mauch
f202af5bbd
Add QueryExpression test
2016-03-03 14:51:32 +01:00
Markus Mauch
dc0c9e43b8
Much more typings
2016-03-03 14:47:13 +01:00
Markus Mauch
3ba7db269c
Rename => naming convention
2016-03-03 14:29:57 +01:00
Markus Mauch
5369428519
Rename => naming convention
2016-03-03 14:28:59 +01:00
remojansen
f3ad9eb9d7
Added redux-immutable-state-invariant type definitions
2016-03-03 12:49:00 +00:00
Markus Mauch
99579ab6ae
Merge branch 'master' of http://github.com/DefinitelyTyped/DefinitelyTyped
2016-03-03 13:44:38 +01:00
remojansen
f8a7207420
added deep-equal type definitions
2016-03-03 12:42:33 +00:00
Tsvetomir Tsonev
31e6e10522
Add Kendo UI 2016 R1 SP1 TypeScript definitions
2016-03-03 14:27:01 +02:00
Imre Juhasz
99564d9061
Update redis.d.ts
...
Replaced boolean to Multi
the power of copy-pasting is strong in this one
2016-03-03 12:40:34 +01:00
Imre Juhasz
c5489be8ea
Update redis.d.ts
...
Add `scan`, `hscan`, `zscan`
2016-03-03 12:31:40 +01:00
r-ising
54d5b57d1c
Update node-gcm.d.ts
...
added missing recipient type
2016-03-03 12:07:48 +01:00
Dretch
05a7814474
Restore not-actually-extraneous parenthesis
2016-03-03 10:57:10 +00:00
Gareth Smith
d84f058588
Add spaces and remove parenthesis as requested by @btesser-r7
2016-03-03 10:51:00 +00:00
r-ising
ea1bdfa206
Update node-gcm.d.ts
...
data option in IMessageOptions is optional (see at google cloud messaging documentation)
2016-03-03 11:49:58 +01:00
Gareth Smith
c947dac0f1
Add spaces for consistency as requested by @btesser-r7
2016-03-03 10:48:42 +00:00
r-ising
8096d9e065
Update node-gcm.d.ts
...
added missing return type
2016-03-03 11:45:51 +01:00
r-ising
0dc2ebd236
update node-gcm.d.ts
...
updated version number (0.14.0)
2016-03-03 11:38:17 +01:00
Grégoire Castre
5350bbd7f0
Add the localeSep to allow the user to override it
...
cf: https://github.com/rxaviers/cldrjs/blob/master/src/core.js#L46
2016-03-03 11:19:40 +01:00
John Reilly
24635d778d
Merge pull request #8094 from use-strict/patch-2
...
jqueryui - optional options for serialize method
2016-03-03 09:41:50 +00:00
Grégoire Castre
bd2e6f4da0
Add missing minLanguageId in the attributes
2016-03-03 10:00:56 +01:00
Daniel Rosenwasser
12f9b621f9
Merge pull request #8355 from jicongw/master
...
Cordova Type Update - InAppBrowser.d.ts - Correct non-specialized overload for TypeScript 2.0
2016-03-02 17:58:09 -08:00
Jason Wang
20762bfa1c
Provide a more proper fix to avoid future breakage after discussion with Daniel offline
2016-03-02 16:57:58 -08:00