Skip to content

v2.3.0

Compare
Choose a tag to compare
@clementdessoude clementdessoude released this 21 Aug 20:06
· 125 commits to main since this release

Latest v2.3.0

Enhancements

  • Break long lines on type arguments (#584)
  • Break and indent binary expression with cast properly (#587)
  • Adjust indentation of multiline string (Issue #593 fixed with #596)
  • Improves binary expression formatting (#594)
  • Supports JLS annotation style (#586

Thanks to @jtkiesel for all of these contributions !

Fixes

  • Fix browser compatibility issue when run in browser (Issue #597 fixed with #598)
    Thanks to @magic-akari for the contribution