Releases: Transient-Labs/tl-sol-tools
Releases · Transient-Labs/tl-sol-tools
2.2.1
Standardized way to install modules for development of this repo
2.2.0
Changes
- updated the view fn name to be more descriptive
2.1.0
Changes
- added external view function to royalty mixin exposing default recipient and default percentage
2.0.0
Changes
- bump solidity version
- remove ascii art
- change to MIT license
- reformat code according to solidity natspec and best practices
1.1.0
Functionality Added:
- revoke all roles functionality ( #1 #2 )
1.0.0
Initial release with two main contracts
- OwnableAccessControl.sol --> a single owner abstract contract with role-based access control
- EIP2981TL.sol --> EIP-2981 compliant abstract contract with a default royalty and token-specific royalty overrides