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 11### Unreleased
22
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+
319** Deprecations**
420- Minimum version of Elixir is now 1.11
521
You can’t perform that action at this time.
0 commit comments