Releases
v1.1.0
Breakin Change added a default wrap type for wrapping rules #230
Added Keep
to SameLinePolicy #226
Added emptyLines.classEmptyLines.endType
to output empty lines before end of classes #227
Added emptyLines.abstractEmptyLines.endType
to output empty lines before end of abstracts #227
Added emptyLines.enumAbstractEmptyLines.endType
to output empty lines before end of enum abstracts #227
Added emptyLines.externClassEmptyLines.endType
to output empty lines before end of extern classes #227
Added emptyLines.interfaceEmptyLines.endType
to output empty lines before end of interfaces #227
Added emptyLines.enumEmptyLines.endType
to output empty lines before end of enums #227
Added emptyLines.typedefEmptyLines.endType
to output empty lines before end of typedefs #227
Added indentation.trailingWhitespace
to output trailing whitespace in empty lines #227
Added --default-config
CLI option to generate a default "hxformat.json" #227
Added wrapping.methodChaining
to handle wrapping of method chains #229
Changed whitespace.closingBracePolicy
to after
#227
Changed whitespace.typeExtensionPolicy
to after
#227
Changed whitespace.semicolonPolicy
to onlyAfter
#227
Fixed indentation of else with object literal body, fixes #220 (#224 )
Fixed indentation of prefix unary, fixes #221 (#224 )
Fixed whitespace after macro reification, fixes #218 + #219 (#225 )
Fixed type check on numbers, fixes #217 (#225 )
Refactored Space and Newline handling of MarkWhitespace #227
You can’t perform that action at this time.