Skip to content

4.3.2

Latest
Compare
Choose a tag to compare
@Scony Scony released this 20 Oct 18:31
· 7 commits to master since this release

Added

  • Added support for multi-statement lambdas (#191)
  • Added support for typed dictionaries (#322)

Changed

  • Removed private-method-call linter check due to false positives when calling super._foo()
  • Fixed support for get_node syntax to accommodate for $/(...)
  • Fixed gd2py and gdradon to support latest GDScript
  • Changed formatting of some uni-statement lambdas
  • Changed formatting of multi-statement, inline lambdas
  • Changed formatting of dot-chains containing a lambda(s)
  • Changed linter check class-definitions-order in a way that static class variables are recommended to be placed just after constants