We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf6500 commit 7398f57Copy full SHA for 7398f57
HISTORY.md
@@ -1,3 +1,6 @@
1
+# 1.6.0
2
+* Added: `Server#close` as a short hand for `Server#socket.close`
3
+
4
# 1.5.0
5
* Added: `Connection#send` as a short hand for `Connection#sendText` or `Connection#sendBinary`, depending on the data type (string or Buffer)
6
package.json
@@ -1,6 +1,6 @@
{
"name": "nodejs-websocket",
- "version": "1.5.0",
+ "version": "1.6.0",
"author": "Sitegui <sitegui@sitegui.com.br>",
"description": "Basic server&client approach to websocket (text and binary frames)",
"main": "./index.js",
0 commit comments