[go: up one dir, main page]

Skip to content

Third public release, 0.0.3-beta.1

Latest
Compare
Choose a tag to compare
@spytheman spytheman released this 13 Dec 13:10
· 15 commits to main since this release
0.0.3-beta.1
a796f25

Syntax enhancements & bug fixes:

∙ Fix support for multiline comments (#75).
∙ Fix interface ref type highlight (#76).
∙ Fix support for struct field attributes (#74).
∙ Fix interface embeds and interface fields (#78).
∙ Fix assert cond, message statements (#65).
∙ Support @[attribute], fix signature, fix interface highlights.

Language server enhancements:

∙ Enable exit commands, to prevent lingering v-analyzer processes after
an editor restart (#77).
∙ server: fix NO_RESULT_CALLBACK_FOUND in neovim (#59).
∙ Build the v-analyzer executable on linux as static in release mode, to
make it more robust and usable in more distros.

Others:

∙ docs: add neovim install instructions (#63).
∙ CI improvements, to make releases easier, and to keep the code quality high.
∙ Update the vscode extension package to vscode-v-analyzer-0.0.3.vsix .
∙ Make v-analyzer --version show the build commit as well.

Note: this is still a beta version, expect bugs and please report them in
our issues tracker .