linol/CHANGES.md
2024-05-29 13:37:32 -04:00

24 lines
592 B
Markdown

# 0.6
- Support textDocument/didSave notification
- advertise inlay hints server capability
- Implement Eio backend in `linol-eio`
- jsonrpc2: add ?on_received/?on_sent
- drop redundant dependency on atomic
# 0.5
- api break: put `spawn` in the server itself, not `IO`
- require OCaml 4.14
- migrate to lsp 1.17
- support inlay hints
- internal tracing with `trace`
- [#24] Expose get_uri for notify_back
- expose log source
- [#22] Threat shutdown and exit requests correctly
- [#20] Handle messages with null value for "params" field
- Handle server requests
- handle workDoneTokens