Damien Arrachequesne
b51b39b78d
test: use Node.js 10 for the browser tests
...
It seems there is something wrong with newer versions (the CI seems
stuck). Let's pin the version for now.
2020-09-30 01:24:44 +02:00
Damien Arrachequesne
4184e46534
chore: bump component-emitter dependency
...
Subscribing/unsubscribing for a lot of different event types could lead
to a memory leak.
See aa2e57acc7
Diff: https://github.com/component/emitter/compare/1.2.1...1.3.0
2020-09-30 00:26:54 +02:00
Damien Arrachequesne
0de72b9cc2
[chore] Release 3.3.0
2018-11-07 23:58:21 +01:00
Damien Arrachequesne
b47efb270d
[fix] Remove any reference to the global variable
...
Related: https://github.com/socketio/socket.io-client/issues/1166
2018-11-07 23:31:49 +01:00
Damien Arrachequesne
d95e38f6b6
[chore] Update the Makefile
2018-11-07 23:16:54 +01:00
Damien Arrachequesne
b57e06304e
[test] Update travis configuration
2018-11-07 23:15:29 +01:00
JinHyuk Kim
48f340ec12
[refactor] Fix a small typo and code styling ( #88 )
2018-11-07 22:53:25 +01:00
Damien Arrachequesne
6e400188be
[chore] Release 3.2.0
2018-02-28 22:08:38 +01:00
Damien Arrachequesne
92c530da47
[fix] Properly handle JSON.stringify errors ( #84 )
...
JSON.stringify method throws when passed a circular object.
2018-02-28 22:07:33 +01:00
Damien Arrachequesne
dc4f475a45
[revert] Move binary detection to the parser
...
So that we can skip the binary check.
2018-02-28 21:55:26 +01:00
Damien Arrachequesne
f115039068
[test] Update travis configuration
2018-02-28 21:19:36 +01:00
Damien Arrachequesne
6b356eb4f0
[fix] Properly detect typed arrays ( #85 )
...
ArrayBuffer.isView method is not defined in IE10.
2018-02-28 21:18:16 +01:00
Damien Arrachequesne
f9c06255de
[chore] Release 3.1.3
2018-02-25 09:20:05 +01:00
Damien Arrachequesne
f0a7df1059
[fix] Ensure packet data is an array ( #83 )
...
Related: https://github.com/socketio/socket.io/pull/3140
2018-02-25 09:05:16 +01:00
Damien Arrachequesne
88225783f7
[fix] Use ArrayBuffer.isView to check for typed arrays ( #82 )
2018-02-25 09:04:02 +01:00
Damien Arrachequesne
dd164e6a5f
[chore] Bump debug to version 3.1.0
2018-02-18 11:50:26 +01:00
Damien Arrachequesne
f9c3549dd1
[chore] Release 3.1.2
2017-04-27 23:46:00 +02:00
Damien Arrachequesne
425391ace9
[chore] Bump has-binary2 to version 1.0.2 ( #70 )
2017-04-27 23:06:57 +02:00
Damien Arrachequesne
b4f849a6fe
[fix] Fix Blob detection for iOS 8/9 ( #69 )
2017-04-26 21:43:22 +02:00
Damien Arrachequesne
eaee5d58c4
[chore] Release 3.1.1
2017-04-25 00:22:17 +02:00
Damien Arrachequesne
2f31a4e8f7
[fix] Ensure globals are functions before running instanceof ( #68 )
...
Following https://github.com/socketio/has-binary/pull/4 .
2017-04-25 00:21:17 +02:00
Damien Arrachequesne
8e5465de2f
[chore] Release 3.1.0
2017-04-24 23:33:46 +02:00
Damien Arrachequesne
403b858a8d
[chore] Bump debug to version 2.6.4 ( #67 )
2017-04-24 23:32:13 +02:00
Damien Arrachequesne
f44256c523
[feat] Move binary detection to the parser ( #66 )
2017-04-24 23:20:51 +02:00
Damien Arrachequesne
817adca41d
[chore] Release 3.0.0
2017-04-03 23:51:53 +02:00
Damien Arrachequesne
e295b9b1c2
[chore] Bump isarray to version 2.0.1 ( #65 )
2017-04-03 23:48:59 +02:00
Jimmy Karl Roland Wärting
e39f5a8c6a
[chore] Use native JSON and drop support for older nodejs versions ( #64 )
2017-04-03 23:15:24 +02:00
Damien Arrachequesne
9ce9a98dd0
[chore] Release 2.3.2 ( #59 )
2016-12-30 22:43:07 +01:00
Gatsbill
2314c10f4f
[perf] Small optimisations ( #57 )
2016-12-30 22:25:49 +01:00
Damien Arrachequesne
5ac691e7e4
[chore] Update zuul config to speed up tests in browser ( #58 )
2016-12-30 17:54:42 +01:00
Damien Arrachequesne
c2d0a08d7f
[refactor] Remove useless variable ( #55 )
2016-12-17 03:34:00 +01:00
Damien Arrachequesne
aed82572ba
[chore] Bump dependencies ( #56 )
...
- bump debug to version 2.3.3
- bump component-emitter to version 1.2.1
- bump benchmark to version 2.1.2
- bump expect.js to version 0.3.1
- bump mocha to version 3.2.0
- bump zuul to version 3.11.1
2016-12-17 03:33:44 +01:00
Gatsbill
9072faa1e1
[refactor] Remove unused var ( #53 )
2016-12-17 02:33:05 +01:00
Gatsbill
97721957b9
[refactor] Use strict equality when possible ( #52 )
2016-12-17 02:32:21 +01:00
Damien Arrachequesne
64455b432c
[chore] Release 2.3.1 ( #51 )
2016-10-24 02:31:53 +02:00
Damien Arrachequesne
0e2dcb7281
[chore] Revert "Remove deprecated isarray dependency" ( #50 )
...
The fallback is needed for IE6, IE7 and IE8.
2016-10-24 02:29:22 +02:00
Damien Arrachequesne
baf384cd6c
[chore] Release 2.3.0 ( #49 )
2016-10-21 01:32:51 +02:00
Damien Arrachequesne
972d0aa93c
[chore] Move benchmark to dev dependencies ( #48 )
2016-10-21 01:10:04 +02:00
Tom Atkinson
9b479bcee6
[perf] Split try catch into separate function ( #40 )
2016-10-21 01:07:30 +02:00
Damien Arrachequesne
26699fa968
[chore] Make the build status badge point towards master ( #47 )
2016-10-21 01:03:53 +02:00
Damien Arrachequesne
e8f7c32a43
[chore] Remove deprecated isarray dependency ( #46 )
...
Closes #38
2016-10-21 01:03:33 +02:00
Damien Arrachequesne
123d30194a
[chore] Update zuul browser settings ( #44 )
...
- Remove deprecated iOS 7.1
- Add Firefox and Microsoft Edge browsers
- Add latest stable Node.js release
2016-10-21 00:55:37 +02:00
Damien Arrachequesne
3fe95b6f67
[chore] Restrict files included in npm package ( #45 )
2016-10-21 00:54:52 +02:00
Damien Arrachequesne
85dd3fa1c3
[chore] Update zuul browser settings following EOL notices ( #42 )
2016-10-08 22:00:27 +02:00
Damien Arrachequesne
aa187cd075
[chore] Bump zuul to 3.11.0 & zuul-ngrok to 4.0.0 ( #41 )
2016-10-08 21:59:36 +02:00
Guillermo Rauch
cec8d65e75
Merge pull request #37 from nkzawa/fix/bump-zuul
...
bump zuul
2016-04-11 08:45:22 -07:00
nkzawa
b3753c8d5e
bump zuul
2016-04-11 18:10:40 +09:00
Guillermo Rauch
d3ec23c6dd
Merge pull request #34 from nkzawa/patch-2
...
Remove browsers setting from .zuul.yml
2015-12-02 11:20:05 -08:00
nkzawa
71a1f5f80a
remove browsers setting from .zuul.yml
2015-12-02 11:03:13 +09:00
Guillermo Rauch
032350c569
Merge branch 'master' of github.com:socketio/socket.io-parser
2015-11-25 10:13:04 -08:00