File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
33## dev branch / next version (1.x.x)
44
5+ ## version 1.7.1 (2019-06-01)
6+
57- Fixed indentation of nested object literals ([ #479 ] ( https://github.com/HaxeCheckstyle/haxe-formatter/issues/479 ) )
68- Fixed array wrapping in call parameters, fixes [ #466 ] ( https://github.com/HaxeCheckstyle/haxe-formatter/issues/466 ) ([ #479 ] ( https://github.com/HaxeCheckstyle/haxe-formatter/issues/479 ) )
79- Fixed conditional using dot ident without parens, fixes [ #480 ] ( https://github.com/HaxeCheckstyle/haxe-formatter/issues/480 ) ([ #481 ] ( https://github.com/HaxeCheckstyle/haxe-formatter/issues/481 ) )
Original file line number Diff line number Diff line change 88 " style"
99 ],
1010 "description" : " A code formatter for Haxe" ,
11- "version" : " 1.7.0 " ,
12- "releasenote" : " Added wrapping for matrixes and multiple var declarations; added more curly line end options; bugfixes - see CHANGELOG for details." ,
11+ "version" : " 1.7.1 " ,
12+ "releasenote" : " Bugfixes - see CHANGELOG for details." ,
1313 "contributors" : [
1414 " AlexHaxe" ,
1515 " Gama11"
Original file line number Diff line number Diff line change 11{
22 "name" : " haxe-formatter" ,
3- "version" : " 1.7.0 " ,
3+ "version" : " 1.7.1 " ,
44 "description" : " A code formatter for Haxe" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments