v0.0.36
⭐ New Features
- Add StreamsFormatter #361
- Add options to skip Maven goals from command line #360
- Switch IntelliJ plugin to use DocumentFormattingService interface #359
- Add WebMvcLinkBuilder as allowed static import #350
- Allow whitespace after ( and before // #270
- Add checkstyle rule to make sure test class names end in "Tests" #222
- Create Visual Studio Code extension #142
- Change "qualified Invocations" wrapping option to improve fluent API formatting #124
🐞 Bug Fixes
- Formatting java record with generics adds a whitespace before a bracket #348
- Non class-type javadoc doesn't include a new line before first
@param
#346 - Detect and preserve line separators instead of using system default #340
🔨 Dependency Upgrades
- Upgrade to Tycho 3.0.1 #358
- Upgrade to Proguard 9.0.7 #357
- Upgrade Maven Plugins #356
- Upgrade to Maven 3.9.0 #355
- Upgrade build to use Java 17 #354
- Upgrade to Gradle 7.6 #353
- Upgrade to Eclipse 2022-12 #352
❤️ Contributors
Thank you to all the contributors who worked on this release:
@ParkerM and @leftstick