11.1.0
Added
- Add additional CAIP-19 types (
CaipAsset{Namespace,Reference,TokenId}
support (#227) - Add CAIP-19
CaipAssetTypeOrId
(#229)- This one combines both
CaipAssetType
andCaipAssetId
to avoid relying onsuperstruct.union
, resulting in better error messages.
- This one combines both
- Add
definePattern
superstruct helper (#228)- Allow to define a
superstruct.pattern
while naming the struct and enforcing its type.
- Allow to define a
Changed
- Use named structs for all CAIP types (#228)