Skip to content

v0.2.0

Compare
Choose a tag to compare
@olafurpg olafurpg released this 22 Nov 08:18
· 44 commits to main since this release
477d1a1

KDoc and symbol signatures

Previously, the hover message for Kotlin sources only displayed the name of the symbol. Now, the hover message includes the symbol signature and KDoc.

  • Add documentation with the type signature and kdoc by @olafurpg in #21

What's Changed

  • ktfmt: fix indentation for multiline strings in tests by @Strum355 in #10
  • Update dependency io.kotest:kotest-assertions-core to v4.6.3 by @renovate in #18
  • Update dependency com.sourcegraph:semanticdb-javac to v0.6.12 by @renovate in #12
  • Update dependency org.junit.jupiter:junit-jupiter-params to v5.8.1 by @renovate in #19
  • Update plugin com.github.johnrengelman.shadow to v7 by @renovate in #20
  • Update plugin com.diffplug.spotless to v5.17.1 by @renovate in #14

Full Changelog: v0.1.0...v0.2.0