Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
PR-URL: #132
  • Loading branch information
tshemsedinov committed Feb 7, 2021
1 parent 46cd171 commit a4a1b4a
Show file tree
Hide file tree
Showing 3 changed files with 2,523 additions and 157 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased][unreleased]

## [1.3.0][] - 2021-02-07

- Fix channel collection memory leak and duplication
- Change `Server` constrictor signature to `(config, application)`
- Fix spelling in method: Channel.startSession

## [1.2.0][] - 2021-02-04

- Move cookies operations from impress/auth
Expand All @@ -27,7 +33,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/v1.2.0...HEAD
[unreleased]: https://github.com/metarhia/metacom/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/metarhia/metacom/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/metarhia/metacom/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/metarhia/metacom/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/metarhia/metacom/compare/v0.0.0...v1.0.0
Expand Down
Loading

0 comments on commit a4a1b4a

Please sign in to comment.