Skip to content

v0.7.0 - 2025-05-09

Compare
Choose a tag to compare
@rcjsuen rcjsuen released this 09 May 21:58
· 151 commits to main since this release
ff32320

Added

  • Compose
    • textDocument/completion
      • support build stage names for the target attribute (#173)
      • set schema documentation to the completion items (#176)
      • automatically suggest boolean values for simple boolean attributes (#179)
      • suggest service names for a service's extends or extends.service attribute (#184)
    • textDocument/hover
      • render a referenced service's YAML content as a hover (#157)

Fixed

  • Compose
    • textDocument/inlayHint
      • prevent circular service dependencies from crashing the server (#182)