Skip to content

Version 0.1.1

Compare
Choose a tag to compare
@tintinweb tintinweb released this 07 Jun 13:50
· 14 commits to master since this release
a175f72

v0.1.1

  • fix: return appropriate error message when trying to return an uninit storage pointer - #17
  • fix: support enums
🚀 Entering interactive Solidity ^0.8.13 shell (🧁:Ganache built-in). '.help' and '.exit' are your friends.
»  enum FreshJuiceSize{ SMALL, MEDIUM, LARGE }
»  uint8(FreshJuiceSize.LARGE)
2
  • fix: case insensitive bool match for .config set <var> True|False|true|false
  • update: dependencies