Skip to content

Releases: neovim/go-client

v1.2.1

18 Jan 22:07
37f6413
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

v1.2.0

11 Dec 07:34
baa03c6
Compare
Choose a tag to compare

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

08 Mar 15:18
a45dcbd
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • About HandleFunction #75

Merged pull requests:

  • nvim: rename some type names #105 (zchee)
  • github/workflows: update macos to 11.0 #103 (zchee)
  • github/workflow: fix cache key #100 (zchee)
  • github/workflow: add 1.16.x and drop 1.13.x #98 (zchee)
  • nvim: refactor api #97 (zchee)

v1.1.6

24 Jan 04:26
e196786
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

  • nvim: add SetBufferText and Echo apis #96 (zchee)
  • msgpack: add benchmarks #93 (zchee)
  • Support windows test #92 (zchee)
  • msgpack: add more testcases #91 (zchee)
  • nvim: support named return on Batch methods #90 (zchee)

v1.1.5

31 Dec 14:45
5df923d
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

  • nvim: fix and add documentation for APIs #82 (zchee)

v1.1.4

30 Dec 18:59
8b755b9
Compare
Choose a tag to compare

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, add AllOptionsInfo and OptionInfo #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)

v1.1.3

09 Nov 08:20
42f62bc
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

  • github: add go1.15.x, remove support 1.12.x #81 (zchee)
  • Remove get virtual text fix extmark #78 (zchee)
  • README: change GoDoc badge to pkg.go.dev #77 (zchee)
  • Improve Reademe for usage. #76 (glepnir)

v1.1.2

25 Jun 19:30
e544052
Compare
Choose a tag to compare

v1.1.1

05 Apr 07:04
c096c30
Compare
Choose a tag to compare

v1.1.0

10 Feb 16:37
7967d8f
Compare
Choose a tag to compare
README: fix badge link