Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

1.9.1

Compare
Choose a tag to compare
@timtebeek timtebeek released this 09 Jan 13:54
· 91 commits to main since this release
666bc77

What's Changed

  • Fix parsing of FirCallableReferenceAccess in visitCallableReferenceExpression. by @traceyyoshima in #566
  • Preserve whitespace in escaped name of import. by @traceyyoshima in #573
  • Fixed NPE from while loop with no body. by @traceyyoshima in #572
  • Added K.TypeAlias. by @traceyyoshima in #551
  • Fixed unexpected type mappings based on comparing results from FindTypeMappings. by @traceyyoshima in #578
  • Add test for change type of annotation with use site target by @rogerpeckham-toast in #577
  • Fix issue of semi-colon is lost on property accessor with no surroundings by @kunli2 in #579
  • Support mod-assign operator %= by @kunli2 in #581
  • Fix an issue of select missing by @kunli2 in #582
  • Support shebang parsing by @kunli2 in #584
  • fix Idempotent print issue on annotated type in function type parens by @kunli2 in #588
  • Fix print idempotent issue of useSite multi annotations after annotation by @kunli2 in #587
  • Bump Kotlin to 1.9.22 by @radoslaw-panuszewski in #586
  • Fix Semi-colon on inline methods after property declaration disappears by @kunli2 in #585
  • Fix issue of whitespace lost on empty while-loop body before trailing semi-colon by @kunli2 in #583

New Contributors

Full Changelog: v1.8.4...v1.9.1