Skip to content

Commit

Permalink
Change markdown formatting of docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed May 29, 2019
1 parent 0b62083 commit 2d211f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
### 0.1.3 / 2017-11-11

* Accept extension names and parameters including uppercase letters
* Handle extension names that clash with `Object.prototype` properties
- Accept extension names and parameters including uppercase letters
- Handle extension names that clash with `Object.prototype` properties

### 0.1.2 / 2017-09-10

* Catch synchronous exceptions thrown when calling an extension
* Fix race condition caused when a message is pushed after a cell has stopped
- Catch synchronous exceptions thrown when calling an extension
- Fix race condition caused when a message is pushed after a cell has stopped
due to an error
* Fix failure of `close()` to return if a message that's queued after one that
- Fix failure of `close()` to return if a message that's queued after one that
produces an error never finishes being processed

### 0.1.1 / 2015-02-19

* Prevent sessions being closed before they have finished processing messages
* Add a callback to `Extensions.close()` so the caller can tell when it's safe
- Prevent sessions being closed before they have finished processing messages
- Add a callback to `Extensions.close()` so the caller can tell when it's safe
to close the socket

### 0.1.0 / 2014-12-12

* Initial release
- Initial release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,5 +327,5 @@ the session to release any resources it's using.

## Examples

* Consumer: [websocket-driver](https://github.com/faye/websocket-driver-node)
* Provider: [permessage-deflate](https://github.com/faye/permessage-deflate-node)
- Consumer: [websocket-driver](https://github.com/faye/websocket-driver-node)
- Provider: [permessage-deflate](https://github.com/faye/permessage-deflate-node)

0 comments on commit 2d211f3

Please sign in to comment.