Skip to content

Commit 1648337

Browse files
committed
Release 1.1.0
1 parent ec305bd commit 1648337

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

History.md

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

2+
1.1.0 / 2014-09-04
3+
==================
4+
5+
* examples: minor fix of escaping
6+
* testing for equivalence of namespaces starting with / or without
7+
* update index.js
8+
* added relevant tests
9+
* take "" and "/" as equivalent namespaces on server
10+
* use svg instead of png to get better image quality in readme
11+
* make CI build faster
12+
* fix splice arguments and `socket.rooms` value update in `socket.leaveAll`.
13+
* client cannot connect to non-existing namespaces
14+
* bump engine.io version to get the cached IP address
15+
* fixed handshake object address property and made the test case more strict.
16+
* package: bump `engine.io`
17+
* fixed the failing test where server crashes on disconnect involving connectBuffer
18+
* npmignore: ignore `.gitignore` (fixes #1607)
19+
* test: added failing case for `socket.disconnect` and nsps
20+
* fix repo in package.json
21+
* improve Close documentation
22+
* use ephemeral ports
23+
* fix: We should use the standard http protocol to handler the etag header.
24+
* override default browser font-family for inputs
25+
* update has-binary-data to 1.0.3
26+
* add close specs
27+
* add ability to stop the http server even if not created inside socket.io
28+
* make sure server gets close
29+
* Add test case for checking that reconnect_failed is fired only once upon failure
30+
* package: bump `socket.io-parser` for `component-emitter` dep fix
31+
232
1.0.6 / 2014-06-19
333
==================
434

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.0.6",
3+
"version": "1.1.0",
44
"description": "node.js realtime framework server",
55
"keywords": [
66
"realtime",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"engine.io": "1.4.0",
2323
"socket.io-parser": "2.2.1",
24-
"socket.io-client": "Automattic/socket.io-client#90f5bf",
24+
"socket.io-client": "1.1.0",
2525
"socket.io-adapter": "0.2.0",
2626
"has-binary-data": "0.1.3",
2727
"debug": "0.7.4"

0 commit comments

Comments
 (0)