Skip to content

Latest commit

 

History

History
85 lines (62 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

85 lines (62 loc) · 1.81 KB

Change Log

All notable changes to the language server will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[0.5.2]

  • Fix Docker image tag

[0.5.1]

  • Fix Docker deployment and codeblock grammar

[0.5.0]

  • Add Docker support
  • Add support for TCP transport

[0.4.0]

  • Add support for Kotlin DSL buildscripts
  • Add support for non-Maven/Gradle projects
  • Improve Java-to-Kotlin converter
  • Use the Field icon instead of Property icon in completion lists
  • Add experimental support for multiplatform projects
  • Introduce the 'kls' URI scheme

[0.3.0]

  • Improve trailing lambda completions
  • Provide completions for generic extension methods

[0.2.9]

  • Include a grammar ZIP in the release assets

[0.2.8]

  • Include grammars distribution in release

[0.2.7]

  • Improve release naming

[0.2.6]

  • Remove version postfix from ZIP distributions

[0.2.5]

  • Move editor extensions into separate repositories

[0.2.0]

  • Rewrite Java-to-Kotlin converter from scratch
  • Implement Kotlin formatter
  • Add keyword completions
  • Make completions more reliable

[0.1.13]

  • Kotlin 1.3.11 support
  • Detailed completion signatures for overloaded methods
  • Updated to VSCode ^1.30.2
  • Improved dependency resolution logs

[0.1.12]

  • Kotlin 1.2.70 support

[0.1.11]

  • Improved keyword syntax highlighting

[0.1.10]

  • More compact distribution
  • Security fixes
  • Fixed decompiler

[0.1.6]

  • Bugfixes related to Gradle dependency resolution in combination with Android projects

[0.1.5]

  • Bugfixes related to Kotlin stdlib resolution through Gradle

[0.1.4]

  • Async language server operations

[0.1.3]

  • Java to Kotlin converter

[0.1.2]

  • First stable build

[0.1.1]

  • Migrated to the Gradle build tool

[0.1.0]

  • Initial release