Releases: haskell/lsp
Releases · haskell/lsp
0.16.0.0
0.15.0.0
- Fix decoding of
ResponseMessage
to account fornull
messages (@cocreature) - Normalize URIs to avoid issues with percent encoding (@cocreature)
- Changed the initial callbacks type to also capture initial config (@lorenzo)
- Improved documentation (@bubba)
0.14.0.0
- Add support for custom request and notification methods
(@cocreature) - Use attoparsec to parse message headers incrementally (@cocreature)
- Only build lsp-hello when -fdemo flag is set (@bubba)
0.11.0.0
- Add support for cancellable requests within
withProgress
andwithIndefiniteProgress
- Align
withProgress
andwithIndefiniteProgress
types to be inIO
like the rest of the library (Look at usingmonad-control
andunliftio
if you need to use them with a Monad transformer stack) - Fix
window/progress/cancel
notification being a from server notification when it should be a from client notification
0.10.0.0
0.9.0.0
0.8.2.0
0.8.1.0
Document symbols and goto implementation
- Add new DocumentSymbol type and heirarchal support
- Rename CommandOrCodeAction to CAResult
- Add handler for 'textDocument/implementation' request from client
- Bump stack resolvers for lts 11 and lts 12