Skip to content

haxe-formatter v1.4.0

Compare
Choose a tag to compare
@AlexHaxe AlexHaxe released this 07 Feb 11:52
· 333 commits to master since this release
ab6b764
  • Added haxe-test-adapter #286 + #287 + #289
  • Added wrapping.implementsExtends #288
  • Added emptylines.afterFileHeaderCommentand emptylines.betweenMultilineComments fixes #292 (#296)
  • Added wrapping location to allow wrapping before delimiting token, fixes #299 (#309)
  • Fixed whitespace of type check in array comprehension, fixes #284 (#285)
  • Fixed conditional modifier handling, fixes #291 (#293)
  • Fixed whitespace after left curly in anon type hints #297
  • Fixed anon types handling when leftCurly is set to both, fixes #301 (#309)
  • Fixed same line handling of expressionIf, fixes #304 (#309)
  • Fixed indentation of object literals, fixes #305 (#309)
  • Fixed same line handling of cases with object pattern, fixes #306 (#309)
  • Fixed empty line after metadata with function, fixes #307 (#309)
  • Fixed missing space before (, fixes #308 (#309)
  • Fixed detection of file header vs. type doc comments, fixes #292 (#312)
  • Fixed detection of file header vs. type doc comments, fixes #316 (#318)
  • Fixed multiline comments after typedefs without semicolon, fixes #322 (#323)
  • Fixed empty line between conditional imports and types, fixes #322 (#323)
  • Fixed lineEnds.leftCurly both for object literals, fixes #319 (#325)
  • Changed default rules for wrapping.opBoolChain, fixes #313 (#324)
  • Refactored to add some null safety (incomplete) #309
  • Removed stacktrace from output with invalid hxformat.json files, fixes #300 (#309)