This release contains a big refactor of the Crowdsale
contract, which allowed us to implement some really cool new crowdsale models. We also have a shiny new documentation site. Thanks to all the community for the awesome contributions! 🚀
Changelog
- ⚠️ Big
Crowdsale
refactor, including breaking changes (#744) - 🆕 new crowdsale models (#744)
WhitelistedCrowdsale
IndividuallyCappedCrowdsale
,PostDeliveryCrowdsale
AllowanceCrowdsale
IncreasingPriceCrowdsale
- Original
Crowdsale
contract refactored intoCrowdsale
,TimedCrowdsale
andMintedCrowdsale
.
- 🏹 Move token creation outside of
Crowdsale
contract (#690) - 👑
Heritable
improvements (#702)
Project updates:
- 📘 New documentation site! (#750)
- Update GitHub Pull Request templates (#699)
- 🔧 Minor tweaks for test artifact imports (#698)
- 🕵️♂️ Improve test coverage (#712)