Packages

Elixir-native, protocol-focused Language Server Protocol toolkit.

Current section

Files

Jump to
elixir_lsp CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.1.0 - 2026-02-08
- Initial public release.
- Core LSP framing and JSON-RPC message model.
- Native method registry and typed message structs.
- Protocol server with cancellation, timeout, and middleware support.
- Router DSL and capability builder.
- Production-safe stdio transport (`:content_length` default).
- State toolkit for document/workspace lifecycle.
- LSP helper types with map coercion helpers.
- In-memory test harness and OTP child spec helpers.