Skip to content

0.57

Choose a tag to compare

@hick209 hick209 released this 20 Aug 17:01

Added

  • TrailingCommaManagementStrategy.ONLY_ADD strategy that does not remove existing trailing commas (#461, #512, #514) – @hick209
  • Formatting of where clauses (#541) – @hick209
  • Special format handling of multiline strings with trimMargin() and trimIndent() (#389) – @hick209

Changed

  • FormattingOptions.manageTrailingCommas was replaced with FormattingOptions.trailingCommaManagementStrategy, which also added new TrailingCommaManagementStrategy.ONLY_ADD strategy (#461, #512, #514) – @hick209
  • All styles managing trailing commas by default now (#216, #442) – @hick209

Removed

Fixed

Huge thanks to all the contributors! 🎉

Full Changelog: v0.56...v0.57