Releases: neovim/go-client
Releases · neovim/go-client
v1.2.1
v1.2.0
Full Changelog
Fixed bugs:
- codecov: remove flags definition #122 (zchee)
- update codecov-action to v2 and fix codecov flags #121 (zchee)
Closed issues:
- Failures when running tests (e.g. for DeleteBuffer) #102
Merged pull requests:
- nvim: support nvim v0.6.0 APIs #125 (zchee)
- github/workflow: update nvim version to v0.6.0 #124 (zchee)
- nvim: split deprecated functions #123 (zchee)
- nvim: add skipVersion test util for API version compatibility #119 (zchee)
- github/workflow: add nightly neovim version matrix and update windows os to windows-2022 #118 (zchee)
- Upgrade the Go version to 1.17.x #117 (zchee)
- github/workflow: fix codeql workflow syntax #114 (zchee)
- nvim: implements Notify, OpenTerm and HideWindow following neovim/neovim@b274b98 #113 (zchee)
- github/workflow: fix codeql checkout fetch-depth to 2 #112 (zchee)
- github/workflow: add CodeQL workflow #111 (zchee)
- nvim: Update documentation and small optimize #108 (zchee)
- nvim: add Buffer event types #106 (zchee)
- nvim: add-more-testcases #101 (zchee)
v1.1.7
v1.1.6
v1.1.5
v1.1.4
Full Changelog
Closed issues:
- Change CI SaaS to CircleCI #39
Merged pull requests:
- github/workflows: use actions/cache #89 (zchee)
- github/workflows: upgrade runs-on to ubuntu-20.04 and fix codecov flags #87 (zchee)
- nvim: add deprecatedSince(7) to
ClearBufferHighlight
, addAllOptionsInfo
andOptionInfo
#85 (zchee) - nvim: implements neovim/neovim@4ae31c4 APIs #84 (zchee)
- github: set codecov.flags #83 (zchee)
- If CommandCompletionArgs.CursorPosString is a string, and not at int, #80 (WhoIsSethDaniel)