Skip to content

ArkScript v4.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Dec 13:51
· 27 commits to dev since this release
Immutable release. Only release title and notes can be modified.
v4.1.1
27b9585

Fixed

  • the formatter was breaking functions' arguments list containing argument attributes on multiple lines for no reason
  • the formatter was formatting begin nodes inside conditions badly, putting the { on the same line as the condition, making it hard to know if the condition had then and else nodes or a single multi nodes then node

Changed

  • long function calls are split on multiple lines