Skip to content

0.0.1

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 11 Oct 14:02
· 1092 commits to develop since this release
Type Description Link
Feature Attempt to introduce more information into specific levels, such that early (more outer) breaks are not taken in certain conditions.
Fix Javadoc follows the line length configured in the JavaFormatterOptions.Style.
Improvement Publish intellij plugin
Improvement Add Level visitor that prints out nested levels using indentation.
Improvement When assignment initializers are too long, try to inline the initializer prefix if it fits, rather than always breaking.
Fix Fix sitaution where branching causes Breaks to not be cleared after deciding a Level can be oneLine.