File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77## [ Unreleased]
88
99## [ 11.1.0]
10- ### Uncategorized
11- - feat: add ` CaipAssetTypeOrId ` struct ([ #229 ] ( https://github.com/MetaMask/utils/pull/229 ) )
12- - feat: named CAIP structs ([ #228 ] ( https://github.com/MetaMask/utils/pull/228 ) )
13- - feat: add additional CAIP-19 types and parsing functions to align with proposal ([ #227 ] ( https://github.com/MetaMask/utils/pull/227 ) )
14- - Bump nanoid from 3.3.6 to 3.3.8 ([ #226 ] ( https://github.com/MetaMask/utils/pull/226 ) )
10+ ### Added
11+ - Add additional CAIP-19 types (` CaipAsset{Namespace,Reference,TokenId} ` support ([ #227 ] ( https://github.com/MetaMask/utils/pull/227 ) )
12+ - Add CAIP-19 ` CaipAssetTypeOrId ` ([ #229 ] ( https://github.com/MetaMask/utils/pull/229 ) )
13+ - This one combines both ` CaipAssetType ` and ` CaipAssetId ` to avoid relying on ` superstruct.union ` , resulting in better error messages.
14+ - Add ` definePattern ` superstruct helper ([ #228 ] ( https://github.com/MetaMask/utils/pull/228 ) )
15+ - Allow to define a ` superstruct.pattern ` while naming the struct and enforcing its type.
16+
17+ ### Changed
18+ - Use named structs for all CAIP types ([ #228 ] ( https://github.com/MetaMask/utils/pull/228 ) )
1519
1620## [ 11.0.1]
1721### Fixed
You can’t perform that action at this time.
0 commit comments