Skip to content

Releases: facebook/ktfmt

0.62

17 Mar 15:36

Choose a tag to compare

Added

  • Add --quiet flag to suppress per-file formatting status output (#603) – @Goooler
  • Support ij_kotlin_continuation_indent_size in editorconfig (#600) – @Goooler

Fixed

  • Dot-qualified scoping functions (e.g., scope.launch { }) now format as block-like expressions, consistent with non-qualified calls (#205) – @hick209
  • Lambda bodies in when branches no longer get extra indentation with Meta style (#222) – @hick209
  • Comments before &&/|| operators in chained binary expressions no longer strand the operator on its own line (#527) – @hick209
  • Backtick-escaped full-path imports are no longer incorrectly removed as unused (#532) – @hick209
  • Blank lines before lists and blockquotes in KDoc comments are now preserved (#561) – @hick209
  • Fenced code blocks inside KDoc list items are no longer erroneously reflowed into a single line (#572) – @hick209
  • Fixed IJ plugin Gradle build (#583) – @rock3r
  • Single-line comments in if expressions are now correctly indented (#591) – @cmwarrington
  • Idea Plugin not applying custom trailing commas management strategy (#593) – @tKe
  • Comments between a multiline string and .trimMargin()/.trimIndent() are no longer deleted during formatting (#597) – @hick209
  • maxCommentWidth now defaults to maxLineWidth instead of being capped at 72, so KDoc comments respect the configured line width (#594) – @hick209
  • Block comment formatting inside of lambda expressions (#602) – @hick209
  • Compatibility with Kotlin compiler v2.3.20 (CONTEXT_RECEIVER_LIST renamed to CONTEXT_PARAMETER_LIST, K1 API opt-in for KotlinCoreEnvironment.createForProduction) (#605) – @hick209

Huge thanks to all the contributors! 🎉
And big thanks to @cortinico, @strulovich and @cgrushko for the code reviews ✅

Full Changelog: v0.61...v0.62

0.61

30 Dec 19:03

Choose a tag to compare

Added

Fixed

  • Editorconfig not found for relative paths (#582) – @tKe

Huge thanks to all the contributors! 🎉

Full Changelog: v0.60...v0.61

0.60

17 Dec 21:29

Choose a tag to compare

Added

  • Support for else if guard conditions (#563) – @tKe
  • Explicit Kotlin import layout for the default and Google specific editorconfig files to match ktfmt's style. The same layout was already applied to the Kotlin Lang editorconfig (#571) – @vRallev
  • ktfmt cli can pull formatting configs from editor config files (#570) – @tKe
  • Strip leading UTF-8 BOM before formatting so ktfmt no longer errors on files starting with a BOM (#565) – @KaranPradhan266

Huge thanks to all the contributors! 🎉

Full Changelog: v0.59...v0.60

0.59

14 Oct 20:27

Choose a tag to compare

Fixed

  • Special format handling of multiline strings handling of first line and do not format string template expressions (#560) – @hick209
  • Do not remove semicolon after an unnamed empty companion object, if it isn't the last element (#557) – @cgrushko

Full Changelog: v0.58...v0.59

0.58

28 Aug 16:27

Choose a tag to compare

Changed

Fixed

  • Do not apply special format handling of multiline strings with template expressions in them (#556) – @hick209
  • Make sure that we handle nested expressions for special format handling of multiline strings (4b4c96c) – @hick209

Huge thanks to all the contributors! 🎉

Full Changelog: v0.57...v0.58

0.57

20 Aug 17:01

Choose a tag to compare

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

0.56

25 Jun 20:33

Choose a tag to compare

Changed

Huge thanks to all the contributors! 🎉

Full Changelog: v0.55...v0.56

0.55

21 May 18:46

Choose a tag to compare

Added

Changed

  • Update kotlin-compiler-embeddable to 2.2.0-Beta2 for forward compatibility with context parameters. (#538) – @ZacSweers
  • Moved ktfmt project to Gradle (away from Maven) (d03a29e) – @hick209

Fixed

Full Changelog: v0.54...v0.55

Huge thanks to all the contributors! 🎉

0.54

15 Jan 17:28

Choose a tag to compare

Changed

Full Changelog: v0.53...v0.54

Huge thanks to all the contributors! 🎉

0.53

30 Oct 18:48

Choose a tag to compare

Fixed

  • Comments respecting max line width (#511) – @rileymichael
  • Exception while parsing property accessor on Kotlin 2.0.20-Beta2+ (#513) – @jsjeon

Changed

Full Changelog: v0.52...v0.53

Huge thanks to all the contributors! 🎉