Skip to content

Releases: openrewrite/rewrite-kotlin

v1.7.3

17 Nov 22:19
bc08bf6
Compare
Choose a tag to compare

What's Changed

  • No doubling of trailing whitespace for function type in parens by @knutwannheden in #424
  • Fix parsing of named spread arguments by @knutwannheden in #425
  • Update K.DestructuringDeclaration model to support restructuring declaration with types by @kunli2 in #426
  • Fixed IndexOutOfBounds exception and method types for named arguments in invocations. by @traceyyoshima in #427
  • Fix type parameter with variant modifiers like in out and reified and leading annotations by @kunli2 in #429
  • Provide more info on ClassCastExceptions. by @traceyyoshima in #430
  • support use site annotation with multiple annotation included by @kunli2 in #431

Full Changelog: v1.7.2...v1.7.3

v1.7.2

16 Nov 08:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.7.2

1.7.1

15 Nov 18:56
Compare
Choose a tag to compare

What's Changed

  • Added support for protected_static visibility in KotlinTypeMapping. by @traceyyoshima in #384

Full Changelog: v1.7.0...v1.7.1

1.7.0

11 Nov 00:54
940cdd4
Compare
Choose a tag to compare

What's Changed

  • Update with rewrite 8.9.0
  • Updated KotlinTypeMapping#methodInvocationType to use symbol to set paramNames list instead of function. by @traceyyoshima in #367
  • Optimize PsiElementAssociations filtering, to filter FirUserTypeRef since it produce no type by @kunli2 in #368
  • Print syntax errors for visibility in tests, and polish test. by @traceyyoshima in #369
  • Disable folding imports by @kunli2 in #371
  • Fix trailing comment of K.FunctionType by @kunli2 in #372
  • Updated KotlinTypeMapping to support private_to_this visibility. by @traceyyoshima in #378
  • Fixed type on import aliases. by @traceyyoshima in #379
  • Fixed import type resolution and super type references. by @traceyyoshima in #382
  • Catch exceptions and create a J.Unknown in visitKtFile. by @traceyyoshima in #383

Full Changelog: v1.6.0...v1.7.0

1.6.0

08 Nov 05:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.6.0

1.5.1

27 Oct 21:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

1.5.0

20 Oct 06:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.15...v1.5.0

1.4.15

15 Oct 18:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.14...v1.4.15

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