Skip to content

Commit

Permalink
Release 1.0.0-pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Apr 28, 2014
1 parent 0f127d2 commit 9720c76
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions History.md
@@ -1,4 +1,18 @@

1.0.0-pre2 / 2014-04-27
=======================

* package: bump `engine.io`
* added backwards compatible of engine.io maxHttpBufferSize
* added test that server and client using same protocol
* added support for setting allowed origins
* added information about logging
* the set function in server can be used to set some attributes for BC
* fix error in callback call 'done' instead of 'next' in docs
* package: bump `socket.io-parser`
* package: bump `expect.js`
* added some new tests, including binary with acks

1.0.0-pre / 2014-03-14
======================

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "socket.io",
"version": "1.0.0-pre",
"version": "1.0.0-pre2",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"engine.io": "1.1.0",
"socket.io-parser": "2.1.3",
"socket.io-client": "LearnBoost/socket.io-client#bf3882",
"socket.io-client": "1.0.0-pre2",
"socket.io-adapter": "0.2.0",
"has-binary-data": "0.1.0",
"debug": "0.7.4"
Expand Down

0 comments on commit 9720c76

Please sign in to comment.