What's Changed
- JavaScript - fix handling autoformatting of method declarations in isolation by @greg-at-moderne in #6256
- Fix merging styles for non-mentioned properties by @Jenson3210 in #6257
- Instantiate using reflection to overcome classloading issue by @Jenson3210 in #6258
- JavaScript - Refactoring, avoiding putting logic in visit() override by @greg-at-moderne in #6260
- Added MethodDeclaration wrapping options by @Jenson3210 in #6208
- JavaScript: Fix
TabsAndIndentsVisitorwhen formatting subtree by @knutwannheden in #6264 - JavaScript - removing trailing whitespace when breaking the line by @greg-at-moderne in #6261
- JavaScript: Enable formatter in templating by @knutwannheden in #6265
- JavaScript - Honoring new line or lack thereof before function expressions by @greg-at-moderne in #6270
- Restore UTF-8 BOM during printing by @pstreef in #6266
- JavaScript - don't add a new line in empty braces by @greg-at-moderne in #6271
- Introduce merge strategy to AppendToTextFile recipe by @bmuschko in #6262
- JavaScript - not attempting to add new lines in object literals by @greg-at-moderne in #6272
- Add ability to get effective project and plugin repsoitories for Gradle by @shanman190 in #6267
- Only remove imports when method select changes by @timtebeek in #6277
- Extending trailing comma support in GroovyParser by @akiraly in #6279
- Use the Java25Parser for Java 23 and above by @timtebeek in #6280
- JavaScript - adapt to new way of parsing expressions in autoformatting by @greg-at-moderne in #6285
- JacocoReportDeprecations should replace deprecated methods with assignments to make it work with Gradle 8 by @akiraly in #6282
- fix for incorrect parsing of tags as first line of mapping sequence by @dsgrieve in #6281
- JavaScript: Provide debugging for
patternmatching by @knutwannheden in #6284 - Issue #5592: resolved ChangeMethodAccessLevelVisitor bug by @Anmol202005 in #6286
- JavaScript: Support
undefinedinvisitRightPadded()by @knutwannheden in #6288 - Fix unused return types, ahead of #6289 by @timtebeek in #6290
- Reorganize RecipeMarketplace to better support reading CSVs without l… by @jkschneider in #6278
New Contributors
- @akiraly made their first contribution in #6279
- @dsgrieve made their first contribution in #6281
- @Anmol202005 made their first contribution in #6286
Full Changelog: v8.66.1...v8.66.2