Commit Graph

32 Commits

Author SHA1 Message Date
johnnyreilly
6ab7831306 Q: Fixed up test with help from @IgorBek 2013-12-23 09:54:50 +00:00
johnnyreilly
9014c6fb94 Q: change overload order fixes tests 2013-12-21 15:47:34 +00:00
John Reilly
d0c2d93cc0 Q: updated test to reflect 2013-11-26 17:48:45 +00:00
John Reilly
fa6f389191 Q:jQueryPromise converted implicitly to Q promise 2013-11-26 17:39:54 +00: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
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
Masahiro Wakame
1b28c3344b Removed not required .tscparams 2013-11-19 13:56:28 +09:00
John Simon
69935860d7 Add any types to everything in Q.d.ts so it works with --noImplicitAny 2013-10-22 11:35:10 -04:00
vvakame
34899afaae Merge commit '2772dfeec9cdb1744f6c010babef9e40b6770dd7' into plan-of-destroy-implicitAny 2013-10-18 12:41:53 +09:00
Sean Clark Hess
e97c31c8fd Q: reversed the order of function overrides to put promises first for nested promises 2013-10-10 15:37:18 -06:00
vvakame
2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e Fixed to CI test passing 2013-10-03 10:18:58 +09:00
anchann
eacef69706 Q: adding inspect() method, changing return type of getSettled
As per documentation:
https://github.com/kriskowal/q/wiki/API-Reference#promiseallsettled
https://github.com/kriskowal/q/wiki/API-Reference#promiseinspect
2013-08-16 07:42:33 +09:00
Boris Yankov
ea15619251 Replace multiple 'module' keywords with 'require' 2013-08-07 18:26:38 +03:00
Andrew Gaspar
284f4a629a Minor fixes for issue #726 2013-07-05 01:06:47 -07:00
Andrew Gaspar
85eabfe63b Added typings to jQuery promises and deferreds. 2013-07-03 01:36:17 -07:00
Andrew Gaspar
bccbbdaa83 Added progress handlers to Q.when 2013-07-03 00:33:25 -07:00
Andrew Gaspar
6fb97f40bf Added types all over the place in Q 2013-07-03 00:24:15 -07:00
Andrew Gaspar
7463b00681 Made Q have better generics support made possible be v0.9.0.1. Also eliminated redundant function definitions in express. 2013-06-30 17:59:21 -07:00
Andrew Gaspar
41c216fb10 Changed bool to boolean for q.d.ts 2013-06-20 22:25:55 -07:00
Andrew Gaspar
d4b888e50f Slight update to q.d.ts to reflect current limitations in TypeScript. 2013-06-20 22:06:09 -07:00
Andrew Gaspar
91a4452e37 Removed separate q module tests and updated with some addition typing information for Q.d.ts. 2013-06-20 22:03:23 -07:00
Andrew Gaspar
9c38124670 Added typing to Deferred and defer() 2013-06-20 00:43:35 -07:00
Andrew Gaspar
c37c38a984 Added basic typings on q. TypeScript compiler bugs and spec limitations hinder full typing. 2013-06-20 00:36:26 -07:00
Andrew Gaspar
a1223529d4 Updated q so that the interfaces fell underneath the modules 2013-06-19 23:30:21 -07:00
Andrew Gaspar
a615315e63 Merged q.d.ts and q.module.d.ts using new semantics for export = . Hoozah! 2013-06-19 23:18:45 -07:00
vcastro
99e020bff3 Updated QStatic.when to better reflect the actual signature of the method. 2013-06-06 10:50:23 +01:00
vcastro
516443cc70 Correction to Q.resolve signature 2013-06-06 10:32:11 +01:00
Andrew Gaspar
b232a67e3a Change module to declare module 2013-05-30 23:02:58 -07:00
Andrew Gaspar
5055ef38f4 Updated the q module with node adapter functions. 2013-05-30 22:50:21 -07:00
Boris Yankov
cab9aa3135 Rename all folders to lowercase 2013-05-25 18:08:56 +03:00