Skip to content

Release 1.4.45

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Mar 22:57

Changelog

1.4.45

  • Added: Support for Intellij 2024.1
  • Fixed: Parser bug not recognizing top-level variables without modifiers
  • Fixed: Lexer incorrectly included whitespace in "external" keyword token
  • Fixed: Allow referencing constructors using new keyword (MyClass.new)
  • Fixed: Arguments with default values was not treated as optional
  • Added: support for implicit cast to/from function types.
  • Changed: show warning instead of error when type compare is not possible.
  • Misc: added a bunch of null safety fixes.