v1.4.0
Thanks to all members of the community that contributed to this release! 🎉 🚀
Changelog
- 🆕 Added
TokenVestingwhich implements vesting of tokens. It replaces the oldVestedTokenwith a more modular approach. (#476) - 🆕 Added
SplitPaymentwhich implements distributing payments to multiple people proportionally to shares. (#417) - 🆕 Added
DetailedERC20which adds to a token state variables with the optional ERC20 metadata. (#477) - 🆕 Added
CappedTokenwhich is aMintableTokenwith capped supply. (#515) - Made
MintableToken'sfinishMintingexecutable 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.