Skip to content

Commit 3367eaa

Browse files
[chore] Release 2.0.0
1 parent 6c0705f commit 3367eaa

File tree

2 files changed

+51
-2
lines changed

2 files changed

+51
-2
lines changed

History.md

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

2+
2.0.0 / 2017-05-09
3+
===================
4+
5+
* [feat] Move binary detection to the parser (#2923)
6+
* [feat] Allow to join several rooms at once (#2879)
7+
* [feat] Merge Engine.IO and Socket.IO handshake packets (#2833)
8+
* [feat] Allow the use of custom parsers (#2829)
9+
10+
* [fix] Use path.resolve by default and require.resolve as a fallback (#2797)
11+
* [fix] Properly close the connection on error (#2681)
12+
* [fix] Prevent null from being accepted as argument (#2606)
13+
14+
* [perf] Use shared instance of the encoder (#2825)
15+
* [perf] Reset properties instead of deleting them (#2826)
16+
* [perf] micro-optimisations (#2793)
17+
18+
* [chore] Merge history of 1.7.x and 0.9.x branches (#2930)
19+
* [chore] Added backers and sponsors on the README (#2933)
20+
* [chore] Bump dependencies (#2926)
21+
* [chore] Bump socket.io-adapter to version 1.0.0 (#2867)
22+
* [chore] Bump engine.io to version 2.0.2 (#2864)
23+
* [chore] Bump engine.io to version 2.0.0 (#2832)
24+
* [chore] Update issue template with fiddle (#2811)
25+
* [chore] Update copyright year LICENSE to 2017 (#2803)
26+
27+
* [docs] Add an example of custom parser (#2929)
28+
* [docs] Replace non-breaking space with proper whitespace (#2913)
29+
* [docs] Update emit cheatsheet (#2906)
30+
* [docs] Explicitly document that Server extends EventEmitter (#2874)
31+
* [docs] Add server.engine.generateId attribute (#2880)
32+
* [docs] Fix wrong space character in README (#2900)
33+
* [docs] Fix documentation for 'connect' event (#2898)
34+
* [docs] Add webpack build example (#2828)
35+
* [docs] Update the wording to match the code example (#2853)
36+
* [docs] Small addition to the Express Readme Part (#2846)
37+
* [docs] Add a 'Features' section in the README (#2824)
38+
* [docs] Add httpd cluster example (#2819)
39+
* [docs] Add haproxy cluster example (#2818)
40+
* [docs] Add nginx cluster example (#2817)
41+
* [docs] Implement whiteboard example (#2810)
42+
* [docs] Fix documentation for `local` flag (#2816)
43+
* [docs] Add emit cheatsheet (#2815)
44+
* [docs] Add pingInterval/pingTimeout/transports options in the API documentation (#2814)
45+
* [docs] Add an example for socket.join() method (#2813)
46+
* [docs] Fix a typo on `clients` method in the API documentation (#2812)
47+
* [docs] Fix wrong argument name in API.md (#2802)
48+
* [docs] Add install script on Readme.md (#2780)
49+
* [docs] API documentation (#2784)
50+
251
1.7.4 / 2017-05-07
352
===================
453

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.7.2",
3+
"version": "2.0.0",
44
"description": "node.js realtime framework server",
55
"keywords": [
66
"realtime",
@@ -28,7 +28,7 @@
2828
"engine.io": "~3.1.0",
2929
"object-assign": "~4.1.1",
3030
"socket.io-adapter": "~1.1.0",
31-
"socket.io-client": "socketio/socket.io-client",
31+
"socket.io-client": "2.0.0",
3232
"socket.io-parser": "~3.1.1"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)