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

Releases: joefitzgerald/go-plus

v2.1.2

05 Jan 23:00
Compare
Choose a tag to compare
  • πŸ’„ Change import paths for Go tools to new golang.org/x/... path (thanks @hansrodtang!)
  • πŸ”€ Documentation updates

v2.1.1

05 Jan 23:00
Compare
Choose a tag to compare
  • πŸ”€ Tone down the color scheme for Display Go Information
  • πŸ”€ Add a hint about Mercurial for missing tools that require hg for a successful go get

v2.1.0

05 Jan 23:01
Compare
Choose a tag to compare
  • πŸ†• Add support for goreturns (#84)
  • πŸ”€ Warn when git and hg cannot be found (#55)
  • πŸ”€ Add operating system and Atom information to Display Go Information output (#85)
  • πŸ› Don't try to use folders named go as the go executable
  • πŸ’„ Add descriptions to go-plus settings
  • πŸ’„ Add order to go-plus settings
  • πŸ’„ Move to new Atom API(s) to fix test deprecation warnings

v2.0.10

05 Jan 23:02
Compare
Choose a tag to compare
  • πŸ› Ensure gutter highlighting occurs and coverage is displayed (fixes #66)

v2.0.9

05 Jan 23:02
Compare
Choose a tag to compare
  • πŸ’„ Remove deprecation warnings

v2.0.8

05 Jan 23:02
Compare
Choose a tag to compare
  • πŸ› Actually parse /usr/libexec/path_helper output correctly

v2.0.7

05 Jan 23:13
Compare
Choose a tag to compare
  • πŸ†• Use /usr/libexec/path_helper on OS X to set the PATH when Atom is launched via Dock / Finder / Spotlight (fixes #54, helps with #55)

v2.0.6

05 Jan 23:13
Compare
Choose a tag to compare
  • πŸ†• Support GAE's goapp / goapp.bat (fixes #58, #59)

v2.0.5

05 Jan 23:13
Compare
Choose a tag to compare
  • πŸ› Fix issue which prevented the save pipeline from triggering if you opened a file that was not .go

v2.0.4

05 Jan 23:14
Compare
Choose a tag to compare
  • πŸ› Really nailed the multiple message panels thing now πŸ˜„ - Emissary event life cycles are now properly handled