* no change on this release * package: bump `engine.io-client` to not depend on `git(1)` for a dep
1.3.0
==================
* package: bump `engine.io-client` * added `socket.id` property pointing to session id [rase-] * fix url parsing when uri string is undefined [defunctzombie] * implemented `backo` for exponential backoff with randomization [mokesmokes] * reset reconnection attempts state after a successul connection [mokesmokes]
1.2.1
==================
* package: bump `engine.io-client` * README: fixes to prevent duplicate events [nkzawa] * fix reconnection after reconnecting manually [nkzawa] * make ACK callbacks idempotent [thexeos] * package: bump `uglify-js`
1.2.0
==================
* bump `engine.io-client`. * set `readyState` before engine.io close event * fix reconnection after reconnecting manually * enable to stop reconnecting * downloads badge * support no schema relative url * enable to reconnect manually
1.1.0
==================
* socket: fix in `has-binary` * package: bump `socket.io-parser` * package: bump `engine.io-client` * further increase test timeout. * double to singly quotes in tests. * extend timeout and remember to close everything in each test case * fix travis * add travis + zuul matrix * use svg instead of png to get better image quality in readme * make CI build faster * removed unnecessary code from try block. Only decode packet is needed. * package: bump `browserify` * package: bump `engine.io-client` * fix autoConnect option * npmignore: ignore `.gitignore` * package: update `browserify` * don't fire an extra reconnect when we're not reconnecting after a failed initial connect attempt * package: bump `socket.io-parser` for `component-emitter` dep fix * updated tests to reflect `autoConnect` option * add `autoConnect` option to wait with connecting