v1.4.0
Thanks to all members of the community that contributed to this release! 🎉 🚀
Changelog
- 🆕 Added
TokenVesting
which implements vesting of tokens. It replaces the oldVestedToken
with a more modular approach. (#476) - 🆕 Added
SplitPayment
which implements distributing payments to multiple people proportionally to shares. (#417) - 🆕 Added
DetailedERC20
which adds to a token state variables with the optional ERC20 metadata. (#477) - 🆕 Added
CappedToken
which is aMintableToken
with capped supply. (#515) - Made
MintableToken
'sfinishMinting
executable only once. (#505) - Upgraded to Truffle 4.0.1 and Solidity 0.4.18. (#573, #460, #576, #506)
- Removed deprecated
claim()
fromTokenTimelock
. (#469)
And some additional changes to code style, tests, documentation and continuous integration.