- Added querystring support for
connect[3rd-Eden] - Added partial Node.JS transports support [3rd-Eden, josephg]
- Fixed builder test.
- Changed
util.inheritto 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#ofshortcut. [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
.sendand callback based for.emit. [dvv] - Added support for sub-sockets authorization. [3rd-Eden]
- Added BC support for
new io.connect. [fat] - Fixed double
connectevents. [3rd-Eden] - Fixed reconnection with jsonp-polling maintaining old sessionid. [franck34]
- Added
noopmessage type.
- Bumped socket.io dependency version for acceptance tests.