Release v0.10.0
See CHANGELOG.md for release notes: https://github.com/elixir-lsp/elixir-ls/blob/master/CHANGELOG.md#v0100-10-june-2022
What's Changed
- Add Elixir 1.13 to CI by @axelson in #641
- Bump all applications to 0.9.0 by @wingyplus in #644
- Set minimum Elixir 1.13 to 1.13.0 by @wingyplus in #643
- Fix dialyzer invalid contract in token_pairs.ex by @wingyplus in #646
- Fix dialyzer invalid contract in special_token.ex by @wingyplus in #647
- Fix dialyzer invalid contract in line.ex by @wingyplus in #648
- Fix dialyzer overlapping contract in comment_block.ex by @wingyplus in #649
- Use TextEdit struct instead of map string key by @wingyplus in #650
- Debugger: Allow disabling auto interpreting by @axelson in #616
- Fix docsite publish by @DaniruKun in #636
- CI: use erlef/setup-beam by @axelson in #652
- Add restart custom command by @lukaszsamson in #653
- Bump elixir sense by @lukaszsamson in #657
- add quick search to hexdocs.pm by @zhenfeng-zhu in #574
- Add support for function breakpoints in debugger by @lukaszsamson in #656
- Fix: markdown doc lines should wrap with \n\n by @BlindingDark in #663
- Handle blank mix target value properly by @mnishiguchi in #670
- Conditional breakpoints by @lukaszsamson in #661
- Add test coverage and fix some small issues in debugger variables by @lukaszsamson in #668
- Add support for hit count and log message on breakpoints by @lukaszsamson in #671
- Fix hover bug by @zhenfeng-zhu in #674
- Add support for variable expansion of evaluate results by @lukaszsamson in #672
- Add support for pause and terminateThread requests in debugger by @lukaszsamson in #675
- Fix numerous cases of incorrect utf16 positions returned and passed into elixir_sense by @lukaszsamson in #677
- Make debugger conform to DAP 1.51 continue/stepin/stepout/stepover by @lukaszsamson in #678
- Add support for hover and clipboard eval in debugger by @lukaszsamson in #680
- Add support for completions in debugger by @lukaszsamson in #679
- Add debugger variable scopes with messages and process info by @lukaszsamson in #681
- Suggest an appropriate module name with the 'defmodule' snippet by @bottlenecked in #684
- Misc mkdocs fixes by @timothyvanderaerden in #692
- Build cleanup by @lukaszsamson in #698
- Update changelog for 0.10 release by @lukaszsamson in #697
New Contributors
- @zhenfeng-zhu made their first contribution in #574
- @BlindingDark made their first contribution in #663
- @mnishiguchi made their first contribution in #670
- @bottlenecked made their first contribution in #684
- @timothyvanderaerden made their first contribution in #692
Full Changelog: v0.9.0...v0.10.0