File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
### Unreleased
2
2
3
+ ### v0.11.0: 14 August 2022
4
+
5
+ Improvements:
6
+
7
+ - Elixir 1.14 support
8
+ - Document symbols now return non empty selection ranges. This fixes breadcrumbs behavior in vscode
9
+ - Fixed dialyzer crash on OTP 25
10
+ - Added support for mix formatter plugins ([ Dalibor Horinek] ( https://github.com/DaliborHorinek ) )
11
+ - Debugger now returns detailed info about ports, pids and function variables
12
+ - Debugger completions now return detal field
13
+ - Diagnostic positions now return column position returned by compiler (elixir 1.14+)
14
+ - Diagnostic position fixed to never return invalid negative values
15
+ - An exat ` do ` keyword completion is now preselected and more preferred over ` defoverridable `
16
+ - Fixed hexdoc links in hover for aliased modules and imported functions ([ Milo Lee] ( https://github.com/oo6 ) )
17
+ - Better module name suggestions in Phoenix ` live ` directory ([ Manos Emmanouilidis] ( https://github.com/bottlenecked ) )
18
+
3
19
** Deprecations**
4
20
- Minimum version of Elixir is now 1.11
5
21
You can’t perform that action at this time.
0 commit comments