Commit Graph
2999 Commits
Author SHA1 Message Date
John Reilly ba650a6f4e Globalize:add missing overloads/now TS0.9.5 compt 2013-11-20 15:51:57 +00:00
Basarat Ali Syed 9f2147f0da Merge pull request #1300 from drewnoakes/patch-1
lodash.d.ts: Added missing semicolon
2013-11-20 05:42:20 -08:00
Drew Noakes 28291d17b6 Added missing semicolon. 2013-11-20 13:40:34 +00:00
Basarat Ali Syed 238130b4a9 Merge pull request #1289 from johnnyreilly/master
jQuery:Added generic always/done/fail/progress
2013-11-20 03:16:15 -08:00
Basarat Ali Syed f2ac36340c Merge pull request #1299 from nvivo/moment
Fixes 'Generic type references must include all type arguments.' for moment.d.ts.
2013-11-20 03:04:02 -08:00
Natan Vivo c85243194d Fixes 'Generic type references must include all type arguments.' for moment.d.ts. 2013-11-20 08:31:37 -02:00
Basarat Ali Syed 0adc5ee957 Merge pull request #1298 from vvakame/add-expectations
Add expectations.d.ts
2013-11-19 22:29:41 -08:00
Masahiro Wakame 33ce04a8a6 Add expectations.d.ts 2013-11-20 14:20:02 +09:00
Basarat Ali Syed 1edc17e458 Merge pull request #1291 from RemcoBlok/patch-2
add thenResolve and thenReject utility methods
2013-11-19 20:10:20 -08:00
Basarat Ali Syed 9e18718965 Merge pull request #1290 from RemcoBlok/patch-1
fix Q.onerror spelling mistake and missing parameter
2013-11-19 20:09:34 -08:00
Basarat Ali Syed 32a57fadcb Merge pull request #1292 from drewnoakes/patch-1
Added support for d3 QuantitiveScale.nice argument: count
2013-11-19 18:29:11 -08:00
Basarat Ali Syed 3fcbe933cc Merge pull request #1295 from tmmueller/lodash/chained/map
Add definitions for _(...).map, _(...).collect
2013-11-19 18:26:03 -08:00
Basarat Ali Syed 92a6d23a54 Merge pull request #1294 from tmmueller/lodash/chained/filter
fixed _(...).filter/_(...).select defs to allow further chaining
2013-11-19 18:22:55 -08:00
Basarat Ali Syed 16dc87273c Merge pull request #1297 from martinduparc/patch-2
Update jquery.address.d.ts
2013-11-19 18:21:33 -08:00
Martin D. 4e51831924 Update jquery.address.d.ts
Added update method
2013-11-19 19:43:29 -05:00
Basarat Ali Syed 20655ae164 to kickoff nuget build 2013-11-20 11:42:55 +11:00
Basarat Ali Syed 513c93b13e to kickoff nuget build 2013-11-20 11:42:26 +11:00
Basarat Ali Syed 99af2c0bb9 Merge pull request #1296 from phantomwhale/master
Fix typo in comments
2013-11-19 15:09:44 -08:00
Basarat Ali Syed 0e519cfb89 Merge pull request #1288 from pragmatrix/master
add chrome.d.ts webrequest optional parameters
2013-11-19 15:07:43 -08:00
Ben Turner 62c4df6fcd Fix typo in comments
defile => define
2013-11-20 10:01:52 +11:00
Thomas Mueller 004a82e83b Add definitions for _(...).map, _(...).collect 2013-11-19 14:02:24 -06:00
Thomas Mueller cc6a334ee2 fixed _(...).filter/_(...).select defs to allow further chaining 2013-11-19 12:59:23 -06:00
Drew Noakes de5ac7d0fe Added support for QuantitiveScale.nice argument: count
See [the documentation](https://github.com/mbostock/d3/wiki/Quantitative-Scales#wiki-linear_nice) for details.

Tested in my codebase and works well.
2013-11-19 15:06:32 +00:00
John Reilly c906bd8ffb Fixed misleading test
It didn't look quite right and when I debugged it in jQuery sure enough
it took 2 parameters rather than 1 (both values passed on)
2013-11-19 14:55:29 +00:00
John Reilly 0e106b6d30 jQuery: Added JQueryDeferred Generic callbacks 2013-11-19 13:12:39 +00:00
Remco Blok 5b87b20764 add thenResolve and thenReject utility methods 2013-11-19 12:55:45 +00:00
Remco Blok 1e70b8d290 fix Q.onerror spelling mistake and missing parameter
Q.onerror was spelled Q.oneerror with two e's. It was also missing the reason parameter.
2013-11-19 12:39:09 +00:00
Armin Sander 2be1dc2e77 add chrome.d.ts webrequest optional parameters 2013-11-19 12:43:32 +01:00
John Reilly a9752fc8fd jQuery:Added generic always/done/fail/progress 2013-11-19 11:39:58 +00:00
Basarat Ali Syed 4d8c44639e Merge pull request #1286 from borisyankov/angularjs-movetolegacy
moved angular 1.0 and angular-scenario files to legacy folder
2013-11-19 03:12:01 -08:00
basarat 9590d1e8f5 fixed path issues in 1.0 files. Verified that angular-scenario is still a part of angular dist : http://code.angularjs.org/1.2.1/ so left it inside angularjs folder 2013-11-19 21:46:01 +11:00
Basarat Syed dfba1ce255 moved angular 1.0 and angular-scenario files to legacy folder 2013-11-19 17:34:55 +11:00
Basarat Ali Syed 40b93ee4a9 Merge pull request #1284 from vvakame/add-find-not-required-tscparams
infrastructure: remove not required tscparam files
2013-11-18 21:59:48 -08:00
Basarat Ali Syed 9ba4f610e7 Merge pull request #1283 from daptiv/angular-readme
Angular readme
2013-11-18 21:26:03 -08:00
Masahiro Wakame 1b28c3344b Removed not required .tscparams 2013-11-19 13:56:28 +09:00
vvakame c09cda4109 Add option --try-without-tscparams support to runner.ts 2013-11-19 13:56:06 +09:00
John Emau 10603d7cec fix readme clean up missed in merge 2013-11-18 15:39:15 -08:00
John Emau a5f133ec4f updating angular readme with new example of using angular resource definitions
Conflicts:
	angularjs/README.md
2013-11-18 15:36:26 -08:00
Basarat Ali Syed b771b1e256 Merge pull request #1281 from vvakame/another-impl-of-testrunner
Rewrite runner.ts
2013-11-18 13:04:00 -08:00
vvakame fdf282571a Rename runner2.ts to runner.ts 2013-11-19 02:42:42 +09:00
vvakame 371eaf5bea Remove runner.ts 2013-11-19 02:42:42 +09:00
vvakame 68c1c3c1a8 Rewrite runner2.ts
It became easy to add more test suite!
2013-11-19 02:42:16 +09:00
Basarat Ali Syed 6bb7154b38 Merge pull request #1280 from zoetrope/rxjs2.2
Fixed for RxJS 2.2
2013-11-18 03:05:14 -08:00
zoetrope 604fdeef9c Fixed for RxJS 2.2 2013-11-18 19:35:50 +09:00
Basarat Ali Syed b384ba6787 Merge pull request #1272 from danfma/master
Parameter dependency made soft on knockout
2013-11-17 22:06:48 -08:00
Basarat Ali Syed fe42035078 Merge pull request #1279 from vvakame/fix-wrong-filename
Fix wrong filenames. *-test.ts to *-tests.ts
2013-11-17 22:06:10 -08:00
Daniel Ferreira Monteiro Alves 56399e9b53 Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2013-11-18 02:28:05 -02:00
Daniel Ferreira Monteiro Alves ef86b94c09 Removing the masked input typings for later adding. 2013-11-18 02:26:36 -02:00
Masahiro Wakame 057c18a863 Fix wrong filenames. *-test.ts to *-tests.ts 2013-11-18 13:23:25 +09:00
Basarat Ali Syed 2dbd46d87f angular : $http timeout can be number or promise
reference : https://github.com/angular/angular.js/issues/1159#issuecomment-19043323
2013-11-18 15:17:53 +11:00