File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 11### Unreleased
22
3- ** Deprecations**
3+ ### v0.13.0: 8 January 2023
4+
5+ #### Improvements
6+
7+ - Completions now retur LSP 3.17 ` labelDetails ` . This allows to provide more contextual detais to completion items
8+ - Protocol implementations are no longer auto aliased
9+ - Completions requiring auto aliasing are deprioretized and visually marked
10+ - Optimisation of references tracing. It should make difference especially in macro heavy modules (e.g. Absinthe schemas)
11+ - Improvements to dependency reloading on switching branches.
12+ - Improved compatibility on Windows
13+ - Definitions provider improved handling of multiline variables [ timgent] ( https://github.com/timgent )
14+ - Definitions provider now finds correct arity function [ timgent] ( https://github.com/timgent )
15+
16+ ### Refactorings
17+
18+ - CI pipeline now runs on Windows and Linux
19+
20+ #### Deprecations
21+
422- Minimum version of Elixir is now 1.12.3
23+ - ` docsh ` fallback for erlang documentation removed. EEP 48 is supported on OTP 23+
24+ - Code action prefixing unused variables with ` _ ` has been removed due to various problems
525
626### v0.12.0: 7 November 2022
727
You can’t perform that action at this time.
0 commit comments