|
1 | 1 |
|
| 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 | + |
2 | 51 | 1.7.4 / 2017-05-07 |
3 | 52 | =================== |
4 | 53 |
|
|
0 commit comments