Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Releases: hovinen/kotlin-auto-formatter

v0.6.16

04 Jan 09:23
Compare
Choose a tag to compare
v0.6.16 Pre-release
Pre-release
Do not over-eagerly insert line breaks into type parameter lists

v0.6.15: Correct formatting in type parameter lists and class constructors

31 Dec 12:32
Compare
Choose a tag to compare
  • Fixed the formatting of type parameter lists to behave more like other types of lists.
  • Fixed the spacing around the colon specifying a type restriction in type parameters.
  • Fixed the spacing before the primary constructor of a class declaration.

v0.6.14: Merge pull request #9 from Sebruck/indented-code-blocks

04 Dec 17:11
f425fdc
Compare
Choose a tag to compare
  • Added support for proper formatting of code blocks in the Daring Fireball syntax in KDoc.
  • Some performance improvements.

v0.6.13

23 Nov 18:03
Compare
Choose a tag to compare
v0.6.13 Pre-release
Pre-release
  • Fixed handling of typealias declarations so that type parameter lists and comments are better recognized by the scanner.

v0.6.12

18 Nov 10:17
Compare
Choose a tag to compare
v0.6.12 Pre-release
Pre-release
  • Fixed treatment of try-catch expressions so that empty blocks and finally clauses are correctly recognized again.

v0.6.11

17 Nov 21:30
Compare
Choose a tag to compare
v0.6.11 Pre-release
Pre-release
  • Allow comments immediately before catch clauses in try-catch expressions.

v0.6.10

17 Nov 20:51
Compare
Choose a tag to compare
v0.6.10 Pre-release
Pre-release
  • Enforce newlines within try and catch blocks.
  • Preserve a newline between an annotation and its annotated expression.
  • Fix treatment of empty lines in block comments.

v0.6.7: Do not crash on empty KDoc.

02 Nov 18:27
Compare
Choose a tag to compare
Pre-release

Fixed a crash which occurred when attempting to format an empty KDoc block.

v0.6.6

31 Oct 15:39
Compare
Choose a tag to compare
v0.6.6 Pre-release
Pre-release
  • Fixed treatment of the "as" operator
  • Fixed treatment of KDoc embedded within a modifier list

v0.6.5

29 Oct 17:38
Compare
Choose a tag to compare
v0.6.5 Pre-release
Pre-release
  • Fixed formatting of EOL comments which appear before a binary operator
  • Fixed the import removal policy so as not to remove wildcard imports