Diga Widyaprana
85d1ff2a69
Make build using webpack instead of browserify
2016-01-28 12:47:23 +08:00
Diga Widyaprana
2587782443
Test build is done using webpack instead of browserify
2016-01-28 12:47:23 +08:00
Diga Widyaprana
cd06f4c043
Add webpack to package.json
2016-01-28 12:47:23 +08:00
Guillermo Rauch
692f18c4ab
Release 1.6.8
2016-01-25 11:14:43 -08:00
Guillermo Rauch
52ad69cfb0
Merge pull request #453 from NativeScript/try-resolve-ws
...
Safely resolve `ws` module.
2016-01-15 09:46:14 -08:00
Stefan Dobrev
9c08f405a3
Safely resolve ws module.
...
After changing the `ws` dependency to be ignored, not exluded, by https://github.com/socketio/engine.io-client/pull/451 if the target runtime does not provide a `ws` module an error is throw. This is the case with NativeScript which currently does not have a WebSocket implementation. The change is using safe resolution with try-catch preseving the old behavior in a controlled manner.
2016-01-12 18:03:16 +02:00
Guillermo Rauch
e69f540861
Release 1.6.7
2016-01-10 20:23:24 -08:00
Guillermo Rauch
36888c266d
Merge pull request #452 from mrbar42/patch-1
...
added fallback to insertAt parentNode
2016-01-10 18:52:04 -08:00
MrBar42
556485538a
added fallback to insertAt parentNode
...
this prevents errors when there aren't any scripts tags on the document
2016-01-10 17:28:25 +02:00
Guillermo Rauch
8824c2e59f
Merge pull request #451 from darrachequesne/patch-3
...
Prevent ws from being added to the bundle
2016-01-09 10:10:09 -08:00
Damien Arrachequesne
02ab115a1e
Prevent ws from being added to the bundle
2016-01-09 14:57:29 +01:00
Guillermo Rauch
f8b89af9a7
Release 1.6.6
2016-01-07 18:05:29 -08:00
Guillermo Rauch
ff31233fcf
support: add fallback to global for nativescript [@ligaz]
2016-01-07 17:24:29 -08:00
Guillermo Rauch
fe6667f555
exclude ws instead of ignoring it from build [@lpinca]
2016-01-07 17:23:19 -08:00
Guillermo Rauch
3ef44d3fcc
Release 1.6.5
2016-01-05 12:35:52 -08:00
Guillermo Rauch
62aca32284
package: bump ws
2016-01-04 11:56:17 -06:00
Guillermo Rauch
8f6e65db40
Merge pull request #447 from darrachequesne/patch-2
...
Fix ws in browser
2016-01-03 20:20:18 -03:00
Damien Arrachequesne
deb9805f34
Make browserify ignore ws instead of excluding now dev dependencies
2016-01-03 23:19:52 +01:00
Damien Arrachequesne
9c449675cb
Fix tests in IE < 10 (WebSocket not supported)
2016-01-03 22:23:48 +01:00
Damien Arrachequesne
298250c133
Change variable name from isBrowserWebSocket to BrowserWebSocket
2016-01-03 22:22:11 +01:00
Damien Arrachequesne
0ee8de320a
Fix ws in browser
2016-01-02 20:32:37 +01:00
Guillermo Rauch
a851d05585
Merge pull request #446 from darrachequesne/patch-1
...
package: bump `ws`
2016-01-01 11:08:51 -03:00
Damien Arrachequesne
1cf4bdea5f
Fix global context
2016-01-01 14:52:53 +01:00
Damien Arrachequesne
50f97cdf97
Add global context
2016-01-01 14:43:30 +01:00
Damien Arrachequesne
5981295343
Exclude optional dep from zuul configuration
2016-01-01 14:21:21 +01:00
Damien Arrachequesne
bf48d1350e
Rebuild
2016-01-01 13:55:32 +01:00
Damien Arrachequesne
a24e5ee877
package: bump ws
2016-01-01 13:49:31 +01:00
Guillermo Rauch
1245bf2ec6
Release 1.6.4
2015-12-04 10:55:48 -08:00
Guillermo Rauch
23f3f03a27
package: bump parser for arraybuffer base64 fix
2015-12-04 10:29:16 -08:00
Guillermo Rauch
1e7b9ebcb8
Merge pull request #416 from lpinca/use/yeast
...
transports: use `yeast` to generate the cache busting id
2015-12-02 09:27:52 -08:00
Guillermo Rauch
cf1b304b38
Merge pull request #425 from lpinca/fix/documentation
...
README: fix the description of the `timestampRequests` option
2015-12-02 09:26:36 -08:00
Guillermo Rauch
0e6025be8f
Merge pull request #443 from nkzawa/patch-23
...
Remove browsers setting from .zuul.yml
2015-12-02 09:23:28 -08:00
Guillermo Rauch
9855ab22f0
Merge pull request #444 from nkzawa/patch-24
...
IPv6 support
2015-12-02 09:23:20 -08:00
Guillermo Rauch
6e9f26bee3
Merge pull request #445 from nkzawa/patch-25
...
Update .travis.yml
2015-12-02 09:22:59 -08:00
nkzawa
8239a59a60
update .travis.yml
2015-12-02 21:25:43 +09:00
nkzawa
97cb6c61e9
add a test
2015-12-02 20:46:29 +09:00
nkzawa
1096ca6f61
fix ipv6 support and add tests
2015-12-02 17:59:11 +09:00
hell
54f020ec1a
ipv6 url support
2015-12-02 15:54:17 +09:00
nkzawa
c05b569e06
remove browsers setting from .zuul.yml
2015-12-02 10:58:06 +09:00
Guillermo Rauch
c4d9b6e077
Release 1.6.3
2015-12-01 12:15:07 -08:00
Guillermo Rauch
03e8f7106d
Merge pull request #442 from nkzawa/permessage-deflate-threshold
...
Threshold for permessage-deflate
2015-12-01 10:50:37 -08:00
nkzawa
a1c464b901
fix a test
2015-12-01 16:52:40 +09:00
nkzawa
f848c0db6c
remove compress option from control packets
2015-12-01 15:36:29 +09:00
nkzawa
cc8200fd21
threshold for permessage-deflate
2015-12-01 15:31:31 +09:00
Guillermo Rauch
28a0885e65
Release 1.6.2
2015-11-30 08:15:52 -08:00
Guillermo Rauch
2a502fe303
package: bump engine.io
2015-11-30 08:13:38 -08:00
Guillermo Rauch
fef2d170aa
package: bump ws for memory fix with compression
2015-11-30 08:09:55 -08:00
Guillermo Rauch
b7c5f1dbe7
Merge pull request #441 from nkzawa/patch-22
...
Fix typo
2015-11-30 08:08:53 -08:00
nkzawa
f58f20d303
Fix typo
2015-11-30 22:12:58 +09:00
Guillermo Rauch
11ae0fff39
Release 1.6.1
2015-11-28 16:33:55 -08:00