Skip to content

Latest commit

 

History

History
90 lines (62 loc) · 2.31 KB

History.md

File metadata and controls

90 lines (62 loc) · 2.31 KB

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-client moved to devDependencies
  • 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: writeBuffer now gets sliced, and is recoverable after close [afshinm]
  • server: expect ping from client and send interval with handshake [cadorn]
  • polling-jsonp: prevent client breakage with utf8 whitespace
  • socket: fix flush and drain events
  • socket: add send callback [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 toString behavior on send [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.