Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4a0091b

Browse files
committed
Release 1.2.0
1 parent a1bf85b commit 4a0091b

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

History.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11

2+
1.2.0 / 2014-10-27
3+
==================
4+
5+
* package: bump `engine.io`
6+
* downloads badge
7+
* add test to check that empty rooms are autopruned
8+
* added Server#origins(v:Function) description for dynamic CORS
9+
* added test coverage for Server#origins(function) for dynamic CORS
10+
* added optional Server#origins(function) for dynamic CORS
11+
* fix usage example for Server#close
12+
* package: fix main file for example application 'chat'
13+
* package: bump `socket.io-parser`
14+
* update README http ctor to createServer()
15+
* bump adapter with a lot of fixes for room bookkeeping
16+
217
1.1.0 / 2014-09-04
318
==================
419

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "node.js realtime framework server",
55
"keywords": [
66
"realtime",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"engine.io": "1.4.2",
2323
"socket.io-parser": "2.2.2",
24-
"socket.io-client": "Automattic/socket.io-client#e8e6da",
24+
"socket.io-client": "1.2.0",
2525
"socket.io-adapter": "0.3.1",
2626
"has-binary-data": "0.1.3",
2727
"debug": "0.7.4"

0 commit comments

Comments
 (0)