Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

54 lines (36 loc) · 2.35 KB

Changelog

All notable changes to the ktfmt project (starting on v0.51) should be documented in this file.

The format is based on Keep a Changelog.

[1.0.0 Unreleased]

Changed

  • All styles managing trailing commas now (#216, #442)

[Unreleased]

Fixed

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

[0.52]

Fixed

  • IntelliJ plugin crash (#501)
  • Ordering of @property and @param in KDoc (#498)
  • Annotation in return expressions (#497)

Changed

  • KotlinLang style also managing trailing commas (#216, #442)
  • Converted IntelliJ plugin to Kotlin (#502)

Added

  • More stability tests (#488)
  • Custom profile in plugin settings, mirroring Gradle/Maven plugins (#503)

[0.51]

Added

  • Created CHANGELOG.md
  • Added --help option to CLI (#477)

Changed

Fixed

Removed