Skip to content

haxe-formatter v1.1.1

Compare
Choose a tag to compare
@AlexHaxe AlexHaxe released this 13 Oct 22:03
· 379 commits to master since this release
f4699a7
  • Added support for key-value iterators, fixes #232 (#233)
  • Added wrapping.anonFunctionSignature
  • Fixed version number reported on CLI #233
  • Fixed handling of macro blocks, fixes #215 #233
  • Fixed unstable formatting after typedefs without semicolon, fixes #216 #233
  • Fixed CLI version checks for existence of run.js before invoking node #234
  • Fixed keep option of sameLine.ifElse, fixes #235 (#236)
  • Fixed wrapping in middle of function call, fixes #180 (#239)
  • Fixed wrapping function signature with long type hint, fixes #189 (#239)
  • Fixed indentation with comment line, fixes #237 (#239)
  • Fixed wrapping option keep, fixes #238 (#239)
  • Fixed handling of metadata parameter, fixes #241 (#242)
  • Changed default rules for function signature, see #232 (#233)
  • Refactored marker classes to use a common base class #239
  • Refactored whitespace policy add/remove handling #243
  • Refactored indentation logic #243
  • Removed whitespace change around comments during line end marking #243