File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 6.2.0]
10+ ### Added
11+ - Add ` setLogger ` function for logging incoming/outgoing messages ([ #93 ] ( https://github.com/MetaMask/post-message-stream/pull/93 ) )
12+
913## [ 6.1.2]
1014### Changed
1115- Use ` addEventListener ` instead of ` onmessage ` in WebWorkerPostMessageStream ([ #83 ] ( https://github.com/MetaMask/post-message-stream/pull/83 ) )
@@ -71,7 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7175### Added
7276- Initial release.
7377
74- [ Unreleased ] : https://github.com/MetaMask/post-message-stream/compare/v6.1.2...HEAD
78+ [ Unreleased ] : https://github.com/MetaMask/post-message-stream/compare/v6.2.0...HEAD
79+ [ 6.2.0 ] : https://github.com/MetaMask/post-message-stream/compare/v6.1.2...v6.2.0
7580[ 6.1.2 ] : https://github.com/MetaMask/post-message-stream/compare/v6.1.1...v6.1.2
7681[ 6.1.1 ] : https://github.com/MetaMask/post-message-stream/compare/v6.1.0...v6.1.1
7782[ 6.1.0 ] : https://github.com/MetaMask/post-message-stream/compare/v6.0.0...v6.1.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/post-message-stream" ,
3- "version" : " 6.1.2 " ,
3+ "version" : " 6.2.0 " ,
44 "description" : " Sets up a duplex object stream over window.postMessage" ,
55 "homepage" : " https://github.com/MetaMask/post-message-stream#readme" ,
66 "bugs" : {
You can’t perform that action at this time.
0 commit comments