Skip to content

haxe-formatter v1.8.0

Compare
Choose a tag to compare
@AlexHaxe AlexHaxe released this 13 Jun 20:14
· 194 commits to master since this release
a495380
  • Added sameLine.returnBodySingleLine, fixes #303 (#483)
  • Added emptyLines.*.existingBetweenFields, fixes #455 (#484)
  • Added printing config filename in verbose mode, fixes #460 (#493)
  • Added indentation.indentCaseLabels, fixes #478 (#502)
  • Added sameLine.untypedBody, fixes #362 (#506)
  • Fixed same line handling of if-else with try catch body, fixes #360 (#483)
  • Fixed line end handling of structure type as type parameter, fixes #475 (#486)
  • Fixed wrapping function parameters with comments, fixes #472 (#487)
  • Fixed line break right before, fixes #311 (#456)
  • Fixed wrapping of array comprehension, fixes #357 + #366 (#491)
  • Fixed type hint detection for enums and overload metas, fixes #488 (#491)
  • Fixed comments in OpAdd chains and case, fixes #396 + #477 (#492)
  • Fixed wrapping of call, fixes #386 (#492)
  • Fixed nested method chain handling, fixes #496 (#497)
  • Fixed nested inline array comprehension, fixes #498 (#501)
  • Fixed incorrect comment closing, fixes #500 (#501)
  • Fixed imports with conditionals, fixes #504 (#505)
  • Fixed line break in type parameters, fixes #494 (#507)
  • Changed sameLine.returnBody to only apply to multiline or loop/switch/try/if expressions, fixes #303 (#483)