Releases: HaxeCheckstyle/haxe-formatter
Releases · HaxeCheckstyle/haxe-formatter
haxe-formatter v1.14.2
- Updated haxeparser and tokentree to support latest Haxe nightly syntax (#657)
haxe-formatter v1.14.1
- Improved support for inline markup (#656)
haxe-formatter v1.14.0
haxe-formatter v1.13.1
haxe-formatter v1.13.0
haxe-formatter v1.12.0
- 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 asisas
, fixes #634 (#635) - Retired Haxe 3.4.7 compile support (#627)
haxe-formatter v1.11.2
haxe-formatter v1.11.1
- 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
andSemicolon
, 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
- Added whitespace policies for
ifConditionParens
,switchConditionParens
,whileConditionParens
,sharpConditionParens
andcatchParens
- all insidewhitespace.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
- Fixed a null pointer exception in tokentree (#584)