File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- ## next version (2.x.x)
1+ ## dev branch / next version (2.x.x)
2+
3+ ## version 2.2.2
24
35- Fixed handling of default setters/getters in indentation check [ #391 ] ( https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/391 )
46- Fixed token tree structure for Sharp(If) inside Kwd(KwdCase) [ #394 ] ( https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/394 )
57- Fixed comments in function parameters [ #395 ] ( https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/395 )
68- Fixed parser errors when handling block and object declarations, fixes [ #396 ] ( https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/396 ) ([ #397 ] ( https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/397 ) )
79- Fixed BkOpen childs in token tree parser [ #398 ] ( https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/398 )
8- - Fixed bad offset crash with C++ build on7 Windows 10 [ #398 ] ( https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/398 )
10+ - Fixed bad offset crash with C++ build on Windows 10 [ #398 ] ( https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/398 )
911- Fixed object declaration handling [ #399 ] ( https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/399 )
1012- Fixed false positives for files with UTF-8 characters when running as vscode-checkstyle [ #402 ] ( https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/402 )
1113- Fixed comments in typedefs [ #404 ] ( https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/404 ) + [ #405 ] ( https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/405 )
Original file line number Diff line number Diff line change 1818 " AlexHaxe" ,
1919 " Gama11"
2020 ],
21- "releasenote" : " new indentation check and bugfixes - see CHANGES.md" ,
22- "version" : " 2.2.1 " ,
21+ "releasenote" : " added tests, improved support for vscode-checkstyle and bugfixes - see CHANGES.md" ,
22+ "version" : " 2.2.2 " ,
2323 "url" : " https://github.com/HaxeCheckstyle/haxe-checkstyle" ,
2424 "dependencies" : {
2525
Original file line number Diff line number Diff line change 11{
22 "name" : " checkstyle" ,
3- "version" : " 2.2.1 " ,
3+ "version" : " 2.2.2 " ,
44 "description" : " Automated code analysis ideal for projects that want to enforce a coding standard." ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments