Skip to content

haxelib release

Compare
Choose a tag to compare
@AlexHaxe AlexHaxe released this 02 May 15:35
· 210 commits to dev since this release
357977f
  • Fixed handling of default setters/getters in indentation check #391
  • Fixed token tree structure for Sharp(If) inside Kwd(KwdCase) #394
  • Fixed comments in function parameters #395
  • Fixed parser errors when handling block and object declarations, fixes #396 (#397)
  • Fixed BkOpen childs in token tree parser #398
  • Fixed bad offset crash with C++ build on Windows 10 #398
  • Fixed object declaration handling #399
  • Fixed false positives for files with UTF-8 characters when running as vscode-checkstyle #402
  • Fixed comments in typedefs #404 + #405
  • Refactored content handling to use Bytes instead of String (should fix #98) #402
  • Added unittests for ParserQueue and CheckerPool #393
  • Added unittests for TokenTree structure verification #400
  • Removed . from default settings in SeparatorWrapCheck #400
  • Improved wrapped code detection #392 + #403