mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
5.0 KiB
5.0 KiB
0.6.2 / 2013-06-15
- transports: improve polling orderly close (fixes #164)
- socket: ignore further transport communication upon
onClose - socket: added missing
socket#onerrorsupport - socket: don't call
socket#oncloseif previous state was notopen - transports: fix iOS5 crash issue
- Makefile: extra precaution when building to avoid 0.6.0 build problem
0.6.1 / 2013-06-06
- engine.io: fixed build
0.6.0 / 2013-05-31
- does not emit close on incorrect socket connection
- use indexof component for ie8 and below
- improved x-domain handling
- introduce public
pingapi - added drain event
- fix
flushandflushCompleteevents - fixed
drainbug splicing with upgrading - add support for callbacks with socket.send()
0.5.0 / 2013-03-16
- socket: implement qs support for
string - added query.EIO to take protocol version from parser
- use istanbul for code coverage
- integrated engine.io-protocol 0.3.0
- updated ws
- fixed JSONPPolling iframe removal error
- changed error message to match xhr error message on jsonp transport script tag
- Added onerror handler for script tag in jsonp transport
- remove uid qs
- Added missing colon in payload. Thanks @lsm
0.4.3 / 2013-02-08
- package: removed unusued
parser.js
0.4.2 / 2013-02-08
- polling-jsonp: fix ie6 JSONP on SSL
- close also if socket.readyState is on "opening"
- parser.js: removed the file package.json: added the engine.io-parser dependency everything else: switched to engine.io-parser
- fix "TypeError: Object #