Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Oct 23, 2020
1 parent e5080b9 commit 10f8758
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [3.0.0](https://github.com/darrachequesne/socket.io-msgpack-parser/compare/2.2.1...3.0.0) (2020-10-23)


### Features

* implement Socket.IO protocol v5 ([#3](https://github.com/darrachequesne/socket.io-msgpack-parser/issues/3)) ([2e72611](https://github.com/darrachequesne/socket.io-msgpack-parser/commit/2e726111437e6f744529fb00afae3afd9497e6d8))



## [2.2.1](https://github.com/darrachequesne/socket.io-msgpack-parser/compare/2.2.0...2.2.1) (2020-09-28)


Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ See also:
- the default parser: https://github.com/socketio/socket.io-parser
- a parser based on JSON.stringify/parse: https://github.com/darrachequesne/socket.io-json-parser

Compatibility table:

| Parser version | Socket.IO server version |
|----------------| ------------------------ |
| 2.x.x | 1.x.x / 2.x.x |
| 3.x.x | 3.x.x |

## Usage

```js
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "socket.io-msgpack-parser",
"version": "2.2.1",
"version": "3.0.0",
"description": "socket.io parser based on msgpack",
"main": "index",
"dependencies": {
Expand Down

0 comments on commit 10f8758

Please sign in to comment.