File tree Expand file tree Collapse file tree 2 files changed +32
-2
lines changed
Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 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+
2321.0.6 / 2014-06-19
333==================
434
Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments