mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
6.1 KiB
6.1 KiB
0.8.0 / 2014-01-05
- package: bump
engine.io-clientto0.8.0 - test: fix syntax, remove globals
0.7.14 / 2014-01-01
- package: bump
engine.io-clientto0.7.14
0.7.13 / 2013-12-20
- package: bump
engine.io-client - transports: added support for XSS filters on IE [guille, 3rd-eden]
0.7.12 / 2013-11-11
- package: bump
engine.io-client
0.7.11 / 2013-11-06
- package: bump engine.io-client
- fix GH-198
0.7.10 / 2013-10-28
- package: bump
engine.io-client - package: update "ws" to v0.4.31
0.7.9 / 2013-08-30
- package: bump
engine.io-client
0.7.8 / 2013-08-30
- package: bump
engine.io-client - package: bump ws
0.7.7 / 2013-08-30
- package: bump
engine.io-client
0.7.6 / 2013-08-30
- package: bump engine.io-client
0.7.5 / 2013-08-30
- package: bump engine.io-client
0.7.4 / 2013-08-25
- package: bump
engine.io-client
0.7.3 / 2013-08-23
- package: bump engine.io-client (noop)
- package: fix regresison in upgrade cause by ws update
0.7.2 / 2013-08-23
- package: bump
engine.io-clientforWebSocketbrowser fix
0.7.1 / 2013-08-23
- package: bump engine.io-client for ws fix
0.7.0 / 2013-08-23
- package: bump engine.io-client
- updated example
- inline merge
- added support node version 0.10 to .travis.yml
- fixed respond to flash policy request test. Closes #184
- fixed upgrade with timeout test. Closes #185
- engine.io: don't use proto, closes #170
0.6.3 / 2013-06-21
- package: bumped
engine.io-clientto0.6.3
0.6.2 / 2013-06-15
- fix upgrade stalling edge case introduced with #174 fix
- remove unneeded client code related to iOS
- added test for
engine.io-client0.6.1
0.6.1 / 2013-06-06
- package: bumped
engine.io-clientto0.6.1
0.6.0 / 2013-05-31
- socket: clear timer after sending one noop packet (fixes #174)
- clear all timers on socket close
- sending error on transport creation upon a bad request
- added test for client-side buffer cleanup
- changed flushComplete to flush
- ended support for node 0.6
0.5.0 / 2013-03-16
- polling: implemented new parser
- test writeBuffer isn't cleared onError, removed 'closing' check in .flush()
- fixed bug89 and added tests: writeBuffer not flushed until nextTick
0.4.3 / 2013-02-08
- package: bumped
engine.io-clientto0.4.3
0.4.2 / 2013-02-08
- Only end upgrade socket connections if unhandled
- Fix websocket dependency
- Close socket if upgrade is received and socket.readyState != open
0.4.1 / 2013-01-18
- package: bumped versions
- Fixed bugs in previous send callback fix and updated test cases
- Added a test case which makes the code before the send callback fix fail
- socket: emit
dataevent (synonym withmessage) - socket: added
Socket#write - engine.io: cleanup
- engine.io: deprecated
resource npm docs engine.ioworks now
0.3.10 / 2012-12-03
- package: bumped
engine.io-clientwithclosefixes - add packetCreate event [jxck]
- add packet event to socket [jxck]
- transport: remove
Connectionheaders and let node handle it - server: send validation failure reason to clients
- engine: invoking as a function causes attach
- socket: reset
writeBufferbefore send
0.3.9 / 2012-10-23
- package: bumped
engine.io-client
0.3.8 / 2012-10-23
- package: bumped engine.io-client
- examples: added first example
0.3.7 / 2012-10-21
- package: bumped
engine.io-client
0.3.6 / 2012-10-21
[skipped]
0.3.5 / 2012-10-14
- package: reverted last commit - we use the parser from the client
0.3.4 / 2012-10-14
- package:
engine.io-clientmoved todevDependencies - socket: added missing jsdoc
0.3.3 / 2012-10-10
- socket: fixed check interval clearing [joewalnes]
- transports: improved instrumentation
0.3.2 / 2012-10-08
- socket: improve check interval for upgrade
0.3.1 / 2012-10-08
- socket: faster upgrades (we perform a check immediately)
- server: don't assume sid is numeric
0.3.0 / 2012-10-04
- socket:
writeBuffernow gets sliced, and is recoverable afterclose[afshinm] - server: expect ping from client and send interval with handshake [cadorn]
- polling-jsonp: prevent client breakage with utf8 whitespace
- socket: fix
flushanddrainevents - socket: add
sendcallback [afshinm] - transport: avoid unhandled error events for stale transports
- README: documentation improvements [EugenDueck]
0.2.2 / 2012-08-26
- server: remove buffering for flash policy requests
- transport: avoid unhandled error events for stale transports (fixes #69)
- readme: documented
toStringbehavior onsend[EugenDueck]
0.2.1 / 2012-08-13
- polling-xhr: skip Keep-Alive when it's implied [EugenDueck]
- polling-jsonp: skip Keep-Alive when it's implied [EugenDueck]
- README: added plugins list with engine.io-conflation
- socket: added flush/drain events (fixes #56)
- server: avoid passing websocket to non-websocket transports (fixes #24)
0.2.0 / 2012-08-06
- Bumped client
- test: added closing connection test
- server: implemented stronger id generator with collision detection
0.1.2 / 2012-08-02
- Fixed a jsonp bug in Nokia mobile phones and potentially other UAs.
0.1.1 / 2012-08-01
- Fixed errors when a socket is closed while upgrade probe is happening.
- Improved WS error handling
- Replaced websocket.io with ws, now that it supports older drafts
- README fixes
0.1.0 / 2012-07-03
- Initial release.