Files
socket.io/History.md
Guillermo Rauch 7a35178eff Release 0.6.2
2013-06-15 16:39:56 -07:00

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#onerror support
  • socket: don't call socket#onclose if previous state was not open
  • 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 ping api
  • added drain event
  • fix flush and flushComplete events
  • fixed drain bug 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 #