We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50bcedd commit 2af2c18Copy full SHA for 2af2c18
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### 0.1.3 / 2017-11-11
2
+
3
+* Accept extension names and parameters including uppercase letters
4
+* Handle extension names that clash with `Object.prototype` properties
5
6
### 0.1.2 / 2017-09-10
7
8
* Catch synchronous exceptions thrown when calling an extension
package.json
@@ -5,7 +5,7 @@
, "keywords" : ["websocket"]
, "license" : "MIT"
-, "version" : "0.1.2"
+, "version" : "0.1.3"
9
, "engines" : { "node": ">=0.8.0" }
10
, "files" : ["lib"]
11
, "main" : "./lib/websocket_extensions"
0 commit comments