Commit Graph
10254 Commits
Author SHA1 Message Date
André König 58d0e244a7 union type for bindToController 2015-05-29 10:06:25 +02:00
André König 5294692073 AngularJS 1.4 - bindToController object definition
This commit supports using `bindToController` as an object (see: https://github.com/angular/angular.js/blob/master/CHANGELOG.md#features-9).
2015-05-29 09:59:37 +02:00
Horiuchi_H 86d1044eb3 Merge pull request #4480 from Mischi/chai-as-promised_fulfilled
add fulfilled to chai-as-promise
2015-05-29 16:18:10 +09:00
Horiuchi_H f4b397b1ef Merge pull request #4477 from LeandroDG/patch-1
Adding basic authentication support and typed the response
2015-05-29 16:14:58 +09:00
Horiuchi_H f432cee44a Merge pull request #4475 from tkrotoff/master
Type definitions for urlsafe-base64 v1.0.0
2015-05-29 16:10:34 +09:00
Horiuchi_H 6dba84e60c Merge pull request #4471 from zlumer/master
Split moment.d.ts for node.js and browser environments
2015-05-29 16:08:43 +09:00
Horiuchi_H e9a7884962 Merge pull request #4469 from leonardochaia/master
Add definitios for magicsuggest.js
2015-05-29 15:54:27 +09:00
Horiuchi_H ce01226139 Merge pull request #4468 from rerezz/master
Add definitions for angular-jwt
2015-05-29 15:43:52 +09:00
Horiuchi_H 3824fcf1b2 Merge pull request #4466 from EnableSoftware/stripe-checkout
Add Stripe Checkout definitions
2015-05-29 15:42:28 +09:00
Horiuchi_H c0d85da6d5 Merge pull request #4465 from kwilson/master
Updated Routie defs to include static methods.
2015-05-29 15:40:15 +09:00
Horiuchi_H 8cea0deafd Merge pull request #4464 from sgkim126/username
Fix username.
2015-05-29 15:38:28 +09:00
Horiuchi_H 36bf87f8b0 Merge pull request #4463 from sgkim126/gulp-istanbul
gulp-istanbul 0.9.0 adds enforceThresholds function.
2015-05-29 15:38:02 +09:00
Fabian Raetz 5b0830b61e add fulfilled to Assertion 2015-05-29 00:34:31 +02:00
Fabian Raetz 3afd16a369 add test case for fulfilled 2015-05-29 00:33:31 +02:00
Vincent Siao 7b47d0c977 [React] Update README (0.13.3) 2015-05-28 15:33:04 -07:00
Vincent Siao 1cc5ea01d8 [React] Update HTMLAttributes interface
removes `scrollLeft`, `scrollTop` (0.12.0)
adds `formAction`, `formEncType`, `formMethod`, `formTarget`, `marginHeight`, `marginWidth` (0.12.2)
adds `scoped`, `high`, `low`, `optimum`, `unselectable` (0.13.2)
2015-05-28 15:30:16 -07:00
Robert Baker 4c7693c94d Fixed MDPalette definition. 2015-05-28 14:50:38 -07:00
Vincent Siao bb793321c6 [React] change ShallowRenderer output to ReactElement 2015-05-28 14:18:58 -07:00
LeandroDG 292104d982 Changed response type to http.IncomingMessage 2015-05-28 18:13:44 -03:00
LeandroDG 9920fd383c Adding basic authentication support
Added property "auth" to options class and method "request.auth" to provide basic authentication
2015-05-28 13:25:04 -03:00
Vadim Macagon f7ceda5046 Add PrettyStream constructor with options, and some doc comments 2015-05-28 22:37:24 +07:00
Tanguy Krotoff 23b92b854f Type definitions for urlsafe-base64 v1.0.0 2015-05-28 15:36:30 +02:00
Vincent Siao 3ca8ceb795 [react] Make var addons into a module
This lets you do import aliasing (eg. `import TestUtils = React.addons.TestUtils;`)
2015-05-27 18:43:23 -07:00
LCHProducciones 4e99d96891 Bugfixes on definitions 2015-05-27 19:43:27 -03:00
Dmitry Radkovskiy a1575b96ec Modified moment.d.ts to use moment-node.d.ts 2015-05-28 00:46:21 +03:00
Dmitry Radkovskiy 0f894228df Moved declarations to moment-node.d.ts 2015-05-28 00:43:38 +03:00
LCHProducciones c69783e663 Merge branch 'master' of https://github.com/leonardochaia/DefinitelyTyped 2015-05-27 18:13:18 -03:00
LCHProducciones 99d72aacf4 Forgot to add the reference to typings on test file 2015-05-27 18:11:31 -03:00
LCHProducciones 69750463b6 Added tests file. Bugfixes on definitions 2015-05-27 18:11:31 -03:00
LCHProducciones 68dd8244f1 Changed definitios url 2015-05-27 18:11:30 -03:00
LCHProducciones dc9c8d2d5f Initial Commit 2015-05-27 18:11:30 -03:00
LCHProducciones 220ded7238 Forgot to add the reference to typings on test file 2015-05-27 18:02:55 -03:00
LCHProducciones 4c024ccc5b Added tests file. Bugfixes on definitions 2015-05-27 17:57:12 -03:00
LCHProducciones ec9c7990d8 Merge branch 'master' of https://github.com/leonardochaia/DefinitelyTyped 2015-05-27 13:36:06 -03:00
Reto Rezzonico 989b586b95 Linebreaks 2015-05-27 16:32:52 +02:00
Reto Rezzonico 8f7a306a48 Add definitions for angular-jwt 2015-05-27 16:28:51 +02:00
Chris Wrench 79bdd9caf3 Add Stripe Checkout definitions
Fixes #4366.
2015-05-27 15:20:33 +01:00
Kevin Wilson fa7330d6fe Fixed heading error. 2015-05-27 15:16:53 +01:00
Kevin Wilson 45d69d19cb Fixed missing optional flag for navigate options. 2015-05-27 15:14:21 +01:00
Kevin Wilson e2e6bdb50d Added tests for static functions. 2015-05-27 15:13:48 +01:00
Kevin Wilson 34ef6f1dd3 Added to change log. 2015-05-27 15:02:08 +01:00
Kevin Wilson f2603afffa Added static method and wrapped in module.
Updated to include static Routie methods.
Wrapped types up into a module definition.
2015-05-27 15:00:54 +01:00
Seulgi Kim a5efba8589 Fix username 2015-05-27 20:56:08 +09:00
Seulgi Kim 7094689c1f gulp-istanbul 0.9.0 adds enforceThresholds function. 2015-05-27 20:35:15 +09:00
Horiuchi_H 70737c2a24 Merge pull request #4453 from frankbille/patch-2
Added documentation from AngularFire
2015-05-27 14:44:27 +09:00
Frank Bille 2f1ba9a7f4 Merge branch 'master' into patch-2
Conflicts:
	angularfire/angularfire.d.ts
2015-05-27 07:17:28 +02:00
Sam Albert 21de100cfe Updated callback to support indefinite number of buffer params 2015-05-26 22:14:56 -04:00
Horiuchi_H 36a4540d16 Merge pull request #4459 from Georadix/master
Update angular-file-upload definitions
2015-05-27 11:03:36 +09:00
LCHProducciones 2f6e9b996c Changed definitios url 2015-05-26 21:44:01 -03:00
LCHProducciones e96b92628f Initial Commit 2015-05-26 21:42:24 -03:00