Releases: animocabrands/ethereum-contracts-erc20_base
Releases · animocabrands/ethereum-contracts-erc20_base
v3.0.0a: Branch v3.0.0 (#6)
Co-authored-by: Jan-Paul Azucena <[email protected]> Co-authored-by: Nathan Sala <[email protected]>
Branch v3.0.0 (#5)
Breaking changes
- Contracts compiler version fixed at solidity 0.6.8.
- Updated
@animoca/ethereum-contracts-core_library
to version 3 and downgraded it to be a dev dependency.
v2.0.0: V2.0.0 (#3)
Breaking changes
- Updated dependecy to
@animoca/ethereum-contracts-core_library:2.0.0
. - Updated compiler to
solc:0.6.8
. - Added
ERC20.sol
andERC20WithOperators.sol
. RemovedERC20Full.sol
. Refactored the unit tests. - Applied naming convention on public members.
Improvements
- Support of new ERC165 interface for allowance functions.
v1.0.1: V1.0.1 (#2)
1.0.1 (06/05/2020)
Improvements
- Added missing
constant
keyword in Mocks. - Updated dependency on
@animoca/ethereum-contracts-core_library
to1.1.0
.
v1.0.0
Breaking changes
- Migration to
@animoca/ethereum-contracts-core_library:1.0.0
withsolc:0.6.x
and@openzeppelin/contracts:3.x
. - Moved
WhitelistedOperators.sol
to@animoca/ethereum-contracts-core_library
. - Renamed
ERC20Base
toERC20Full
.
New features
- Added
ERC20.sol
,IERC20.sol
andIERC20Detailed.sol
. - Added example migrations.
Improvements
ERC20Fees
now inheritsPayoutWallet
contract.
v0.0.2
update git url in package.json