Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Releases: rkalis/truffle-assertions

v0.9.2

22 Oct 00:04
Compare
Choose a tag to compare
  • ⬆️ Update dependencies.

v0.9.1

29 May 03:34
Compare
Choose a tag to compare
  • 🔨 Add better error handling when an invalid tx result is passed in (such as a contract instance or transaction receipt) (#27).

v0.9.0

14 May 13:13
Compare
Choose a tag to compare
  • ✨ Add the option to call eventEmitted with an object instead of a function - through #25 (authored by @leonprou).
  • 🚨 Add additional testing for reverts() when it is used with (Rinkeby) testnet.
  • 📦 Switch from npm to yarn.

v0.8.2

26 Mar 16:03
Compare
Choose a tag to compare
  • 📚 Typo fix in README

v0.8.1

26 Mar 16:02
Compare
Choose a tag to compare
  • ⬆️ Updated nyc devDependency (npm audit fix)
  • 📚 Added video link and presentation slide for EthCC 2019 talk

v0.8.0

09 Feb 14:39
Compare
Choose a tag to compare
  • ➖ Removed the explicit web3 dependency as the library expects a web3 instance to be injected by truffle (or explicitly by the user when they're not using truffle)

v0.7.2

01 Jan 14:22
Compare
Choose a tag to compare
  • 👷‍♂️ 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

05 Dec 19:35
Compare
Choose a tag to compare
  • 🐛 Fixed a bug causing createTransactionResult() to return empty logs when using Truffle v5 (raised in this StackExchange question)

v0.7.0

01 Dec 19:05
Compare
Choose a tag to compare
  • ✨ Added the truffleAssert.passes() assertion through PR #10 (authored by @ItsNickBarry)

v0.6.3

30 Oct 14:15
Compare
Choose a tag to compare
  • 📚 Added tutorials and donations section to the README.