Releases: openrewrite/rewrite-kotlin
Releases · openrewrite/rewrite-kotlin
1.4.14
v1.4.13
1.4.12
v1.4.11
What's Changed
- Fix a parsing error on function call by @kunli2 in #327
- Declare
K.FunctionType#arrow
as nullable by @knutwannheden in #328 - Optimize AddImport
hasReference
method to avoid adding redundant import by @kunli2 in #329 - Add new Kotlin formatting options by @knutwannheden in #330
Full Changelog: v1.4.10...v1.4.11
1.4.10
Full Changelog: v1.4.9...v1.4.10
1.4.9
What's Changed
Full Changelog: v1.4.8...v1.4.9
1.4.8
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
What's Changed
- Refactor constructor delegation by @knutwannheden in #290
- Fix type attribution for extension methods by @knutwannheden in #311
- Parse delegated super types by @knutwannheden in #312
Full Changelog: v1.4.6...v1.4.7
1.4.6
What's Changed
- chore(ci): bump actions/checkout from 3 to 4 by @dependabot in #304
Full Changelog: v1.4.5...v1.4.6
v1.4.5
Full Changelog: v1.4.4...v1.4.5
- Fixed a deserialization issue caused by two constructors of
KReturn