Commit Graph
9114 Commits
Author SHA1 Message Date
Masahiro Wakame 3de53d90bb Merge pull request #4130 from duncanmak/export-tinycolor
Properly export the tinycolor module
2015-04-18 23:09:48 +09:00
Masahiro Wakame 82a795ba1f Merge pull request #4127 from demeshkin/patch-1
Added correct export module name to svgjs definition
2015-04-18 23:04:37 +09:00
Masahiro Wakame 5eb9107c0e Merge pull request #4117 from pthom/webix_patches
Webix patches
2015-04-18 23:03:30 +09:00
Masahiro Wakame bbf925677a Merge pull request #4123 from mtraynham/angular_material_0.9
Updated angular material to 0.9.0-rc1
2015-04-18 22:57:28 +09:00
Masahiro Wakame 0b77cb59b0 Merge pull request #4121 from peferron/yargs-version
yargs: make 2nd parameter of version() optional
2015-04-18 22:56:01 +09:00
Horiuchi_H 52fa2b9ce3 Merge pull request #4131 from TeamworkGuy2/master
Added websql type definition
2015-04-17 11:43:49 +09:00
TeamworkGuy2 4200e4a4c2 Added strong types to test file 2015-04-17 00:57:15 +00:00
TeamworkGuy2 a271ce385c Initial DefinitelyTyped WebSql definition file and test file 2015-04-17 00:38:48 +00:00
Duncan Mak 26cc2cbca7 Properly export the tinycolor module 2015-04-16 18:03:49 -04:00
Dima Demeshkin 35789af7c2 Added correct export module name 2015-04-16 13:28:22 +03:00
Matt Traynham 83e51ec358 Updated angular material to 0.9.0-rc1 2015-04-15 17:22:54 -04:00
peferron d614330899 yargs: make 2nd parameter of version() optional 2015-04-15 12:58:47 -07:00
Masahiro Wakame 7ca8add069 Merge pull request #4120 from DavidKDeutsch/datejs
Adding methods directly to Date and DateConstructor .
2015-04-16 00:05:27 +09:00
Masahiro Wakame 3aafa07fb8 Merge pull request #4118 from vdaniuk/master
non-breaking commit, added new type definitions for upcoming Atom 1.0 api
2015-04-16 00:03:57 +09:00
Masahiro Wakame e7ef7d3204 Merge pull request #4116 from xi/fix-angular-headers
Fix IHttpPromiseCallbackArg.headers type
2015-04-15 23:58:38 +09:00
Masahiro Wakame 58e5b13ee7 Merge pull request #4115 from egaga/master
Rename references from deprecated 'ng' to 'angular'
2015-04-15 23:56:04 +09:00
Masahiro Wakame 99a69a52c7 Merge pull request #4113 from thasner/master
adding Less.RenderError to less.d.ts
2015-04-15 23:54:42 +09:00
Masahiro Wakame 316f06fe47 Merge pull request #4111 from rogierschouten/nodemailer
Upgrade nodemailer typings to 1.0
2015-04-15 23:52:46 +09:00
Masahiro Wakame f223e1c9c0 Merge pull request #4110 from DeadAlready/master
Add easy-session type information
2015-04-15 23:49:51 +09:00
Masahiro Wakame 85ad036389 Merge pull request #4109 from a3chic9/a3chic9-jasmine
Added optional string parameter for pending function
2015-04-15 23:48:22 +09:00
Masahiro Wakame 55ba85b9c9 Merge pull request #4107 from DavidKDeutsch/master
Moved to a decomposition pattern from a class pattern
2015-04-15 23:46:44 +09:00
Masahiro Wakame 262cd69e0a Merge pull request #4105 from AndreasGassmann/master
Add definitions for connect-flash
2015-04-15 23:45:48 +09:00
Masahiro Wakame 03295cc2cb Merge pull request #4102 from peferron/master
lodash: add _.chunk
2015-04-15 23:42:49 +09:00
David Deutsch 4bb02b27a4 Adding methods directly to Date and DateConstructor as opposed to creating separate interfaces, reflecting DateJs's direct modification of Date.Prototype and Date, respectively. 2015-04-15 10:21:03 -04:00
David Deutsch 4561e1d11f Merge remote-tracking branch 'upstream/master' 2015-04-15 09:18:47 -04:00
Vitalii Daniuk 4b49250d9a added new type definitions for Atom 1.0 api CommandRegistry, Disposable and atom.commands property 2015-04-15 19:47:04 +07:00
Pascal Thomet ccdf2ae2d7 $$() returns webix.ui.baseview instead of webix.ui.view
Reason :
	if you call $$('layoutId'), webix returns a webix.ui.baselayout
	baselayout and all views are based on baseview
	==> baseview is thus a more generic typing
2015-04-15 13:56:29 +02:00
Pascal Thomet d633851cb8 webix.ui.form.getValues return any instead of any[] : see http://docs.webix.com/api__link__ui.form_getvalues.html 2015-04-15 13:54:29 +02:00
Tobias Bengfort b01692175b Fix IHttpPromiseCallbackArg.headers type 2015-04-15 11:44:24 +02:00
Henrik Huttunen 2fc34672e8 reference angular module using prefix "angular", not "ng" 2015-04-15 11:05:40 +03:00
Henrik Huttunen bba7d848ef reference angular module using prefix "angular", not "ng" 2015-04-15 10:40:21 +03:00
Tom Hasner 311b9861ea adding Less.RenderError to less.d.ts 2015-04-14 17:07:08 -04:00
Rogier Schouten 231e5fd730 Upgrade nodemailer typings to 1.0 2015-04-14 17:47:16 +02:00
Karl Düüna 8e41af2887 Add void return types 2015-04-14 18:41:55 +03:00
Karl Düüna 97acde7b99 Add easy-session types 2015-04-14 18:37:20 +03:00
a3chic9 1142e2b664 Update Jasmine version to 2.2 2015-04-14 10:52:32 -04:00
a3chic9 efffa6ec97 Added pending tests 2015-04-14 10:39:16 -04:00
a3chic9 19a23c4d38 Update jasmine pending() definition
Added option string parameter
2015-04-14 10:27:31 -04:00
David Deutsch 64fdb6ba22 Converted SASL mechansim from a class to an interface, as it is not meant to be instantiated by library consumers 2015-04-14 06:31:30 -04:00
Andreas Gassmann 88a59afc31 Fix Travis CI failing because of "error TS7006: Parameter 'res' and 'next' implicitly have an 'any' type." 2015-04-14 10:43:06 +02:00
Andreas Gassmann 978ee56f6c Add definitions for connect-flash 2015-04-14 10:24:52 +02:00
peferron 78ca9de07e lodash: add _.chunk 2015-04-13 20:17:04 -07:00
Masahiro Wakame ed38db403a Merge pull request #4095 from kubosho/add-lory-definition
Add lory definition file
2015-04-14 10:31:09 +09:00
kubosho 926c4e2880 Change directory name (lory -> lory.js) 2015-04-14 10:25:43 +09:00
David Deutsch 6ac7fa759b Moved to a decomposition pattern so that Connection class can be augmented by plugins 2015-04-13 21:17:57 -04:00
kubosho dcbe740826 Fix correct file path 2015-04-14 10:12:26 +09:00
kubosho f0182837ce Rename files (lory -> lory.js) 2015-04-14 10:07:45 +09:00
Masahiro Wakame 596281b152 Merge pull request #4099 from jplante/master
Added cardinal properties to L.LatLngBounds
2015-04-14 08:22:57 +09:00
Masahiro Wakame 9233d7047b Merge pull request #3957 from wjohnsto/master
Adding typings for stripe-node
2015-04-14 08:21:49 +09:00
Masahiro Wakame f203e5076b Merge pull request #4097 from CSharpFan/f/ReCaptchaV2
Added TSD for ReCaptchaV2
2015-04-14 08:20:37 +09:00