Skip to content

v0.12.0 - 2025-06-12

Latest
Compare
Choose a tag to compare
@rcjsuen rcjsuen released this 12 Jun 14:03
· 2 commits to main since this release
e42c011

Added

  • Dockerfile
    • textDocument/publishDiagnostics
      • provide code actions to easily ignore build checks (#320)
  • Compose
    • textDocument/completion
      • add support for suggesting include properties (#316)

Fixed

  • Compose
    • textDocument/completion
      • fix error case triggered by using code completion before the first node (#314)
    • textDocument/definition
      • check the type of a dependency node's value before assuming it is a map and recursing into it (#324)
    • textDocument/hover
      • protect the processing of included files if the node is not a proper array (#322)
  • Bake
    • textDocument/inlineCompletion
      • check that the request is within the document's bounds when processing the request (#318)