Skip to content

Release 1.5.3

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Apr 22:23

Changelog

1.5.3

  • Fixed: Problem displaying import suggestions in Intellij 2024.1
  • Improvement: Syntax highlighting for metadata arguments
  • Improvement: Changed parser so it can handle parenthesis in the middle of functionTypes (ex. Int->(Array<String>->void))
  • Misc: Initial attempt at resolving types for macro expressions
  • Misc: Bugfixes