Skip to content

Commit

Permalink
Version 2.0.2
Browse files Browse the repository at this point in the history
PR-URL: #238
  • Loading branch information
tshemsedinov committed Sep 10, 2021
1 parent 7bdcb5c commit 8aa6c43
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 49 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][unreleased]

## [2.0.2][] - 2021-09-11

- Rework Channel and Server
- Decompose Channel to WsChannel and HttpChannel
- Move event handlers from Server to WsChannel and HttpChannel
Expand Down Expand Up @@ -148,7 +150,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and
binary structures and multiple different ideas originated from JSTP and old
protocols like USP and CLEAR.

[unreleased]: https://github.com/metarhia/metacom/compare/v2.0.1...HEAD
[unreleased]: https://github.com/metarhia/metacom/compare/v2.0.2...HEAD
[2.0.2]: https://github.com/metarhia/metacom/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/metarhia/metacom/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/metarhia/metacom/compare/v1.8.1...v2.0.0
[1.8.2]: https://github.com/metarhia/metacom/compare/v1.8.1...v1.8.2
Expand Down
98 changes: 58 additions & 40 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metacom",
"version": "2.0.1",
"version": "2.0.2",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",
"license": "MIT",
Expand Down Expand Up @@ -53,19 +53,19 @@
"node": "^12.9 || 14 || 16"
},
"dependencies": {
"metautil": "^3.5.9",
"ws": "^8.2.0"
"metautil": "^3.5.11",
"ws": "^8.2.2"
},
"devDependencies": {
"@types/node": "^16.6.2",
"@types/node": "^16.9.1",
"@types/ws": "^7.4.7",
"eslint": "^7.31.0",
"eslint-config-metarhia": "^7.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^4.0.0",
"metatests": "^0.7.2",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
"prettier": "^2.4.0",
"typescript": "^4.4.3"
}
}

0 comments on commit 8aa6c43

Please sign in to comment.