Releases: elixir-tools/gen_lsp
Releases · elixir-tools/gen_lsp
v0.11.0
0.11.0 (2025-07-03)
⚠ BREAKING CHANGES
- async requests and request cancelling (#67)
- change schematic functions to schema (#61)
Features
Bug Fixes
- change schematic functions to schema (#61) (a9fa987)
- spec for GenLSP.Test.server/2 (374b05b)
v0.10.0
0.10.0 (2024-05-31)
Features
- be resilient to user level exceptions (#58) (4baee2f)
v0.9.0
0.9.0 (2024-05-20)
⚠ BREAKING CHANGES
- be resilient to LSP protocol errors (#56)
Features
- be resilient to LSP protocol errors (#56) (fce380f)
v0.8.1
0.8.1 (2024-02-28)
Bug Fixes
- add timeout parameter to GenLSP.request/3 (b6963bb)
- unify result in server to client request (f2f0ba0)
v0.8.0
0.8.0 (2024-02-28)
Features
- test: shutdown_client!/1 and shutdown_server!/1 (470dae6)
v0.7.3
0.7.3 (2024-02-15)
Bug Fixes
- handle {:more, L} from decode_packet (fb0cbd4)
v0.7.2
0.7.2 (2024-02-14)
Bug Fixes
- avoid FunctionClauseError in transport stream (5504b17)
v0.7.1
0.7.1 (2024-01-02)
Bug Fixes
- protect String.split from >2 parts (#50) (9988f4a)
v0.7.0
0.7.0 (2023-11-29)
Features
v0.6.3
0.6.3 (2023-11-07)
Bug Fixes
- clarify errors by handling more clauses (#45) (610b17f)