Skip to content

Commit

Permalink
Version 3.2.0
Browse files Browse the repository at this point in the history
PR-URL: #484
  • Loading branch information
tshemsedinov committed Dec 10, 2023
1 parent 45fa6ed commit acb90a6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased][unreleased]

## [3.2.0][] - 2023-12-10

- Remove `EventEmitter` polyfill, use polyfill from metautil 5.0.0
- Stop using deprecated `fetch` polyfill from metautil
- Do not add `online` event if we have no `window`
- Implement simple websocket server
- Fixed MetaReadable stream
- Fixed timeouts in unittests
- Package maintenance: update dependencies and eslint and CI configs

## [3.1.2][] - 2023-10-22

- Fix: proc timeout reached error detection
Expand Down Expand Up @@ -253,7 +263,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/v3.1.2...HEAD
[unreleased]: https://github.com/metarhia/metacom/compare/v3.2.0...HEAD
[3.2.0]: https://github.com/metarhia/metacom/compare/v3.1.2...v3.2.0
[3.1.2]: https://github.com/metarhia/metacom/compare/v3.1.1...v3.1.2
[3.1.1]: https://github.com/metarhia/metacom/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/metarhia/metacom/compare/v3.0.6...v3.1.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metacom",
"version": "3.1.2",
"version": "3.2.0",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access",
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,9 @@
"files": [
"dist/",
"lib/",
"metacom.d.ts"
"metacom.d.ts",
"CHANGELOG.md",
"SECURITY.md"
],
"readmeFilename": "README.md",
"scripts": {
Expand Down

0 comments on commit acb90a6

Please sign in to comment.