Skip to content

Commit e1786ee

Browse files
committed
Version 1.8.0
PR-URL: #213
1 parent 2ccee83 commit e1786ee

3 files changed

Lines changed: 49 additions & 28 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased][unreleased]
44

5+
## [1.8.0][] - 2021-07-07
6+
57
- Add http hooks with custom method names
68
- Fix Metacom typings
79
- Improve url parsing
@@ -114,7 +116,8 @@ Module stub v0.0.0 and all before 1.0.0 are experiments with syntactic and
114116
binary structures and multiple different ideas originated from JSTP and old
115117
protocols like USP and CLEAR.
116118

117-
[unreleased]: https://github.com/metarhia/metacom/compare/v1.7.5...HEAD
119+
[unreleased]: https://github.com/metarhia/metacom/compare/v1.8.0...HEAD
120+
[1.8.0]: https://github.com/metarhia/metacom/compare/v1.7.5...v1.8.0
118121
[1.7.5]: https://github.com/metarhia/metacom/compare/v1.7.4...v1.7.5
119122
[1.7.4]: https://github.com/metarhia/metacom/compare/v1.7.3...v1.7.4
120123
[1.7.3]: https://github.com/metarhia/metacom/compare/v1.7.2...v1.7.3

package-lock.json

Lines changed: 40 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metacom",
3-
"version": "1.7.5",
3+
"version": "1.8.0",
44
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
55
"description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",
66
"license": "MIT",
@@ -54,12 +54,12 @@
5454
},
5555
"dependencies": {
5656
"metautil": "^3.5.4",
57-
"ws": "^7.5.1"
57+
"ws": "^7.5.2"
5858
},
5959
"devDependencies": {
60-
"@types/node": "^15.14.0",
61-
"@types/ws": "^7.4.5",
62-
"eslint": "^7.29.0",
60+
"@types/node": "^16.0.1",
61+
"@types/ws": "^7.4.6",
62+
"eslint": "^7.30.0",
6363
"eslint-config-metarhia": "^7.0.1",
6464
"eslint-config-prettier": "^8.3.0",
6565
"eslint-plugin-import": "^2.23.4",

0 commit comments

Comments
 (0)