File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 8.2.0]
10+ ### Added
11+ - Add struct utils for validating JSON objects with optional values ([ #136 ] ( https://github.com/MetaMask/utils/pull/136 ) )
12+ - Add filesystem utils ([ #148 ] ( https://github.com/MetaMask/utils/pull/148 ) )
13+ - Add error utils ([ #146 ] ( https://github.com/MetaMask/utils/pull/146 ) , [ #151 ] ( https://github.com/MetaMask/utils/pull/151 ) )
14+ - Add base64 encoding and decoding functions ([ #145 ] ( https://github.com/MetaMask/utils/pull/145 ) )
15+
16+ ### Changed
17+ - Use ` tsup ` for bundling ([ #144 ] ( https://github.com/MetaMask/utils/pull/144 ) )
18+ - This makes the package fully compliant with ES modules.
19+ - Bump ` @ethereumjs/tx ` from ` 4.1.2 ` to ` 4.2.0 ` ([ #133 ] ( https://github.com/MetaMask/utils/pull/133 ) )
20+
921## [ 8.1.0]
1022### Changed
1123- Make types for JSON-RPC-related structs more accurate ([ #134 ] ( https://github.com/MetaMask/utils/pull/134 ) )
@@ -192,7 +204,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
192204### Added
193205- Initial release
194206
195- [ Unreleased ] : https://github.com/MetaMask/utils/compare/v8.1.0...HEAD
207+ [ Unreleased ] : https://github.com/MetaMask/utils/compare/v8.2.0...HEAD
208+ [ 8.2.0 ] : https://github.com/MetaMask/utils/compare/v8.1.0...v8.2.0
196209[ 8.1.0 ] : https://github.com/MetaMask/utils/compare/v8.0.0...v8.1.0
197210[ 8.0.0 ] : https://github.com/MetaMask/utils/compare/v7.1.0...v8.0.0
198211[ 7.1.0 ] : https://github.com/MetaMask/utils/compare/v7.0.0...v7.1.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/utils" ,
3- "version" : " 8.1 .0" ,
3+ "version" : " 8.2 .0" ,
44 "description" : " Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase" ,
55 "homepage" : " https://github.com/MetaMask/utils#readme" ,
66 "bugs" : {
You can’t perform that action at this time.
0 commit comments