Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Sep 4, 2014
1 parent 1a9b168 commit 09c8781
Show file tree
Hide file tree
Showing 3 changed files with 343 additions and 156 deletions.
25 changes: 25 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@

1.1.0 / 2014-09-04
==================

* 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

1.0.6 / 2014-06-19
==================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "socket.io-client",
"version": "1.0.6",
"version": "1.1.0",
"keywords": [
"realtime",
"framework",
Expand All @@ -23,7 +23,7 @@
"to-array": "0.1.3"
},
"devDependencies": {
"socket.io": "1.0.6",
"socket.io": "1.1.0",
"mocha": "1.16.2",
"zuul": "1.10.2",
"istanbul": "0.2.1",
Expand Down
Loading

0 comments on commit 09c8781

Please sign in to comment.