Skip to content

haxe-formatter v1.6.0

Compare
Choose a tag to compare
@AlexHaxe AlexHaxe released this 22 Mar 13:18
· 280 commits to master since this release
7b8e876
  • Added --stdin CLI switch to allow reading code from stdin and printing formatted code to stdout, fixes #411 (#412 + #413)
  • Fixed specifiying an entry point for tokentree, fixes #393 (#403 + #404)
  • Fixed whitespace for conditionals in function arguments with question mark, fixes #397 (#405)
  • Fixed unary OpSub in arrays (#405)
  • Fixed whitespace for else body with ECheckType, fixes #361 (#405)
  • Fixed indentation after block breaking conditional, fixes #290 (#406 + #408)
  • Fixed sameline format of anon types with wrapping set to keep, fixes #301 (#412)
  • Changed default value for excludes to include .git folders (#399)
  • Changed using comma as an indicator for simple wrapping (#403)
  • Changed formatter api calls, fixes #393 (#403)
  • Changed command line help text, fixes #400 (#402)
  • Replaced custom schema generator with json2objects (#398)