File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11### 0.1.3 / 2017-11-11
22
3- * Accept extension names and parameters including uppercase letters
4- * Handle extension names that clash with ` Object.prototype ` properties
3+ - Accept extension names and parameters including uppercase letters
4+ - Handle extension names that clash with ` Object.prototype ` properties
55
66### 0.1.2 / 2017-09-10
77
8- * Catch synchronous exceptions thrown when calling an extension
9- * Fix race condition caused when a message is pushed after a cell has stopped
8+ - Catch synchronous exceptions thrown when calling an extension
9+ - Fix race condition caused when a message is pushed after a cell has stopped
1010 due to an error
11- * Fix failure of ` close() ` to return if a message that's queued after one that
11+ - Fix failure of ` close() ` to return if a message that's queued after one that
1212 produces an error never finishes being processed
1313
1414### 0.1.1 / 2015-02-19
1515
16- * Prevent sessions being closed before they have finished processing messages
17- * Add a callback to ` Extensions.close() ` so the caller can tell when it's safe
16+ - Prevent sessions being closed before they have finished processing messages
17+ - Add a callback to ` Extensions.close() ` so the caller can tell when it's safe
1818 to close the socket
1919
2020### 0.1.0 / 2014-12-12
2121
22- * Initial release
22+ - Initial release
Original file line number Diff line number Diff line change @@ -327,5 +327,5 @@ the session to release any resources it's using.
327327
328328## Examples
329329
330- * Consumer: [ websocket-driver] ( https://github.com/faye/websocket-driver-node )
331- * Provider: [ permessage-deflate] ( https://github.com/faye/permessage-deflate-node )
330+ - Consumer: [ websocket-driver] ( https://github.com/faye/websocket-driver-node )
331+ - Provider: [ permessage-deflate] ( https://github.com/faye/permessage-deflate-node )
You can’t perform that action at this time.
0 commit comments