mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
866 B
866 B
1.0.2 / 2014-03-16
- fix binary for android due to a bug in Blob XHR2 implementation [Rase-]
1.0.1 / 2014-03-06
- implement
blobmodule to simplify code - bump
arraybuffer.slice - style fixes
1.0.0 / 2014-02-18
- parser: added binary encoding [Rase-]
- parser: switched to an async interface [Rase-]
0.3.0 / 2013-03-16
- parser: if callback returns
falseignore rest of payload - test: fixed all broken tests
0.2.1 / 2013-03-16
- added protocol version to index.js [albertyfwu]
0.2.0 / 2013-02-26
- Changed
decodePayloadto use a callback instead of returning an array [sweetieSong, albertyfwu]
0.1.1 / 2013-01-26
- package.json fixes
0.1.0 / 2013-01-19
- Initial release