Skip to content

Releases: openrewrite/rewrite-kotlin

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

0.2.6

22 Mar 22:09
Compare
Choose a tag to compare

Full Changelog: v0.2.5...v0.2.6

0.2.5

15 Mar 19:12
Compare
Choose a tag to compare

What's Changed

  • Add two failing tests for ChangeType by @nomisRev in #41
    • Fix: Added type attribution for Parameterized type on FirResolvedTypeRef.

New Contributors

Full Changelog: v0.2.4...v0.2.5

0.2.4

15 Mar 01:36
Compare
Choose a tag to compare

What's Changed

  • Update with rewrite 7.38.0
  • refactor: JUnit Jupiter best practices by @yeikel in #36
  • Clean up error reporting by @traceyyoshima in #38

New Contributors

Full Changelog: v0.2.3...v0.2.4

0.2.3

07 Mar 00:26
Compare
Choose a tag to compare

What's new

  • Fixed Assertions#kotlin(before, after) a283ec4
  • Fixed parsing for companion object ae1fb43
  • Fixed parsing of destructured lambda parameters 69d3900

Full Changelog: v0.2.2...v0.2.3

v0.2.2

03 Mar 21:41
Compare
Choose a tag to compare

What's new

  • Updated with rewrite 7.37.3
  • Add support for import aliases by @sambsnyd in 617c064

Full Changelog: v0.2.1...v0.2.2