Commit Graph

1415 Commits

Author SHA1 Message Date
Yijin
d5467efcad removed dynamic dependencies 2016-02-03 17:05:35 +08:00
Zhu Liang
b14018eed6 fixed test case 2016-02-01 13:00:13 +08:00
Zhu Liang
1c1ee454f5 move babel from standalone to webpack loader 2016-01-31 16:57:31 +08:00
Michael Limantara
911c24505c Merge branch 'webpack' of https://github.com/nus-fboa2016-si/socket.io-client into webpack 2016-01-31 16:33:10 +08:00
Michael Limantara
468200ed8c Expose io variable to global when bundling with webpack 2016-01-31 16:33:00 +08:00
Zhu Liang
a8903672c9 removed babel task from gulp 2016-01-31 13:05:15 +08:00
Michael Limantara
b31f21741e Remove babelrc file and move the settings inline to gulpfile.js 2016-01-31 11:24:53 +08:00
whattokingu
eb2c3fca5e Merge pull request #4 from whattokingu/gulp-build
Remove Dynamic Dependencies
2016-01-31 10:20:30 +08:00
Zheng Weihan
ee72188f6d remove dynamic dependencies. 2016-01-31 10:18:14 +08:00
whattokingu
d0c56ccea5 Merge pull request #3 from whattokingu/gulp-build
Added gulp task to run zuul.
2016-01-30 13:38:22 +08:00
Zheng Weihan
fe3837c9f6 change npm test in package to use gulp instead of make 2016-01-30 13:37:44 +08:00
Zheng Weihan
fdef60a24e added new task to run zuul.
added a test function to replicate the same task in makefile.
2016-01-30 13:29:34 +08:00
Zhu Liang
aad48e7c49 disable compact by default, enabled browserify 2016-01-30 10:03:36 +08:00
Michael Limantara
3ddacd9fc1 Swap the order of babel and webpack 2016-01-30 09:58:33 +08:00
Michael Limantara
0fc23f175c Integrate webpack and babel in gulpfile.js and change gulp task to build-webpack 2016-01-28 13:23:50 +08:00
Michael Limantara
01b5279c4a Merge branch 'babel' into webpack 2016-01-28 13:09:08 +08:00
Zhu Liang
94127a3465 added babel integration 2016-01-26 16:16:50 +08:00
Zhu Liang
b3d5f434aa Merge branch 'babel' of github.com:nus-fboa2016-si/socket.io-client into babel 2016-01-26 16:11:27 +08:00
Zhu Liang
3799b60d5b added babel integration using browserify API 2016-01-26 16:10:20 +08:00
Michael Limantara
97591f6d6e Add gulp task for webpack 2016-01-25 18:59:36 +08:00
Michael Limantara
d6492d234e Add webpack stream to package.json 2016-01-25 18:49:25 +08:00
whattokingu
aa87907675 Merge pull request #1 from whattokingu/gulp-build
Gulp build
2016-01-25 11:44:49 +08:00
Zheng Weihan
1abf879d01 add test-cov task to gulp 2016-01-25 00:04:22 +08:00
Zheng Weihan
c9c93441f2 gulp build system. Implemented gulp for build and test-node. 2016-01-24 16:47:07 +08:00
Zhu Liang
27062f5663 added babel integration using browserify API 2016-01-21 17:50:57 +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