Commit Graph

35 Commits

Author SHA1 Message Date
Giedrius Grabauskas
1a70079765 Added 1.0 version contributors. 2016-03-10 17:23:33 +02:00
Giedrius Grabauskas
e47372ff78 Transport moved to interface 2016-03-07 16:03:19 +02:00
Giedrius Grabauskas
603f639326 Updated reference d.ts file 2016-03-07 15:51:32 +02:00
Giedrius Grabauskas
3696899edb Added signalr-1.0-tests.ts 2016-03-07 15:48:12 +02:00
Giedrius Grabauskas
f6b8a7661e Updated tests to 2.2.0 2016-03-07 14:59:48 +02:00
Giedrius Grabauskas
3319166b66 SignalR definitions updated to 2.2.0 2016-03-07 14:57:56 +02:00
Giedrius Grabauskas
3bdf8585a2 Rename signalr.d.ts to signalr-1.0.d.ts 2016-03-07 14:54:26 +02:00
Ákos Lukács
7012659e6f Update signalr-tests.ts
Test for unsubscribing a listener with more than 1 parameter
2016-03-02 15:42:36 +01:00
Ákos Lukács
786f2c322a Update signalr.d.ts
HubProxy.on() and HubProxy.off() should accept the same parameters, since you unsubscribe the same method...
2016-03-02 15:34:12 +01:00
vvakame
4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
Giedrius Grabauskas
148d636a9a Update signalr.d.ts
Fixed error function handler params.
2015-11-24 13:54:48 +02:00
Kristian Tryggestad
59f9108f4e Add transport property to SignalR's HubConnection 2015-10-27 16:33:46 +01:00
Ilya
86b5a281ac Fix JQueryStatic.hubConnection method signature. 2015-02-17 23:54:30 +06:00
Basarat Ali Syed
7a55f220ee Merge pull request #2699 from kant2002/fix-signalr-state
Added state field for the SignalR object
2014-08-21 22:11:06 +10:00
Andrey Kurdyumov
777cfd5f30 Added state field for the SignalR object 2014-08-21 18:02:22 +06:00
Bart van der Schoor
1d345f6c14 cleaned-up headers 2014-06-18 23:31:11 +02:00
vvakame
16dd1ab76f Removed non-required .tscparams 2014-02-05 12:48:22 +09:00
Mike Keesey
adf0467335 Made SignalR compliant with --noImplicitAny 2014-02-04 16:14:29 -08:00
Andrey Kurdyumov
8eacc4ca14 Added property for query string parameters
Property qs for SignalR connection could be used to pass additional parameters to new SignalR persistent/hub connections. It is available since 1.0 and is present in 2.0 version of SignalR
2014-01-19 06:56:23 -08:00
Igor Oleinikov
6eac295fa2 Fixed SignalR tests 2013-12-06 14:54:16 +04: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
basarat
4e668d8040 signalr added a sample test that shows how you can handle client function and call functions on the server.
Closes #354
2013-09-07 00:20:52 +10:00
gstamac
16672d6b09 SignalR: fixed for 0.9.1.1 2013-08-25 11:38:16 +02:00
gstamac
75ae60a20b SignalR: updated HubProxy 2013-08-24 15:10:40 +02:00
gstamac
1e38049e61 SignalR: specified SignalR event parameters 2013-08-24 15:10:22 +02:00
gstamac
01aa7f4e75 SignalR: added SignalR.reconnecting event handler 2013-08-20 16:06:43 +02:00
biiiipy
c893b20937 Replaces "bool" to "boolean" per new spec 2013-08-07 09:42:52 +03:00
Terence Lewis
2e2524ab4e Made the SignalR definition 0.9 compatible
Changed the return type of HubConnection.received to match
SignalR.received
The 'on' callback can take a variable number of arguments
2013-06-26 10:04:11 +02:00
Boris Yankov
3f0b158c4c Fix several tests 2013-05-25 18:27:49 +03:00
Boris Yankov
209d95071a Update reference paths 2013-01-17 20:03:30 +02:00
Boris Yankov
c98eebb137 Rename all definition files, remove versions 2013-01-17 17:17:27 +02:00
Natan Vivo
c7d2934d6d Update project references to use jQuery 1.9 instead of missing 1.8 file. 2013-01-17 12:05:06 -02:00
Boris Yankov
7c82efb17a Update reference paths 2012-11-19 01:28:08 +02:00
Boris Yankov
c91c45f9ae Move definitions and test in separate folders
This enables each definition to have a readme if necessary.
Also a .json metadata file to help with package managers.
And last, to have different versions of the definitions.
2012-11-18 22:28:44 +02:00