Skip to content

v0.3.7

Compare
Choose a tag to compare
@dennwc dennwc released this 16 Oct 12:51
· 50 commits to main since this release
  • Allow adding source files via config (ca028ff)
  • Support type hints for function return type (786bc16)
  • Use any instead of empty interface (e739eb6)
  • Significantly improve support for Go slices (fc83063)
  • Better errors for unknown operands (081a530)
  • Allow converting strings to bytes directly (8e1d8f1)
  • Support strndup (f825adc)
  • Remove strdup/strndup when cloning Go strings (aeacff3)
  • Recognize abort-like patters for assert (2e3e90d)
  • Inline sizeof for bytes array (f921f98)
  • Fix unnecessary enum casts (3c97eef)
  • Dereference first element directly (53c1d05)
  • Do not cast runes to int (7c95ef6)
  • Rewrite assert statements (f05df98)

Full Changelog: v0.3.6...v0.3.7