Skip to content

Releases: openrewrite/rewrite-kotlin

1.1.0

14 Jun 07:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

1.0.0

02 Jun 01:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v1.0.0

0.4.1

25 Apr 17:11
6b36efc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

0.4.0

20 Apr 23:18
360e005
Compare
Choose a tag to compare

What's Changed

  • Update with rewrite 7.40.0
  • Fix a changePackage error with class inheritance by @kunli2 in #101

New Contributors

Full Changelog: v0.3.5...v0.4.0

0.3.5

13 Apr 16:07
dbedf95
Compare
Choose a tag to compare

What's Changed

  • Remove automatic source set addition to compilation units by @shanman190 in #95

New Contributors

Full Changelog: v0.3.4...v0.3.5

0.3.4

13 Apr 02:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

0.3.3

07 Apr 23:33
Compare
Choose a tag to compare

What's Changed:

  • Parsing error: @get:JvmName(..). fixed by c1cc224
  • Parser error: on when conditions from FirTypeOperatorCall. fixed by 8672343
  • Parsing error in SignatureBuilder from ConeTypeProject Intersection type. fixed by 909dc18
  • ParserError: on ErrorNamedReference that are not KtRealPsiSourceElements. fixed by 19ea45b
  • ParserError: on VarargArgumentExpression. fixed by e7aa8d1
  • Parser error: ClassCastException on property access in when. fixed by f75c784
  • Parser error: Unsupported logical operator in when expression. fixed by 7447a0b

Full Changelog: v0.3.2...v0.3.3

0.3.2

07 Apr 03:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

0.3.1

05 Apr 00:57
Compare
Choose a tag to compare

What's Changed

  • Added support for destructed property declarations. #58
  • Added support for method references without an explicit receiver. #64

0.3.0

04 Apr 02:17
7c4cdcb
Compare
Choose a tag to compare

What's Changed

  • Updated with rewrite 7.39.0.
  • Suspend lambda gets mangled during parsing/rewrite by @nomisRev in #55
  • Add failing test destruct by @nomisRev in #57
  • Add tests for issue 56 and 60 by @nomisRev in #61
  • Added support of suspend modifier on lambdas. by @traceyyoshima in #62

Full Changelog: v0.2.6...v0.3.0