Skip to content

1.3.0

Compare
Choose a tag to compare
@rgrunber rgrunber released this 26 Jan 15:31
· 440 commits to master since this release
  • enhancement - Support completion for lambda expressions. See JLS#1985.
  • enhancement - Add "Convert to Switch Expression" code assist proposal. See JLS#1935.
  • enhancement - Support Gradle compatibility check. See #2225.
  • enhancement - Language server status bar item is not in sync with the real status. See #2243.
  • bug fix - Fix regression in signature help. See JLS#1980.
  • bug fix - Provide a way to disable embedded JRE. See #2276.
  • bug fix - Projects containing windows symlink directories are not recognized. See #2264.
  • bug fix - JDK installed via Homebrew is not detected. See #2254.
  • bug fix - Avoid duplicate quick fixes when showing all quick fixes on a line. See #2236.
  • bug fix - "Go to References" result contains inaccurate references. See #2227.
  • bug fix - Ensure gradle wrappers are correctly processed on project import. See #2218.
  • build - Fix Jenkinsfile to publish the correct generic extension version. See #2252.
  • other - Change minimum JDK requirement listed in documentation. See #2275.