Skip to content

v1.4.0

Compare
Choose a tag to compare
@frangio frangio released this 23 Nov 20:12
· 2785 commits to master since this release

Thanks to all members of the community that contributed to this release! 馃帀 馃殌

Changelog

  • 馃啎 Added TokenVesting which implements vesting of tokens. It replaces the old VestedToken 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 a MintableToken with capped supply. (#515)
  • Made MintableToken's finishMinting executable only once. (#505)
  • Upgraded to Truffle 4.0.1 and Solidity 0.4.18. (#573, #460, #576, #506)
  • Removed deprecated claim() from TokenTimelock. (#469)

And some additional changes to code style, tests, documentation and continuous integration.