Skip to content

v0.17.0

Compare
Choose a tag to compare
@rcasia rcasia released this 06 Oct 16:41
· 8 commits to main since this release
b880a7d

0.17.0 (2024-10-06)

Features

  • Breaking Change: use jdtls compiler #153, relates to #75

Breaking Change Explanation

The project has switched to using the jdtls compiler instead of the previous compilation method. This change brings significant improvements but also introduces some breaking changes:

  • Improved Performance and Reliability: The jdtls compiler offers faster compilation times and enhanced reliability.
  • Configuration Changes Needed: Existing setups that rely on the old compiler may need to be updated to work with the jdtls compiler.
  • Action Required: Please update your configurations and dependencies as per the updated documentation to accommodate this change.