Skip to content

v0.9.0 - 2025-05-26

Compare
Choose a tag to compare
@rcjsuen rcjsuen released this 26 May 19:51
· 84 commits to main since this release
183d761

Added

  • global initialization option to disable all Compose features (#230)
  • Compose
    • textDocument/completion
      • include the attribute's schema description when providing enum suggestions (#235)

Changed

  • Dockerfile
    • textDocument/hover
      • recommended_tag diagnostics are now hidden by default (#223)
    • textDocument/publishDiagnostics
      • recommended tag hovers are now hidden by default (#223)

Fixed

  • correct initialize request handling for clients that do not support dynamic registrations (#229)
  • Dockerfile
    • textDocument/hover
      • hide vulnerability hovers if the top level setting is disabled (#226)
    • textDocument/publishDiagnostics
      • consider flag changes when determining whether to scan a file again or not (#224)
  • Compose
    • textDocument/hover
      • fixed a case where an object reference's description would not be returned in a hover result (#233)