You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
+
## [2.5.3] - 2024-03-19
9
+
10
+
### Changed
11
+
12
+
- Token Attributes: Refactor on token attributes to reuse code and allow multiple collections and tokenIds on setters and getters.
13
+
- Token Attributes: Orders all methods by group and then alphabetically.
14
+
- Token Attributes: Includes methods for signed integers.
15
+
- Token Attributes: Improves tests and fixes emit assertions.
16
+
- Token Attributes: Renames Issuer for Owner in token attributes.
17
+
- Token Attributes: Renames methods to set and get collection attributes metadata to make it explicit they are per collection. Adds full test coverage for token attributes.
0 commit comments