Releases: ray-x/go.nvim
Releases · ray-x/go.nvim
neovim 0.10
Cut off for neovim 0.10.x.
What's Changed
- made change to close qf windown when same command is run again and al… by @kkrime in #458
- fix:
diagnostic
config may be a false by @Mr-LLLLL in #466 - fix: add back compatibility with neovim v0.9 by @mehalter in #469
- Update playground README by @zdk in #478
- fix: limit codelens refresh to current buffer by @leejuyuu in #476
- Spell "debugger" properly by @greg0ire in #479
- Ignore
doc/tags
by @mrak in #480 - doc: fix inaccurate description of :GoBuild cmd by @antoineco in #486
- fix: GoBuild cmd completion is not module-compatible by @antoineco in #487
- Fix injeciton for sql and json by @wiserfz in #497
- Update to fmt.Errorf for returning errors snippet by @brandonpollack23 in #502
- Fix lsp hints when disable
lsp_inlay_hints
by @wiserfz in #501 - Improve command description by @greg0ire in #504
- Add option to disable semantic highlights by @Kidsan in #506
- fix(gotmpl): cleanup tree-sitter by @qvalentin in #507
- Fix codelens clear behavior by @weirdgiraffe in #509
- bugfix: check diagnostic type before using by @lkzz in #514
- Enabling select test to run on floatterm by @camiloavelar in #520
- fix forcing test godebug on
GoDebug
without params by @gcollura in #521 - Add dap_enrich_config to pass enrich_config to dap adapter config by @gcollura in #522
- fix(gopls): handle nil diagnostic config by @tris203 in #542
- fix sql injection by @ddemidov in #544
- feat: option to remap (or disable) vim command creation by @fredrikaverpil in #548
- fix(injections): make json injections work in nvim 0.10.0 by @DanWlker in #552
New Contributors
- @kkrime made their first contribution in #458
- @mehalter made their first contribution in #469
- @zdk made their first contribution in #478
- @leejuyuu made their first contribution in #476
- @greg0ire made their first contribution in #479
- @mrak made their first contribution in #480
- @antoineco made their first contribution in #486
- @wiserfz made their first contribution in #497
- @brandonpollack23 made their first contribution in #502
- @Kidsan made their first contribution in #506
- @qvalentin made their first contribution in #507
- @camiloavelar made their first contribution in #520
- @gcollura made their first contribution in #521
- @tris203 made their first contribution in #542
- @ddemidov made their first contribution in #544
- @fredrikaverpil made their first contribution in #548
- @DanWlker made their first contribution in #552
Full Changelog: v0.9.0...v0.10.0
Release for nvim_0.9
In case anyone stays with nvim 0.9.
Feature release and neovim 0.7
Features:
- Side bar
- lua snips
- neovim 0.7 API
- mock gen
- json to struct
- code lens
- code inlay
- coverage
- ...
Stable release before I messing up go test
There may be lots of updates and things may break for the coming commits.