Releases: elixir-tools/next-ls
Releases · elixir-tools/next-ls
v0.23.2
0.23.2 (2024-08-22)
Bug Fixes
- set refresh refs to empty map if server not ready (#539) (624588a), closes #535
v0.23.1
Bug Fixes
- definition: more robust cross ws folder definitions (#526) (ecea34f)
v0.23.0
0.23.0 (2024-06-13)
Features
Bug Fixes
- compiler warning in private compiler (c34bfe4)
- nix: update dependency hash (#511) (a483303)
- runtime: use correct archive locations (e.g. Hex) for bundled Elixir (#510) (2e9c45f)
v0.22.7
0.22.7 (2024-05-23)
Bug Fixes
- better completions for function references (#500) (c4a6852)
- index: better heuristic if a reference is from a macro (#499) (9793dd2)
v0.22.6
0.22.6 (2024-05-22)
Bug Fixes
- formatting: show message when it fails (#497) (0a68789), closes #463
- handle change and save notifications before runtime is ready (0a68789)
v0.22.5
0.22.5 (2024-05-22)
Bug Fixes
- be more resilient LSP protocol errors (#491) (28d29f6)
- completions: handle macro edge cases (#495) (ac49272)
- definition: variables inside broken code (#496) (7f134ea), closes #477
- document-symbols: ensure its spec compliant (#489) (b120cce)
- nix: use normal release for flake (#484) (8162d88)
- properly log unknown workspace command (28d29f6)
v0.22.4
0.22.4 (2024-05-16)
Bug Fixes
- completions: more accurate inside with/for (#482) (cee24a8)
- more accurate completions inside -> exprs (#480) (8f6561e)