NEWS
box.lsp 0.1.4 (2026-03-17)
- No changes made to LSP plugin logic. Changes made to unit tests.
- Update test helper utils to match
{[email protected]}
- Skip tests on CRAN because this is a Language Server Protocol plugin and cannot be tested reliably outside of an LSP environment.
- Minor: updated
.lintr to respect existing use of %>% pipe.
- Minor: test code clean-up
box.lsp 0.1.3 (2024-09-19)
- Added a check for
box.lsp before loading the box.lsp languageserver options. This was causing CI and Docker builds to fail.
box.lsp 0.1.2 (2024-09-16)
- Fixed critical bug that causes
languageserver to crash: Handle long function signatures spanning across multiple lines. (@Gotfrid #23)
box.lsp 0.1.1 (2024-09-10)
- Fixed one unit test on Windows that returns a different length of values.
box.lsp 0.1.0 (2024-09-02)
First release.