Releases: popoffvg/tengo-lsp
Releases · popoffvg/tengo-lsp
Release list
v0.2.5
v0.2.4
[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
v0.2.2
[0.2.2] - 2026-06-06
Bug Fixes
- Indent trailing-dot method chains
v0.2.1
[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
[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
Outline: surface builder methods (key: func(...)) under their top-lev…
v0.1.2
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
v0.1.0
init: Tengo LSP server with GitHub Actions release pipeline Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>