Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2d211f3

Browse filesBrowse files
committed
Change markdown formatting of docs.
1 parent 0b62083 commit 2d211f3
Copy full SHA for 2d211f3

File tree

Expand file treeCollapse file tree

2 files changed

+10
-10
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+10
-10
lines changed

‎CHANGELOG.md

Copy file name to clipboard
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
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

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.