File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,15 +10,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
1010- All styles managing trailing commas now (https://github.com/facebook/ktfmt/issues/216 , https://github.com/facebook/ktfmt/issues/442 )
1111
1212
13- ## [ Unreleased]
14-
15- ### Changed
16-
13+ ## [ 0.59]
1714
1815### Fixed
1916- Special format handling of multiline strings handling of first line and do not format string template expressions
2017- Do not remove semicolon after an unnamed empty companion object, if it isn't the last element (https://github.com/facebook/ktfmt/issues/557 )
2118
19+
2220## [ 0.58]
2321
2422### Changed
@@ -48,6 +46,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
4846- Trailing comma on when cases (https://github.com/facebook/ktfmt/issues/376 )
4947- Update idea plugin name to avoid collision with google-java-format (https://github.com/facebook/ktfmt/issues/553 )
5048
49+
5150## [ 0.56]
5251
5352### Changed
Original file line number Diff line number Diff line change 1- ktfmt.version =0.59-SNAPSHOT
1+ ktfmt.version =0.59
22kotlin.code.style =official
33org.gradle.jvmargs =-Xmx2G
You can’t perform that action at this time.
0 commit comments