File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11### Unreleased
22
3+ ### v0.26.0: 30 December 2024
4+
5+ #### Highlights
6+
7+ - Support for elixir 1.18
8+
9+ #### Improvements
10+
11+ - Ash framework spark_opts metadata is no longer rendered in function docs [ Jesse Williams] ( https://github.com/fr-joseph )
12+ - Added a workaround for OTP 27 crash on Windows related to persistent_term https://github.com/erlang/otp/issues/9222
13+ - Removed DETS backend from tracer. It turned out to be too unstable. Now tracer uses only ETS
14+ - Completions provider is now able to return record fields from remote records on elixir 1.18+
15+ - Behaviours implemented by a module are now rendered in docs on hover/complete
16+ - Selection ranges provider is now able to return correct ranges for expressions with parens on elixir 1.18+
17+ - Definition/References providers are now working correctly with ` &1 ` capture variables on elixir 1.18+
18+
19+ #### Fixes
20+
21+ - Fixed a crash in AST processing on elixir <= 1.14 when ` end_of_expression ` metadata does not define column
22+
323### v0.25.0: 15 December 2024
424
525#### Improvements
Original file line number Diff line number Diff line change 1- 0.25 .0
1+ 0.26 .0
You can’t perform that action at this time.
0 commit comments