Releases: go-language-server/protocol
Releases · go-language-server/protocol
v0.5.0
v0.4.2
v0.4.1
v0.4.0
v0.3.1
v0.3.0
v0.2.2
v0.2.1
v0.2.1
- [
a11593935f
] - README: fix package top level synopsis and fix badge url (@zchee) - [
bd04d28ff7
] - doc: change package top level synopsis (@zchee) - [
fffefeba9f
] - general: change ServerCapabilities.RenameProvider type to interface (@zchee) - [
5410622887
] - general: fix ServerCapabilities.RenameProvider type (@zchee) - [
c6dbf9c358
] - general,types: fix lint suggestion (@zchee) - [
2b2d315ad8
] - module: update modules (@zchee) - [
b5b95317eb
] - server: fix Rename method return type to *WorkspaceEdit (@zchee)
v0.2.0
- [
c6dbf9c358
] - general,types: fix lint suggestion (@zchee) - [
91a5b93cf3
] - basic: fix testcase for use uri.URI (@zchee) - [
817192ef92
] - module: update modules (@zchee) - [
c78dfdad70
] - all/gojay: use uri.URI and fix testcases (@zchee) - [
75d1e810d5
] - all: use uri.URI instead of DocumentURI (@zchee) - [
8e3031c505
] - module: update modules (@zchee) - [
a1571d0958
] - basic,general: fix lint suggestion (@zchee) - [
05c545a104
] - ci/circleci: support gojay build tags linting (@zchee) - [
0f8235a012
] - lint/golangci: update golangci config (@zchee) - [
e82024d381
] - workspace: format (@zchee) - [
423f8cdc50
] - workspace: fix FileEvent.Type type to FileChangeType (@zchee) - [
e36b7c9b51
] - module: update modules (@zchee) - [
30acb0674d
] - README,doc: fix package top level synopsis (@zchee) - [
5c58583816
] - ci/codecov: update codecov config (@zchee) - [
b27f56a159
] - ci/circleci: use parallelism testing (@zchee) - [
dea7ba96e9
] - Makefile: add coverage/ci/gojay target (@zchee) - [
9806b47fa2
] - general: fix non-omitempty fields initialize (@zchee) - [
c3946c5de3
] - general: fix testcase to <Space> is not character, it's vim specific (@zchee) - [
2cd1131aeb
] - client: send void client response to client/registerCapapbility (@zchee) - [
e69883fc86
] - basic: fix VersionedTextDocumentIdentifier.Version testcases (@zchee) - [
60065c5c91
] - protocol: remove unused code (@zchee) - [
580da8bf13
] - client: {Un}RegisterCapapbility is a request, not a notification (@zchee) - [
598a2cdb1f
] - module: update modules (@zchee) - [
3a1a7152f3
] - keys,pool: add gojay build tag (@zchee)
v0.1.6
- [
3a1a7152f3
] - keys,pool: add gojay build tag (@zchee) - [
8012dd02e5
] - basic: change VersionedTextDocumentIdentifier.Version to uint64 pointer (@zchee) - [
56a126e545
] - types: add Uint64Ptr function (@zchee) - [
9708b125fa
] - Makefile: add gojay tag to coverage/ci (@zchee) - [
a91770c323
] - Makefile: add test/gojay target (@zchee) - [
dc9981e231
] - all: split json and gojay testcases (@zchee) - [
2122b42f30
] - server: split json and gojay implementation (@zchee) - [
d6f2c53aca
] - client: split json and gojay implementation (@zchee) - [
533275d8fd
] - internal/gojaypool: add gojay build tag (@zchee) - [
73b38c7e5f
] - all: rename *_gen.go to *_gojay.go and add gojay build tag (@zchee) - [
843b17e9ca
] - hack/make/go: update go.mk (@zchee) - [
5761e02e7f
] - module: update modules (@zchee) - [
2a0e5ed648
] - server: implements Declaration and PrepareRename (@zchee)