File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1- ## next version (2.2.1)
1+ ## next version (2.x.x)
2+
3+ ## version 2.2.1
24
35 - New check IndentationCheck [ #387 ] ( https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/387 )
4- - Added CHANGES.md
6+ - New CHANGES.md
57 - Added a reset function for checks ([ #279 ] ( https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/279 ) )
68 - Added unittest for [ #78 ] ( https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/78 )
7- - Fixed XMLReporter output after introducing multithreading in 2.2.0
9+ - Fixed XMLReporter output after introducing multithreading in 2.2.0 [ # 389 ] ( https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/389 )
810 - Updated formula for number of pre-parsed files [ #386 ] ( https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/386 )
911 - Removed conditional section for unittest [ #181 ] ( https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/181 )
1012
Original file line number Diff line number Diff line change 1818 " AlexHaxe" ,
1919 " Gama11"
2020 ],
21- "releasenote" : " added mutlithreading for parsing and checking + bug fixes " ,
22- "version" : " 2.2.0 " ,
21+ "releasenote" : " new indentation check and bugfixes - see CHANGES.md " ,
22+ "version" : " 2.2.1 " ,
2323 "url" : " https://github.com/HaxeCheckstyle/haxe-checkstyle" ,
2424 "dependencies" : {
2525
2626 }
27- }
27+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " checkstyle" ,
3- "version" : " 2.2.0 " ,
3+ "version" : " 2.2.1 " ,
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