Zheng Weihan
3290bb43f1
move encoding of query string to lookup function.
...
handles passing of query via query strings
add tests for functionality
2016-01-31 15:29:49 +08:00
Zheng Weihan
b878cdbed2
Revert "rebuild client."
...
This reverts commit 74aff2647e .
2016-01-31 14:45:44 +08:00
Zheng Weihan
08e44f3ae4
fix bug and passes tests
2016-01-31 14:45:20 +08:00
Zheng Weihan
8d44b7a938
pass query as Socket property rather than as function params to simplify flow and handle complex event flow.
2016-01-31 14:24:38 +08:00
Zheng Weihan
74aff2647e
rebuild client.
2016-01-31 13:05:10 +08:00
Zheng Weihan
fcb176b1d5
Merge commit '5fe7373610ef92de0d34b44d503c22cab5712c8d' into queryStringFix
...
* commit '5fe7373610ef92de0d34b44d503c22cab5712c8d':
Release 1.4.5
package: bump `engine.io-client`
2016-01-31 11:15:47 +08:00
Zheng Weihan
75467cd069
Issue #331 , attach query string to CONNECT packets for secondary namespaces.
2016-01-28 14:34:00 +08:00
Guillermo Rauch
5fe7373610
Release 1.4.5
2016-01-26 13:26:17 -08:00
Guillermo Rauch
4ccc34bce7
package: bump engine.io-client
2016-01-26 10:42:20 -08:00
Naoyuki Kanezawa
7dd672f05d
Merge pull request #934 from darrachequesne/patch-2
...
Add badges showing dependency status
2016-01-17 12:06:11 +09:00
Damien Arrachequesne
e97f9048a8
Bump dependencies
2016-01-16 22:04:02 +01:00
Damien Arrachequesne
8f8642dedc
Add badges showing dependency status
2016-01-16 21:56:41 +01:00
Guillermo Rauch
e504aa101a
Release 1.4.4
2016-01-10 22:36:31 -08:00
Guillermo Rauch
70193a7899
package: bump engine.io-client
2016-01-10 22:27:33 -08:00
Guillermo Rauch
260c1f85c8
Release 1.4.3
2016-01-08 08:17:47 -08:00
Guillermo Rauch
00c0196cc7
Release 1.4.2
2016-01-07 18:58:04 -08:00
Guillermo Rauch
635f1d9180
package: bump engine.io-client
2016-01-07 18:14:25 -08:00
Guillermo Rauch
df5df9aad1
exclude ws instead of ignoreing it from build [@lpinca]
2016-01-07 17:25:23 -08:00
Guillermo Rauch
de17842926
Merge pull request #932 from NativeScript/browserify-add-global
...
Add global object as another fallback.
2016-01-07 17:20:39 -08:00
Guillermo Rauch
4b6320aba6
Release 1.4.1
2016-01-07 12:52:27 -08:00
Guillermo Rauch
898f7d68c5
zuul: set browserify options
2016-01-07 12:27:14 -08:00
Guillermo Rauch
49e60a7cb9
build
2016-01-07 10:45:26 -08:00
Guillermo Rauch
1fc8b80e53
support: update browserify instructions
2016-01-07 10:31:57 -08:00
Guillermo Rauch
4320167c4f
update build tools
2016-01-07 10:31:41 -08:00
Guillermo Rauch
4f59a68f56
package: bump engine.io-client
2016-01-07 10:15:43 -08:00
Stefan Dobrev
cde911c10b
Add global object as another fallback.
...
In some JavaScript runtimes like NativeScript the `window` or `self` objects are not present, but the `global` is.
NativeScript is using Karma as it its unit test runner and thus relies on socket.io for communication. The socket.io client file is served by Karma and loaded in NativeScript. Up until version 1.4.0 this problem was not visible because the root object was not accessed. However this is not the case anymore with latest json3 changes: https://github.com/NativeScript/socket.io-client/blob/master/socket.io.js#L5220
2016-01-07 18:47:40 +02:00
Guillermo Rauch
9c44eaa3e7
Release 1.4.0
2016-01-05 15:44:49 -08:00
Guillermo Rauch
6580a7f9b5
package: bump engine.io-client
2015-12-04 10:57:23 -08:00
Guillermo Rauch
d434ce528a
Merge pull request #925 from nkzawa/patch-26
...
Run tests on Android 5 instead of 4.4
2015-12-04 08:44:40 -08:00
nkzawa
e0cd41e2d3
update .travis.yml
2015-12-04 14:56:42 +09:00
Guillermo Rauch
5ccf58873b
Merge pull request #924 from nkzawa/patch-25
...
Enable to run all tests on nodejs
2015-12-03 09:06:49 -08:00
Guillermo Rauch
5721682e13
Merge pull request #923 from nkzawa/patch-24
...
Fix a socket can't connect while disconnecting a different one
2015-12-03 09:00:46 -08:00
nkzawa
6ee4283da0
enable to run all tests on nodejs
2015-12-03 19:37:30 +09:00
nkzawa
41956806a7
fix a socket can't connect while disconnecting a different one
2015-12-03 17:44:47 +09:00
Guillermo Rauch
af4d504cd8
Merge pull request #841 from capaj/master
...
added a main for JSPM
2015-12-02 09:56:29 -08:00
Guillermo Rauch
29eeddcfaa
Merge pull request #919 from nkzawa/patch-19
...
Remove browsers setting from .zuul.yml
2015-12-02 09:55:43 -08:00
Guillermo Rauch
a64a1a3142
Merge pull request #920 from nkzawa/patch-20
...
Fix travis settings
2015-12-02 09:55:35 -08:00
Guillermo Rauch
64e65aae7e
Merge pull request #921 from nkzawa/patch-21
...
Fix an unstable test
2015-12-02 09:55:22 -08:00
Guillermo Rauch
2561eb8fbf
Merge pull request #922 from nkzawa/patch-22
...
IPv6 support
2015-12-02 09:55:14 -08:00
nkzawa
18be967adb
ipv6 support
2015-12-03 00:09:31 +09:00
nkzawa
3313401082
fix an unstable test
2015-12-02 13:13:07 +09:00
nkzawa
444f9eb7d5
disable tests on microsoftedge for now
2015-12-02 12:45:56 +09:00
nkzawa
ac8bf8d86d
fix travis settings
2015-12-02 11:59:24 +09:00
nkzawa
8c5a124b17
remove browsers setting from .zuul.yml
2015-12-02 10:56:45 +09:00
Guillermo Rauch
fc6451c3ac
package: bump engine.io-client
2015-12-01 12:16:08 -08:00
Guillermo Rauch
81bf3ebc5c
Merge pull request #908 from paladox/patch-3
...
Update .travis.yml
2015-12-01 11:12:30 -08:00
Guillermo Rauch
86a599948c
Merge pull request #918 from nkzawa/patch-18
...
Remove compress option from packets
2015-12-01 11:11:19 -08:00
nkzawa
ba45dd5211
remove compress option from packets
2015-12-01 20:47:28 +09:00
Guillermo Rauch
1a05ee1de7
pacakage: bump engine.io-client for ws memory fix
2015-11-30 08:16:45 -08:00
Guillermo Rauch
e4f5632a4c
package: bump engine.io-client
2015-11-28 16:35:01 -08:00