Skip to content

Releases: openrewrite/rewrite-kotlin

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

0.2.1

24 Feb 00:14
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

0.2.0

16 Feb 04:10
Compare
Choose a tag to compare

Full Changelog: v0.1.1...v0.2.0

0.1.1

03 Feb 22:28
Compare
Choose a tag to compare

Standardize build configuration so this will get published to Maven Central, unlike 0.1.0 which published only to our repository

0.1.0

03 Feb 21:06
Compare
Choose a tag to compare

What's Changed

  • Initial release. Basic support for parsing kotlin sources. No support for parsing kotlin scripts.

Full Changelog: https://github.com/openrewrite/rewrite-kotlin/commits/v0.1.0