From 824fbe0436bf8f8e7ba11996c1f5fc21dde9960e Mon Sep 17 00:00:00 2001 From: Lukasz Samson Date: Wed, 21 Feb 2024 16:45:50 +0100 Subject: [PATCH] bump version update changelog --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf2f92564..40c12d071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ ### Unreleased +### v0.20.0: 21 February 2024 + +#### Highlights + +- Selection ranges provider added. This provider handles expand/shrink selection editor commands in a semantic aware way +- Completions, hover and signature help providers now are able to display `@doc` and other attributes data from the currently edited buffer +- Hover provider now returns markdown with working links to hexdocs and erlang documentation. Support for [ExDoc autolinking](https://hexdocs.pm/ex_doc/readme.html#auto-linking) and [erlang see tags](https://www.erlang.org/doc/apps/erl_docgen/inline_tags#%3Csee*%3E---see-tags) has been added + +#### Improvements + +- Completions provider renders metadata about returned items. Metadata includes info on `since`, `deprecated`, `impl` attributes as well as a number of other flags (hidden, optional, opaque, overridable etc.) +- Completions provider is now able to suggest callbacks and protocol functions defined in the current buffer +- Completions provider is now able to suggest return values when implementing callbacks and protocol functions defined in the current buffer +- Documentation and signatures is provided on builtin function in more cases +- Avoid race conditions when reading mix project in workspace symbols provider +- Avoid a crash in document symbols provider when unable to determine the end of expression +- Avoid a crash when `locals_without_parens` contains invalid elements +- Improved resilience of alias expander + +#### Fixes + +- Hover provider would emit invalid markdown when it contained escaped `#` and links with anchor +- Fixed a crash in workspace symbols provider when the directory is no longer a mix project +- Workaround an issue when elixir compiler would emit a diagnostic with invalid Unicode +- Fixed a crash when `Mix.env` cannot be retrieved +- Fixed a crash in spec code lens on protocol def with default arguments +- Added a workaround for a crash when reading module exports while it is being compiled +- Fixed a crash when formatting an atom argument +- Fixed a crash when handling an invalid typespec +- Fixed a crash when in complete provider when unable to expand a phoenix controller + ### v0.19.0: 21 January 2024 #### Highlights diff --git a/VERSION b/VERSION index 1cf0537c3..5a03fb737 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.19.0 +0.20.0