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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 4.2.0]
10
+ ### Changed
11
+ - Allow overriding Duplex stream constructor options ([ #59 ] ( https://github.com/MetaMask/extension-port-stream/pull/59 ) )
12
+
9
13
## [ 4.1.0]
10
14
### Added
11
15
- Add named export of ` PortDuplexStream ` in addition to existing default export ([ #57 ] ( https://github.com/MetaMask/extension-port-stream/pull/57 ) )
@@ -48,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
48
52
- ** (BREAKING)** Remove ` readable-stream ` dependency ([ #4 ] ( https://github.com/MetaMask/extension-port-stream/pull/4 ) )
49
53
- Consumers using this package in browser environments will have to bring their own Node.js stream polyfill.
50
54
51
- [ Unreleased ] : https://github.com/MetaMask/extension-port-stream/compare/v4.1.0...HEAD
55
+ [ Unreleased ] : https://github.com/MetaMask/extension-port-stream/compare/v4.2.0...HEAD
56
+ [ 4.2.0 ] : https://github.com/MetaMask/extension-port-stream/compare/v4.1.0...v4.2.0
52
57
[ 4.1.0 ] : https://github.com/MetaMask/extension-port-stream/compare/v4.0.0...v4.1.0
53
58
[ 4.0.0 ] : https://github.com/MetaMask/extension-port-stream/compare/v3.0.0...v4.0.0
54
59
[ 3.0.0 ] : https://github.com/MetaMask/extension-port-stream/compare/v2.1.1...v3.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " extension-port-stream" ,
3
- "version" : " 4.1 .0" ,
3
+ "version" : " 4.2 .0" ,
4
4
"description" : " A module for creating a node style stream over a WebExtension port object." ,
5
5
"main" : " dist/index.js" ,
6
6
"engines" : {
You can’t perform that action at this time.
0 commit comments