This repository has been archived by the owner on Jan 4, 2024. It is now read-only.
Releases: rkalis/truffle-assertions
Releases · rkalis/truffle-assertions
v0.9.2
v0.9.1
v0.9.0
v0.8.2
v0.8.1
v0.8.0
v0.7.2
- 👷♂️ Added CI with Travis
- 🔧 Added linting configuration with eslint
- 🚨 Added code coverage with Codecov
- 🚨 Added tests for all methods except
createTransactionResult()
- ✨ Made indentation level for
prettyPrintEmittedEvents()
customisable - through #18 (authored by @ItsNickBarry) - 🐛 Added display of revert reason on
reverts()
assertion failure - through #16 (authored by @ItsNickBarry) - 📚 Added
docs/
folder with demo code and TruffleCon slides - 📚 Updated badges in README
- 📚 Added related projects to README - through #13 (authored by @zulhfreelancer)
v0.7.1
- 🐛 Fixed a bug causing
createTransactionResult()
to return empty logs when using Truffle v5 (raised in this StackExchange question)