Skip to content

Releases: HaxeCheckstyle/haxe-formatter

haxe-formatter v1.14.2

14 Sep 21:34
efbacf9
Compare
Choose a tag to compare
  • Updated haxeparser and tokentree to support latest Haxe nightly syntax (#657)

haxe-formatter v1.14.1

07 Sep 12:32
727e95b
Compare
Choose a tag to compare
  • Improved support for inline markup (#656)

haxe-formatter v1.14.0

27 Aug 21:58
9a9ee35
Compare
Choose a tag to compare

haxe-formatter v1.13.1

26 Apr 17:04
0e04dfb
Compare
Choose a tag to compare
  • Fixed conditional line ends / wrapping (#654)
  • Fixed whitespace after from/to with arrow functions (#654)

haxe-formatter v1.13.0

18 Mar 12:21
0c6518d
Compare
Choose a tag to compare
  • Added default type parameter support, fixes #650 (#651)
  • Added support for static locals (#652)
  • Fixed empty lines in anonymous functions, fixes #644 (#645)
  • Fixed trailing whitespace getting moved to previous line, fixes #646 (#647)
  • Fixed exclude handling (#653)

haxe-formatter v1.12.0

28 Feb 21:29
768bb49
Compare
Choose a tag to compare
  • Added lineEnds.lineEndCharacter to set line end character used for output (#633)
  • Fixed support for overload access modifier, fixes #626 (#627)
  • Fixed parens after curly block, fixes #629 (#631)
  • Fixed local metadata linebreak, fixes #630 (#631 + #636)
  • Fixed is as formatted as isas, fixes #634 (#635)
  • Retired Haxe 3.4.7 compile support (#627)

haxe-formatter v1.11.2

04 Nov 23:05
fdd1fba
Compare
Choose a tag to compare
  • Fixed array type parameter, fixes #622 (#623)

haxe-formatter v1.11.1

03 Nov 21:17
e13a1f7
Compare
Choose a tag to compare
  • Fixed whitespace for negative const values (#600)
  • Fixed multiline comments with vars, fixes #598 (#600)
  • Fixed whitespace for null safe navigation operator, fixes #599 (#600)
  • Fixed sameline handling of metadata after BrOpen and Semicolon, fixes #602 (#603)
  • Fixed whitespace of macro reification in call, fixes #591 (#603)
  • Fixed emptyline after final in enum abstract, fixes #601 (#603)
  • Fixed keep trailing whitespace of multiline comments, fixes #593 (#603)
  • Fixed whitespace around is operator, fixes #605 (#606)
  • Fixed newline before semicolon when used with binops, fixes #614 (#616)
  • Fixed whitespace between &&= and ||=, fixes #615 (#616)
  • Fixed handling of missing semicolon, fixes #410 (#619)
  • Fixed line breaks for anonymous type hints (#619)
  • Fixed indentation of wrapped expressions, fixes #372 + #452 + #557 + #613 + #617 + #618 (#619)
  • Refactored for tokentree API change (#604 + #609)
  • Fixed indentation for block init of var with function, fixes #611 (#619)
  • Fixed wrapping with multiline comment in parameters, fixes #610 (#619)
  • Fixed type parameter exception (#620)
  • Fixed map initialisation with comment (#620)
  • Fixed Dollar chains (#620)
  • Refactored for deprecation of is (#608)
  • Refactored anonymous type wrapping (#619)
  • Refactored wrapping diagnostics to provide more info in logs (#619)

haxe-formatter v1.11.0

07 Jun 13:22
7f1657c
Compare
Choose a tag to compare
  • Added whitespace policies for ifConditionParens, switchConditionParens, whileConditionParens, sharpConditionParens and catchParens - all inside whitespace.parenConfig, fixes #583 (#585)
  • Fixed type hint whitespace in anonymous types, fixes #586 (#587)
  • Fixed type hint whitespace with conditionals, fixes #582 (#587)
  • Fixed whitspace handling for anon types as type parameter, fixes #588 (#590)
  • Fixed whitespace around @in, fixes #594 (#596)

haxe-formatter v1.10.2

17 Apr 23:40
6ccc77f
Compare
Choose a tag to compare
  • Fixed a null pointer exception in tokentree (#584)