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