Commit Graph

1665 Commits

Author SHA1 Message Date
Yijin
b68b5deb8c capture test-zuul output to console 2016-01-30 13:35:42 +08:00
Diga Widyaprana
e209f5942c Rename webpack output file 2016-01-30 10:01:03 +08:00
Zhu Liang
57e94f8e2a disable compact by default 2016-01-30 09:55:06 +08:00
Zhu Liang
ad8b6e2784 Merge branch 'webpack' of github.com:nus-fboa2016-si/engine.io-client into webpack 2016-01-30 09:51:07 +08:00
Diga Widyaprana
13331c5901 Add build-webpack to build with webpack 2016-01-30 09:50:33 +08:00
Diga Widyaprana
f59dfb9516 Merge remote-tracking branch 'origin/gulp' into webpack
Conflicts:
	gulpfile.js
2016-01-29 20:21:23 +08:00
Yijin
90c3f45abb finish base gulp file 2016-01-28 13:47:59 +08:00
Diga Widyaprana
61d3d1dc03 Merge branch 'babel' into webpack 2016-01-28 13:30:18 +08:00
Zhu Liang
1980cf9926 added gulp-babel dependency 2016-01-28 13:29:33 +08:00
Diga Widyaprana
46ae3e601e Remove webpack to devDependencies instead 2016-01-28 13:14:39 +08:00
Diga Widyaprana
3c98132c06 Rearrange package.json to minimize diff 2016-01-28 12:54:21 +08:00
Zhu Liang
141b9e80e9 merged fixed package.json
Merge branch 'gulp' into babel
2016-01-28 12:49:15 +08:00
Zhu Liang
951a5c9502 added babel 2016-01-28 12:47:28 +08:00
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
Yijin
bb2d7059bf fix parsing error from comment 2016-01-28 12:44:50 +08:00
Zhu Liang
045e46c4b4 Merge branch 'gulp' into babel 2016-01-28 12:32:14 +08:00
Zhu Liang
4f11a97166 added babel config file 2016-01-28 12:32:10 +08:00
Leow Yijin
b9cbe1c52c Merge pull request #1 from YijinL/gulp
Gulp
2016-01-28 12:30:44 +08:00
Yijin
41ab0b4ccd left with zuul and istanbul undone 2016-01-28 00:59:18 +08:00
Yijin
720e3b3048 test zuul task completed 2016-01-28 00:36:05 +08:00
Yijin
fdac5f8b8b modified npm test script to use local gulp command 2016-01-27 23:55:03 +08:00
Yijin
651c5105a0 added 'gulp test' multiplexing for node testing 2016-01-27 23:40:04 +08:00
Yijin
8f7f63185b gulp node-test completed 2016-01-27 23:21:47 +08:00
Yijin
a7fa1485a3 gulp automatic rebuild added ('gulp watch') 2016-01-27 22:49:30 +08:00
Yijin
e630de5c29 gulp production build; output file matched with old make output 2016-01-27 22:47:50 +08:00
Guillermo Rauch
692f18c4ab Release 1.6.8 2016-01-25 11:14:43 -08:00
Diga Widyaprana
9d1e8bce57 Make build using webpack instead of browserify 2016-01-24 23:37:10 +08:00
Diga Widyaprana
cedade938c Test build is done using webpack instead of browserify 2016-01-24 23:34:08 +08:00
Diga Widyaprana
8da4d71703 Add webpack to package.json 2016-01-23 15:01:16 +08:00
Zhu Liang
cad715ca7f added babel integration using browserify API 2016-01-21 18:03:39 +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