Closed kakkun61 closed 1 year ago
Use HashMap Text Attribute instead of [(Text, Attribute)] as attributes because of more efficiency and more explicit constraints (for example about overlap of keys).
HashMap Text Attribute
[(Text, Attribute)]
This is breaking change. So some packages' major versions must be bumped.
Use
HashMap Text Attribute
instead of[(Text, Attribute)]
as attributes because of more efficiency and more explicit constraints (for example about overlap of keys).This is breaking change. So some packages' major versions must be bumped.