Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Oct 27, 2014
1 parent a1bf85b commit 4a0091b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@

1.2.0 / 2014-10-27
==================

* package: bump `engine.io`
* downloads badge
* add test to check that empty rooms are autopruned
* added Server#origins(v:Function) description for dynamic CORS
* added test coverage for Server#origins(function) for dynamic CORS
* added optional Server#origins(function) for dynamic CORS
* fix usage example for Server#close
* package: fix main file for example application 'chat'
* package: bump `socket.io-parser`
* update README http ctor to createServer()
* bump adapter with a lot of fixes for room bookkeeping

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

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",
"version": "1.1.0",
"version": "1.2.0",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"engine.io": "1.4.2",
"socket.io-parser": "2.2.2",
"socket.io-client": "Automattic/socket.io-client#e8e6da",
"socket.io-client": "1.2.0",
"socket.io-adapter": "0.3.1",
"has-binary-data": "0.1.3",
"debug": "0.7.4"
Expand Down

0 comments on commit 4a0091b

Please sign in to comment.