Releases: spring-io/spring-javaformat
Releases · spring-io/spring-javaformat
v0.0.13
⭐ New Features
- Limit checked Gradle projects to those refreshed #120
- Improve JUnit 5 rule to check visibility of lifecycle methods #115
🪲 Bug Fixes
- Eclipse can fail with "Resource already exists" error on Gradle projects #119
- Up-to-date checks do not work correctly for checkFormat tasks #116
📔 Documentation
- Update Wrapping section in README now that we use a 120 char line width #112
🔨 Dependency Upgrades
v0.0.12
v0.0.11
v0.0.10
v0.0.9
v0.0.8
⭐ New Features
- Add Eclipse Checkstyle Plugin support #82
- Add Spring specific HideUtilityClassConstructor #74
- Allow SpringHeaderCheck to load custom files #70
🪲 Bug Fixes
- Annotation attributes are not being wrapped #78
- The default header date regex doesn't support a single year #72
- AssertionError: Wrong line separators: '\r\n' on Windows #65
📔 Documentation
- Document that formatter does not order imports #77
- Document how to disable the formatter for a block of code #75