18734 Commits
Author SHA1 Message Date
Theodore Brown 7b6719b4fc Added interfaces for input and inputtypes 2013-05-05 18:31:25 -05:00
anchann a66fe34169 Nodemailer: type definitions for the SMPT-specific options
As documented here:
https://github.com/andris9/nodemailer#setting-up-smtp

Added examples from the above source as tests.

The original definition of NodemailerTransportOptions looks questionable
with its AWS-specific fields, but leaving it alone for now since I'm
new to nodemailer.

Once typescript 0.9 is rolled out with its string parameter matcher,
that should be used for specifying the type of options of the second
parameter when the first one has value "SMTP".
2013-05-05 10:41:51 +09:00
Boris Yankov 9d5d85d89f Merge pull request #513 from kazimanzurrashid/master
stopListening can be invoked without any argument.
2013-05-04 02:38:42 -07:00
Boris Yankov 67a0a5fed2 Merge pull request #514 from alampros/master
FPSMeter definitions
2013-05-04 02:38:25 -07:00
Aaron Lampros cc49d1febb Definitions for FPSMeter 2013-05-03 13:08:24 -04:00
Kazi Manzur Rashid 2e898e0c38 stopListening can be invoked without any argument. 2013-05-03 17:12:36 +06:00
Boris Yankov 347814358a Merge pull request #489 from kazimanzurrashid/master
Updated Backbone and Js-Fixtures
2013-05-03 04:04:05 -07:00
Boris Yankov 9f58d80767 Merge pull request #504 from basarat/patch-1
Compatibility with TS 0.9
2013-05-03 04:02:26 -07:00
Diullei Gomes 69df9a2f79 Merge pull request #511 from ksummerlin/master
Fixed jQuery.Event() to make it new-able.
2013-05-02 18:31:17 -07:00
Kelly Summerlin 0c7a21c753 jQuery.Event() is newable
- I made jQuery.Event() new-able and call-able.
2013-05-02 21:00:45 -04:00
Diullei Gomes f9b175ab68 Merge pull request #483 from carldebilly/master
Improvements to RX.JS
2013-05-02 17:36:30 -07:00
Diullei Gomes 624b452c72 Merge pull request #509 from kingdango/master
googlemaps: Added missing optional operator in PolylineOptions interface def
2013-05-02 17:33:10 -07:00
Diullei Gomes 5d7dfe1c0a Merge pull request #508 from dimchansky/googlemaps-MapOptions-NavigationControl
Added optional properties navigationControl, navigationControlOptions to MapOptions
2013-05-02 17:32:00 -07:00
Diullei Gomes ea2fdaa25e Merge pull request #507 from hansrwindhoff/patch-1
Force is part of Layout
2013-05-02 17:31:09 -07:00
Diullei Gomes b5dd757fab Merge pull request #506 from gjunge/master
jQuery.Colorbox definitions
2013-05-02 17:30:42 -07:00
Diullei Gomes 62f9611347 Merge pull request #503 from bquarmby/patch-1
Update jasmine.d.ts
2013-05-02 17:29:38 -07:00
Aaron King 3ad0ca30db Added missing optional operator in PolylineOptions 2013-05-02 09:04:39 -04:00
Dmitrij Koniajev f7331a6aa3 Added optional properties navigationControl, navigationControlOptions to MapOptions.
Exported new interface NavigationControlOptions and enum NavigationControlStyle.
2013-05-01 00:50:16 +03:00
hansrwindhoff 9a255728e9 Force is part of Layout
I missed that ...
2013-04-30 08:15:27 -06:00
Diullei Gomes f4dce76cd9 Merge pull request #502 from vbortone/feature/firebase
Initial commit of Firebase API type definitions
2013-04-30 05:01:26 -07:00
Diullei Gomes d1f9504e3f Merge pull request #500 from hansrwindhoff/master
added defs for force layouts
2013-04-30 04:57:10 -07:00
Diullei Gomes 70e19814fc Merge pull request #499 from Bartvds/master
node.js: added id argument to require.resolve()
2013-04-30 04:55:39 -07:00
Diullei Gomes c2856c8925 Merge pull request #498 from shearnie/master
Added defaults property to jsPlumb
2013-04-30 04:52:33 -07:00
Diullei Gomes fe60dca9fb Merge pull request #496 from JesperSchultz/master
fix for options on fromJSON in knockout.mapping
2013-04-30 04:41:16 -07:00
Gidon 88ab02bde2 Added jQuery.Colorbox definitions 2013-04-30 11:01:38 +03:00
Kazi Manzur Rashid d2e0be3ea9 Model isValid should return boolean instead of string 2013-04-30 13:54:50 +06:00
Kazi Manzur Rashid 44e02ee490 Included chai-jquery definition 2013-04-30 13:47:47 +06:00
Kazi Manzur Rashid 5362cb55c3 Included Test for Chai and renamed files to follow the project convention. 2013-04-30 12:56:41 +06:00
basarat d5fc0335e8 Compatibility with TS 0.9
'declare' now required for top level non-interface : 

https://typescript.codeplex.com/wikipage?title=Known%20breaking%20changes%20between%200.8%20and%200.9
2013-04-30 10:11:43 +07:00
Natan Vivo 4357399664 Update globalize.d.ts 2013-04-29 17:29:38 -03:00
Kazi Manzur Rashid fe8140afe8 Renamed files. 2013-04-29 23:56:35 +06:00
Kazi Manzur Rashid 8b4a498644 Added sinon-chai definition file. 2013-04-29 23:00:56 +06:00
bquarmby b49671022e Update jasmine.d.ts
Made jasmine.Spy callable.
Added missing "pp" method and internal Matcher properties. Both important for rolling custom matchers.
2013-04-29 20:37:32 +10:00
Vincent Bortone 00f7f057c9 Initial commit of Firebase API type definitions 2013-04-29 02:35:50 -04:00
Boris Yankov aa830d6aac Merge pull request #501 from qcz/smallfixes2
Various Google Maps definition fixes
2013-04-27 06:58:09 -07:00
qcz 4ac9537227 Various Google Maps definition fixes
- Added draggable to various overlay objects
- Added StrokePosition to PolygonOptions, CircleOptions and
RectangleOptions.
- Fixed MVCArray return and argument types for overlay objects' path
methods.
- Fixed DrawingManagerOptions and DrawingControlOptions interfaces, made
all properties optional.
- Made GeocoderRequest.address optional, it's not required when using a
LatLng for geocoding.
- Fixed SteetViewPov.pitch typo.
- Added addListener to MVCObject
2013-04-27 12:41:41 +02:00
hansrwindhoff 1123b76048 force layout defs 2013-04-26 21:00:58 -06:00
Bartvds 79d3a4e648 require.resolve - added id argument 2013-04-26 18:30:15 +02:00
Steve Shearn 305492b169 added Defaults property 2013-04-25 14:30:36 +10:00
Boris Yankov 6eff7d1d3f Merge pull request #492 from fsoikin/master
Typos in Sinon and Jasmine
2013-04-24 15:54:06 -07:00
Boris Yankov a6f44e6d52 Merge pull request #495 from nestalk/master
Fix issues in d3 definition
2013-04-24 15:53:02 -07:00
mihailik 27ff79c5b3 Completely redone the typings from the docs.
Using 0.9 (generics and override by string literal).
2013-04-24 02:27:21 +02:00
JesperSchultz 913de29307 fix for fromJSON with options 2013-04-23 14:39:00 +02:00
Neil Stalker 54f6dbc7bf Fix issues in d3 definition 2013-04-23 12:24:02 +01:00
Fyodor Soikin 30f0df4b0f Added missing return types to Spy methods 2013-04-22 17:57:46 -04:00
Fyodor Soikin b87f73abe9 Revert "Added missing return types for Spy chaining methods and for the createSpy method"
This reverts commit 91a966943b.
2013-04-22 17:51:42 -04:00
Fyodor Soikin 91a966943b Added missing return types for Spy chaining methods and for the createSpy method 2013-04-22 01:14:48 -04:00
Fyodor Soikin 2fc878b482 Typo: no param name for "xhr" param in respondWith on fakeServer 2013-04-21 18:18:25 -04:00
Kazi Manzur Rashid fa81134a20 Updated file header and included tests. 2013-04-20 10:18:58 +06:00
Kazi Manzur Rashid 0fea2d1a86 Added the test for the previous changes. 2013-04-20 09:59:51 +06:00