Commit Graph

  • b14018eed6 fixed test case Zhu Liang 2016-02-01 13:00:13 +08:00
  • 1c1ee454f5 move babel from standalone to webpack loader Zhu Liang 2016-01-31 16:57:31 +08:00
  • 0494ff8078 changed 4 spaces to 2 spaces Zhu Liang 2016-01-31 16:51:33 +08:00
  • f8ae734b73 move babel from standalone to webpack loader Zhu Liang 2016-01-31 16:44:06 +08:00
  • 911c24505c Merge branch 'webpack' of https://github.com/nus-fboa2016-si/socket.io-client into webpack Michael Limantara 2016-01-31 16:33:10 +08:00
  • 468200ed8c Expose io variable to global when bundling with webpack Michael Limantara 2016-01-31 16:33:00 +08:00
  • 3248af270c Add global vars to webpack, don't pipe to babel during gulp build Diga Widyaprana 2016-01-31 16:25:45 +08:00
  • 6564a0c519 Merge pull request #9 from whattokingu/queryStringFix whattokingu 2016-01-31 16:11:10 +08:00
  • 1657971d8c remove console statement. Zheng Weihan 2016-01-31 16:07:21 +08:00
  • 2f26a2bdb4 Merge pull request #7 from whattokingu/queryStringFix whattokingu 2016-01-31 15:45:35 +08:00
  • 13af610f6d add test for issue #331 on socket.io-client. Zheng Weihan 2016-01-31 15:44:39 +08:00
  • fb14983666 Merge branch 'webpack' of https://github.com/nus-fboa2016-si/engine.io-client into webpack Diga Widyaprana 2016-01-31 15:43:35 +08:00
  • f22f990f15 Expose eio, attempt to add global Diga Widyaprana 2016-01-31 15:41:40 +08:00
  • 34f79d303c Merge pull request #8 from whattokingu/queryStringFix whattokingu 2016-01-31 15:34:58 +08:00
  • 9fa6b1c6d2 update tests Zheng Weihan 2016-01-31 15:33:16 +08:00
  • 3290bb43f1 move encoding of query string to lookup function. handles passing of query via query strings add tests for functionality Zheng Weihan 2016-01-31 15:29:49 +08:00
  • 242d2b651f added gulp help, modularise task code Yijin 2016-01-31 15:06:46 +08:00
  • 356fe46528 eslint added to gulp build Yijin 2016-01-31 15:02:58 +08:00
  • b878cdbed2 Revert "rebuild client." Zheng Weihan 2016-01-31 14:45:44 +08:00
  • 08e44f3ae4 fix bug and passes tests Zheng Weihan 2016-01-31 14:45:20 +08:00
  • 526329995c Merge pull request #7 from whattokingu/queryStringFix whattokingu 2016-01-31 14:25:24 +08:00
  • 8d44b7a938 pass query as Socket property rather than as function params to simplify flow and handle complex event flow. Zheng Weihan 2016-01-31 14:24:38 +08:00
  • 96564a8a2c fixed babel missing preset Yijin 2016-01-31 13:15:42 +08:00
  • 6d3e85fb2a Merge pull request #6 from whattokingu/queryStringFix whattokingu 2016-01-31 13:07:59 +08:00
  • a8903672c9 removed babel task from gulp Zhu Liang 2016-01-31 13:05:15 +08:00
  • 74aff2647e rebuild client. Zheng Weihan 2016-01-31 13:05:10 +08:00
  • dc10f525b3 inlined .babelrc settings into gulpfile Yijin 2016-01-31 11:26:18 +08:00
  • b31f21741e Remove babelrc file and move the settings inline to gulpfile.js Michael Limantara 2016-01-31 11:24:53 +08:00
  • abcedf53ec Merge pull request #6 from whattokingu/queryStringFix whattokingu 2016-01-31 11:23:02 +08:00
  • 24456fdcbe Merge branch 'master' into queryStringFix Zheng Weihan 2016-01-31 11:21:30 +08:00
  • 017d04cf24 Merge pull request #5 from whattokingu/queryStringFix whattokingu 2016-01-31 11:18:38 +08:00
  • fcb176b1d5 Merge commit '5fe7373610ef92de0d34b44d503c22cab5712c8d' into queryStringFix Zheng Weihan 2016-01-31 11:15:47 +08:00
  • 380fe6ef9c see prev commit Yijin 2016-01-31 10:36:14 +08:00
  • 3eb429b71d removed dynamic dep versions Yijin 2016-01-31 10:32:26 +08:00
  • eb2c3fca5e Merge pull request #4 from whattokingu/gulp-build whattokingu 2016-01-31 10:20:30 +08:00
  • ee72188f6d remove dynamic dependencies. Zheng Weihan 2016-01-31 10:18:14 +08:00
  • 25116ab179 test node 5 (stable) Pedro Narciso García Revington 2016-01-30 21:53:04 +01:00
  • f85b7e2c85 merge gulp into webpack Yijin 2016-01-30 14:16:15 +08:00
  • fad7e5b450 Merge remote-tracking branch 'remotes/origin/webpack' into gulp Yijin 2016-01-30 14:02:42 +08:00
  • 9079369603 cleaned up gulpfile testing for zuul Yijin 2016-01-30 14:01:44 +08:00
  • 4d155e7efd updated npm test script Yijin 2016-01-30 13:38:50 +08:00
  • d0c56ccea5 Merge pull request #3 from whattokingu/gulp-build whattokingu 2016-01-30 13:38:22 +08:00
  • fe3837c9f6 change npm test in package to use gulp instead of make Zheng Weihan 2016-01-30 13:37:44 +08:00
  • b68b5deb8c capture test-zuul output to console Yijin 2016-01-30 13:35:42 +08:00
  • fdef60a24e added new task to run zuul. added a test function to replicate the same task in makefile. Zheng Weihan 2016-01-30 13:29:34 +08:00
  • a116d52e30 updated express version to express 4 Zhu Liang 2016-01-30 11:57:31 +08:00
  • cecf5f127e Merge pull request #5 from whattokingu/documentation whattokingu 2016-01-30 11:31:11 +08:00
  • 1c467e15e6 Issue #2400, added documentation Zheng Weihan 2016-01-30 11:28:40 +08:00
  • a110542563 Merge pull request #4 from whattokingu/queryStringFix whattokingu 2016-01-30 10:16:19 +08:00
  • 35ad21f785 Merge pull request #2 from whattokingu/queryStringFix whattokingu 2016-01-30 10:12:08 +08:00
  • aad48e7c49 disable compact by default, enabled browserify Zhu Liang 2016-01-30 10:03:36 +08:00
  • e209f5942c Rename webpack output file Diga Widyaprana 2016-01-30 10:01:03 +08:00
  • 3ddacd9fc1 Swap the order of babel and webpack Michael Limantara 2016-01-30 09:58:33 +08:00
  • 57e94f8e2a disable compact by default Zhu Liang 2016-01-30 09:55:06 +08:00
  • ad8b6e2784 Merge branch 'webpack' of github.com:nus-fboa2016-si/engine.io-client into webpack Zhu Liang 2016-01-30 09:51:07 +08:00
  • 13331c5901 Add build-webpack to build with webpack Diga Widyaprana 2016-01-30 09:50:33 +08:00
  • 7d55724468 refactor parsing of URL in CONNECT packet to use 'url' library. Zheng Weihan 2016-01-30 09:47:28 +08:00
  • f59dfb9516 Merge remote-tracking branch 'origin/gulp' into webpack Diga Widyaprana 2016-01-29 20:21:23 +08:00
  • aa2e57acc7 Avoid memory leaks by remove event arrays Ben Ripkens 2016-01-29 11:14:04 +01:00
  • 1d84c55743 fix to issue #331 on socket.o-client. Parses CONNECT packet for query string and replaces query in socket.handshake. Zheng Weihan 2016-01-28 14:40:05 +08:00
  • 75467cd069 Issue #331, attach query string to CONNECT packets for secondary namespaces. Zheng Weihan 2016-01-28 14:34:00 +08:00
  • 90c3f45abb finish base gulp file Yijin 2016-01-28 13:47:59 +08:00
  • 61d3d1dc03 Merge branch 'babel' into webpack Diga Widyaprana 2016-01-28 13:30:18 +08:00
  • 1980cf9926 added gulp-babel dependency Zhu Liang 2016-01-28 13:29:33 +08:00
  • 0fc23f175c Integrate webpack and babel in gulpfile.js and change gulp task to build-webpack Michael Limantara 2016-01-28 13:23:50 +08:00
  • 46ae3e601e Remove webpack to devDependencies instead Diga Widyaprana 2016-01-28 13:14:39 +08:00
  • 01b5279c4a Merge branch 'babel' into webpack Michael Limantara 2016-01-28 13:09:08 +08:00
  • 3c98132c06 Rearrange package.json to minimize diff Diga Widyaprana 2016-01-28 12:54:21 +08:00
  • 141b9e80e9 merged fixed package.json Merge branch 'gulp' into babel Zhu Liang 2016-01-28 12:49:15 +08:00
  • 951a5c9502 added babel Zhu Liang 2016-01-28 12:47:28 +08:00
  • 85d1ff2a69 Make build using webpack instead of browserify Diga Widyaprana 2016-01-24 23:37:10 +08:00
  • 2587782443 Test build is done using webpack instead of browserify Diga Widyaprana 2016-01-24 23:34:08 +08:00
  • cd06f4c043 Add webpack to package.json Diga Widyaprana 2016-01-23 14:36:51 +08:00
  • bb2d7059bf fix parsing error from comment Yijin 2016-01-28 12:44:50 +08:00
  • 045e46c4b4 Merge branch 'gulp' into babel Zhu Liang 2016-01-28 12:32:14 +08:00
  • 4f11a97166 added babel config file Zhu Liang 2016-01-28 12:32:10 +08:00
  • b9cbe1c52c Merge pull request #1 from YijinL/gulp Leow Yijin 2016-01-28 12:30:44 +08:00
  • 41ab0b4ccd left with zuul and istanbul undone Yijin 2016-01-28 00:59:18 +08:00
  • 720e3b3048 test zuul task completed Yijin 2016-01-28 00:36:05 +08:00
  • fdac5f8b8b modified npm test script to use local gulp command Yijin 2016-01-27 23:55:03 +08:00
  • 651c5105a0 added 'gulp test' multiplexing for node testing Yijin 2016-01-27 23:40:04 +08:00
  • 8f7f63185b gulp node-test completed Yijin 2016-01-27 23:21:47 +08:00
  • a7fa1485a3 gulp automatic rebuild added ('gulp watch') Yijin 2016-01-27 22:49:30 +08:00
  • e630de5c29 gulp production build; output file matched with old make output Yijin 2016-01-27 22:47:50 +08:00
  • 5fe7373610 Release 1.4.5 Guillermo Rauch 2016-01-26 13:26:17 -08:00
  • b3fc530abe Release 1.4.5 1.4.5 Guillermo Rauch 2016-01-26 13:26:17 -08:00
  • d0dfa54dcb package: bump engine.io Guillermo Rauch 2016-01-26 10:42:41 -08:00
  • 4ccc34bce7 package: bump engine.io-client Guillermo Rauch 2016-01-26 10:42:20 -08:00
  • 94127a3465 added babel integration Zhu Liang 2016-01-26 16:16:50 +08:00
  • b3d5f434aa Merge branch 'babel' of github.com:nus-fboa2016-si/socket.io-client into babel Zhu Liang 2016-01-26 16:11:27 +08:00
  • 3799b60d5b added babel integration using browserify API Zhu Liang 2016-01-21 17:50:57 +08:00
  • 692f18c4ab Release 1.6.8 Guillermo Rauch 2016-01-25 11:14:43 -08:00
  • 83bee03bbb Release 1.6.8 Guillermo Rauch 2016-01-25 11:14:40 -08:00
  • 97591f6d6e Add gulp task for webpack Michael Limantara 2016-01-25 18:59:36 +08:00
  • d6492d234e Add webpack stream to package.json Michael Limantara 2016-01-25 18:49:25 +08:00
  • aa87907675 Merge pull request #1 from whattokingu/gulp-build whattokingu 2016-01-25 11:44:49 +08:00
  • 1abf879d01 add test-cov task to gulp Zheng Weihan 2016-01-25 00:04:22 +08:00
  • 9d1e8bce57 Make build using webpack instead of browserify Diga Widyaprana 2016-01-24 23:37:10 +08:00
  • cedade938c Test build is done using webpack instead of browserify Diga Widyaprana 2016-01-24 23:34:08 +08:00
  • c9c93441f2 gulp build system. Implemented gulp for build and test-node. Zheng Weihan 2016-01-24 16:47:07 +08:00