Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Releases: joefitzgerald/go-plus

v3.0.8

05 Jan 22:54
Compare
Choose a tag to compare
  • πŸ› Fix integration with autocomplete-plus (fixes #101)

v3.0.7

05 Jan 22:54
Compare
Choose a tag to compare
  • πŸ”¨ Migrate go tools repos with the release of 1.4
  • πŸ”¨ Use new autocomplete-plus registration API (you may need to uninstall/reinstall autocomplete-plus, or run apm install autocomplete-plus to get gocode integration working again)
  • πŸ› Due to the go tools location moving, you will need to: rm -rf $GOPATH/src/code.google.com/p/go.tools and rm -rf $GOPATH/src/golang.org/x , and then run Update Tools to get your tools back to a working state with Go 1.4

v3.0.6

05 Jan 22:54
Compare
Choose a tag to compare
  • πŸ› Add error handling when interacting with TextEditor and Buffer to guard against a destroyed TextEditor (fixes #100)

v3.0.5

05 Jan 22:55
Compare
Choose a tag to compare
  • πŸ’„ Send the current buffer path to gocode to allow autocomplete within the current package (see #98)
  • πŸ”¨ Fix tests

v3.0.4

05 Jan 22:55
Compare
Choose a tag to compare
  • πŸ’„ Avoid potential 🐎 condition (see #96)

v3.0.3

05 Jan 22:55
Compare
Choose a tag to compare
  • πŸ› Fix error from glob (fixes #96)

v3.0.2

05 Jan 22:56
Compare
Choose a tag to compare
  • No changes over v3.0.1

v3.0.1

05 Jan 22:59
Compare
Choose a tag to compare
  • πŸ› Ensure Autocomplete activation works (fixes #95)

v3.0.0

05 Jan 23:00
Compare
Choose a tag to compare
  • 🎁 Gocode integration - major thanks to @andy-inc for the contribution! (fixes #2, #4, #94)

v2.1.3

05 Jan 23:00
Compare
Choose a tag to compare
  • πŸ› Ensure GOPATH is correctly set when calling Format, Lint, and Vet tools (thanks @azr!) (fixes #89)
  • πŸ’„ Fix issue with cover caused by migration of tools import paths to golang.org/x/... (related to #92)