- Bumped client
- Added WebWorker support.
- Fixed swfobject and web_socket.js to not assume window.
- Fixed CORS detection for webworker.
- Fix
defer
for webkit in a webworker. - Fixed io.util.request to not rely on window.
- FIxed; use global instead of window and dont rely on document.
- Fixed; JSON-P handshake if CORS is not available.
- Made underlying Transport disconnection trigger immediate socket.io disconnect.
- Fixed warning when compressing with Google Closure Compiler.
- Fixed builder's uglify utf-8 support.
- Added workaround for loading indicator in FF jsonp-polling. [3rd-Eden]
- Fixed host discovery lookup. [holic]
- Fixed close timeout when disconnected/reconnecting. [jscharlach]
- Fixed jsonp-polling feature detection.
- Fixed jsonp-polling client POSTing of \n.
- Fixed test runner on IE6/7
- Bumped client
- Corrected build
- Fixed
\n
parsing for non-JSON packets. - Fixed; make Socket.IO XHTML doctype compatible (fixes #460 from server)
- Fixed support for Node.JS running
socket.io-client
. - Updated repository name in
package.json
. - Added support for different policy file ports without having to port forward 843 on the server side [3rd-Eden]
- Fixed flashsocket detection.
- Bump version.
- Added MozWebSocket support (hybi-10 doesn't require API changes) [einaros].
- Corrected previous release (missing build).
- Fix for failing fallback in websockets
- Added check on
Socket#onConnect
to prevent doubleconnect
events on the main manager. - Fixed socket namespace connect test. Remove broken alternative namespace connect test.
- Removed test handler for removed test.
- Bumped version to match
socket.io
server.
- Added querystring support for
connect
[3rd-Eden] - Added partial Node.JS transports support [3rd-Eden, josephg]
- Fixed builder test.
- Changed
util.inherit
to replicate Object.create / proto. - Changed and cleaned up some acceptance tests.
- Fixed race condition with a test that could not be run multiple times.
- Added test for encoding a payload.
- Added the ability to override the transport to use in acceptance test [3rd-Eden]
- Fixed multiple connect packets [DanielBaulig]
- Fixed jsonp-polling over-buffering [3rd-Eden]
- Fixed ascii preservation in minified socket.io client [3rd-Eden]
- Fixed socket.io in situations where the page is not served through utf8.
- Fixed namespaces not reconnecting after disconnect [3rd-Eden]
- Fixed default port for secure connections.
- Added
SocketNamespace#of
shortcut. [3rd-Eden] - Fixed a IE payload decoding bug. [3rd-Eden]
- Honor document protocol, unless overriden. [dvv]
- Fixed new builder dependencies. [3rd-Eden]
- Fixed; acks don't depend on arity. They're automatic for
.send
and callback based for.emit
. [dvv] - Added support for sub-sockets authorization. [3rd-Eden]
- Added BC support for
new io.connect
. [fat] - Fixed double
connect
events. [3rd-Eden] - Fixed reconnection with jsonp-polling maintaining old sessionid. [franck34]
- Added
noop
message type.
- Bumped socket.io dependency version for acceptance tests.