Skip to content

v0.9.0

Compare
Choose a tag to compare
@turbolent turbolent released this 23 Sep 17:15
· 11317 commits to master since this release

πŸ›  Improvements

  • Add struct as supported event parameter type (#364)
  • Make recursive types storable (#329)
  • Suggest replacing number conversion function calls (#346)

⭐ Features

  • Add map function for optionals (#299)

πŸ’₯ Breaking Changes

  • Require an explicit type annotation for variable declarations with empty literal expressions (#345)

🐞 Bug Fixes

  • Fix parsing of right bitwise shift and function invocation where type argument is instantiation (#378)

πŸ“– Documentation