Skip to content

Releases: popoffvg/tengo-lsp

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 06 Jun 14:14

[0.2.5] - 2026-06-06

Build & CI

  • Auto-update Homebrew tap and document brew install

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 06 Jun 13:45

[0.2.4] - 2026-06-06

Bug Fixes

  • Keep wrapped/sub doc lines attached to their @param/@return
  • Render doc sub-bullets on their own line

Miscellaneous

  • Drop list markers from doc params, use hard line breaks

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 06 Jun 13:32

[0.2.3] - 2026-06-06

Features

  • Render @param/@return doc tags as Markdown sections

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 06 Jun 12:50

[0.2.2] - 2026-06-06

Bug Fixes

  • Indent trailing-dot method chains

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 06 Jun 12:42

[0.2.1] - 2026-06-06

Bug Fixes

  • Line-based indentation and blank-line collapse
  • Rename re-export keys and stop touching same-named privates

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 11:41

[0.2.0] - 2026-06-06

Features

  • Add textDocument/formatting and fmt CLI
  • Add tengo-fmt Claude Code plugin and marketplace

Build & CI

  • Set up git-cliff changelog generation and commit-msg hook

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 28 May 07:08
Outline: surface builder methods (key: func(...)) under their top-lev…

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 28 May 06:53
Add document outline symbols (textDocument/documentSymbol)

Top-level imports/functions/variables plus an 'export' group whose
children are the keys of the file's export { ... } map. Each member's
signature surfaces as detail; locals inside function bodies are excluded.

Bump to 0.1.2.

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 27 May 20:20
Release v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 May 17:03
init: Tengo LSP server with GitHub Actions release pipeline

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>