Commit Graph
5216 Commits
Author SHA1 Message Date
Maxime Fabre 2cc777e20f Update Mapbox to latest Leaflet definition 2014-06-17 14:36:50 +02:00
Maxime Fabre f89ba04e05 Add Mapbox definitions
Add some methods forgotten in the API

Explicit declarations everywhere

Add some options definitions

Add FilterFunction interface

Add some examples from Mapbox

Swap tests
2014-06-17 14:35:44 +02:00
Bart van der Schoor 14bea81d0e Merge pull request #2358 from Bartvds/date.format
Add test files & header for date.format
2014-06-17 01:44:59 +02:00
balrobandBart van der Schoor 8a699244b3 Minor update to comment - to allow a new commit 2014-06-17 01:31:09 +02:00
balrobandBart van der Schoor e16f616145 Add test files & correct header
Add test files & correct header for date.format.d.ts
2014-06-17 01:31:09 +02:00
Bart van der Schoor 88f38f5b58 Merge pull request #2353 from Bartvds/def/node
node fs.utimes methods also accept Date's
2014-06-16 11:05:21 +02:00
Bart van der Schoor 7a6925d958 node fs.utimes methods also accept Date's 2014-06-16 10:07:54 +02:00
Bart van der Schoor 7573f56bec Merge pull request #2351 from Bartvds/def/parsimmon
updated parsimmon to v0.5.0
2014-06-16 04:28:30 +02:00
Bart van der Schoor 4857d168d2 updated parsimmon to v0.5.0
project url changed too
2014-06-16 04:25:18 +02:00
Basarat Ali Syed 7ff25c8eeb expectjs fix indenting 2014-06-15 16:30:03 +10:00
Basarat Ali Syed e51d156705 Merge pull request #2340 from balrob/patch-1
Create date.format.d.ts
2014-06-15 16:04:33 +10:00
balrob 50d54a9079 Create date.format.d.ts
Definition file for date.format.js (developed by Steven Levithan - http://blog.stevenlevithan.com/archives/date-time-format)
2014-06-15 15:02:33 +12:00
Basarat Ali Syed 6ae5cb811f Merge pull request #2337 from rolandzwaga/angular
Some small additions to angular.d.ts and angular-route.d.ts
2014-06-15 12:26:34 +10:00
Roland Zwaga 1a3ff12ab3 Fixed $setValidity() signature (thanx Basarat) 2014-06-14 17:57:21 +02:00
Roland Zwaga 96e986ba0b Added $setValidity() method to IFormController.
IWindowService, IBrowserService and IRouteParamsService now all have a [key: string]: any declaration, so that code like $window['someProperty'] is allowed to compile.
2014-06-14 11:47:07 +02:00
Masahiro Wakame 2bf1727b4e Merge pull request #2334 from geirsagberg/patch-1
Declare purl as string literal
2014-06-14 14:06:00 +09:00
Geir Sagberg 17d7f5e46d Declare purl as string literal
Declare purl as string literal so we can do ´import purl = require("purl")´.
2014-06-13 13:31:26 +02:00
Basarat Ali Syed fef81a2bee Merge pull request #2294 from jseanxu/winjs
Removed references and dependencies to winrt.d.ts.
2014-06-13 20:20:59 +10:00
Bart van der Schoor c63244f8ba Merge pull request #2332 from Bartvds/def/joi
updated Joi to v4.6.0
2014-06-13 05:32:31 +02:00
Bart van der Schoor b819b3f8bb Merge pull request #2331 from Bartvds/def/parsimmon
updated Parsimmon to v0.4.0
2014-06-13 05:32:25 +02:00
Bart van der Schoor a1fb03f3b6 updated Joi to v4.6.0 2014-06-13 04:46:01 +02:00
Bart van der Schoor 9668910c1a updated parsimmon to v0.4.0 2014-06-13 02:24:32 +02:00
vvakame e9be9177f6 remove not required .tscparams 2014-06-12 18:36:47 +09:00
Masahiro Wakame 1770632c10 Merge pull request #2321 from hjellek/AddMixpanel
Added Mixpanel definition.
2014-06-12 17:37:17 +09:00
Knut Eirik Leira Hjelle 32c78eedd8 Added contribution entry. 2014-06-12 10:28:18 +02:00
John Reilly 8e59eadde1 Merge pull request #2324 from noxhoej/master
Add responseJSON attribute to JQueryXHR
2014-06-12 09:25:43 +01:00
Knut Eirik Leira Hjelle ddf90b4d81 Changed definition to interfaces, added global var mixpanel. 2014-06-12 10:24:36 +02:00
Masahiro Wakame c2d3aa4da9 Merge pull request #2315 from danrspencer/master
Changed .reply definition to allow objects as for body parameter
2014-06-12 16:46:46 +09:00
Masahiro Wakame cb954b23ef Merge pull request #2313 from michelsalib/xml2js
Add xml2js definition
2014-06-12 16:43:55 +09:00
Masahiro Wakame 5af91d302f Merge pull request #2312 from michelsalib/q
Adding denodeify definition for Q
2014-06-12 16:43:00 +09:00
Masahiro Wakame ed31fdf08a Merge pull request #2310 from clement911/patch-1
Fix for ix.js groupBy method definition
2014-06-12 16:40:07 +09:00
Masahiro Wakame ff4d52f8ed Merge pull request #2285 from bayitajesi/master
Changes to jquery.dynatree definitions
2014-06-12 16:31:38 +09:00
Masahiro Wakame 5302dd2bbc Merge pull request #2264 from CyberFoxHax/patch-2
Generics
2014-06-12 16:17:11 +09:00
Masahiro Wakame 27119fe948 Merge pull request #2263 from slozier/patch-1
Update SlickGrid.d.ts
2014-06-12 16:14:07 +09:00
Nicholas Oxh 73e8a6b08e Update jquery.d.ts
Make responseJSON optional, since it is only present on jqXHR if the Content-Type of the response is "application/json".
Since responseJSON is an "output" parameter on jqXHR, I don't think it makes any functional difference, if it is marked as optional or not, but logically it probably makes more sense...
2014-06-12 07:06:12 +02:00
Nicholas Oxh 1555e36253 Update jquery-tests.ts
Fix spelling...
2014-06-11 16:35:24 +02:00
noxhj 7643a269b2 Add responseJSON attribute to JQueryXHR 2014-06-11 13:01:26 +02:00
Knut Eirik Leira Hjelle 49730a14da Merge remote-tracking branch 'upstream/master' into AddMixpanel 2014-06-11 09:47:37 +02:00
Knut Eirik Leira Hjelle 1a1301e6d2 Added Mixpanel definition. 2014-06-11 09:41:33 +02:00
Basarat Ali Syed 4c09ca98bb Merge pull request #2320 from Ch0bits/patch-2
Added support for Google Chrome Notification API
2014-06-11 14:02:39 +10:00
Vadim Safiullin 1864331698 Added support for Google Chrome Notification API
API described at https://developer.chrome.com/extensions/notifications
2014-06-11 02:07:39 +04:00
John Reilly 4350242d4d Merge pull request #2317 from bayitajesi/bootstrap-v3-datetimepicker
Adding type definitions for bootstrap-datetimepicker for bootstrap v3
2014-06-10 20:45:02 +01:00
Jesica Fera 5d678c6a5b Adding type definitions for bootstrap-datetimepicker for bootstrap v3 2014-06-10 16:38:06 -03:00
Dan Spencer 86146879bd Changed .reply definition to allow objects as for body parameter 2014-06-10 17:20:28 +01:00
Jesica Fera 85785cef1a Making parameter optional 2014-06-10 12:15:35 -03:00
Michel Salib 592d67eb21 Add xml2js definition 2014-06-10 17:13:54 +02:00
Michel Salib 48a2c18384 Adding denodeify definition for Q 2014-06-10 16:43:12 +02:00
clement911 bcde09c16d Fix two more groupBy method overload return types
Fix two more groupBy method overload return types
2014-06-10 19:27:58 +10:00
clement911 844eb77d82 Fix for ix.js groupBy method definition
Fix for ix.js groupBy method definition - groupBy returns an Enumerable of group instead of a single group.
2014-06-10 19:14:27 +10:00
Masahiro Wakame e713407390 Merge pull request #2306 from akanehara/fix-ws-handleUpgrade-sig
fix handleUpgrade() signature
2014-06-10 15:55:39 +09:00