Skip to content

Release 1.5.6

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 17:09

Changelog

1.5.6

  • Added: Support for core Api haxe.Rest & Single abstract types
  • Improvement: better support for switch capture variables (wip)
  • Bugfix: variable shadowing should now resolve to the correct declaration.
  • Bugfix: Incorrect caching of returnType for recursive methods
  • Bugfix: Allow uninitialized final fields in abstract enums
  • Bugfix: Allow assign from underlying type inside abstract enums
  • Bugfix: Fixed issue with autocompletion in lime/openFL project xmls
  • Bugfix: fixed incorrect handling of for/while loop array initializers
  • Changed: Renaming class will now also rename file/module if names are the same.