Skip to content

Releases: openrewrite/rewrite-kotlin

1.4.14

03 Oct 09:59
Compare
Choose a tag to compare

What's Changed

  • Fix another formatting issue (e1c5589)

Full Changelog: v1.4.13...v1.4.14

v1.4.13

03 Oct 01:24
dace9d7
Compare
Choose a tag to compare

What's Changed

  • Update with rewrite 8.7.1
  • To support seperate alias import by @kunli2 in #331

Full Changelog: v1.4.12...v1.4.13

1.4.12

02 Oct 14:24
Compare
Choose a tag to compare

What's Changed

  • Fixes several Kotlin formatting bugs

Full Changelog: v1.4.11...v1.4.12

v1.4.11

29 Sep 23:20
ced89d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.10...v1.4.11

1.4.10

27 Sep 20:31
Compare
Choose a tag to compare

Full Changelog: v1.4.9...v1.4.10

1.4.9

22 Sep 11:36
Compare
Choose a tag to compare

What's Changed

  • Fix extension property getter/setter parse-to-print idempotent issue by @kunli2 in #319

Full Changelog: v1.4.8...v1.4.9

1.4.8

20 Sep 11:02
1854a26
Compare
Choose a tag to compare

What's Changed

  • Ready to support kotlin script parsing, parser to be implemented by @kunli2 in #313
  • Fix anonymous object print idempotent issue by @kunli2 in #316
  • Multiple type constraints support for classes, methods, and properties by @knutwannheden in #317

Full Changelog: v1.4.7...v1.4.8

1.4.7

13 Sep 13:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.6...v1.4.7

1.4.6

12 Sep 13:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.5...v1.4.6

v1.4.5

08 Sep 23:23
Compare
Choose a tag to compare

Full Changelog: v1.4.4...v1.4.5

  • Fixed a deserialization issue caused by two constructors of KReturn