File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
### 0.1.3 / 2017-11-11
2
2
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
5
5
6
6
### 0.1.2 / 2017-09-10
7
7
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
10
10
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
12
12
produces an error never finishes being processed
13
13
14
14
### 0.1.1 / 2015-02-19
15
15
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
18
18
to close the socket
19
19
20
20
### 0.1.0 / 2014-12-12
21
21
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.
327
327
328
328
## Examples
329
329
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