Skip to content

v0.13.0 - 2025-07-09

Choose a tag to compare

@rcjsuen rcjsuen released this 09 Jul 16:37
· 245 commits to main since this release
d798493

Added

  • Compose
    • update schema to the latest version
    • textDocument/completion
      • support completing model object names (#343)
    • textDocument/definition
      • support jumping to referenced model objects (#343)
    • textDocument/documentHighlight
      • support highlighting referenced models objects (#343)
    • textDocument/documentLink
      • support recursing into anchors when searching for document links (#329)
      • return document links for the file attribute of a service object's credential_spec (#338)
    • textDocument/documentSymbol
      • show model objects in the document symbol tree (#343)
    • textDocument/prepareRename
      • allow preparing rename on model objects (#343)
    • textDocument/rename
      • support renaming model objects (#343)

Fixed

  • Compose
    • textDocument/completion
      • prevent errors if an empty JSON object is the content of the YAML file (#330)
      • check character offset before processing to prevent errors (#333)