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

Releases: joefitzgerald/go-plus

v5.7.0

13 Dec 19:20
368f65d
Compare
Choose a tag to compare
  • Add fuzzy import dialog (fixes #718, #681, #656, and #161 via #720 by @zmb3)
    goplusimport
  • Autocomplete unimported packages (#665 fixed via #685 by @lloiser)
  • Allow coverage to be displayed when a folder is symlinked (fixes #691 via #699 by @everdev)
  • When Adding Tags, implicitly "add" the tag when submit is clicked (fixes #692 via #698 by @joncalhoun)
  • Started using Flow, and caught a few unreported issues as a result (by @zmb3)
  • ⬆️ Dependencies

Detailed changes: v5.6.0...v5.7.0

v5.6.0

21 Oct 03:00
4f4cbcf
Compare
Choose a tag to compare
  • Thanks to @zmb3, the go-plus panel is now an atom dock, giving you lots of flexibility in placement
    go-plus dock (#694)
  • Allow test coverage to be displayed when a Ginkgo spec is focused, helping you see the execution path for an individual test case

Detailed changes: v5.5.6...v5.6.0

v5.5.6

21 Oct 02:52
322f548
Compare
Choose a tag to compare
  • Show coverage even when go test's exit code is non-zero (#676)
  • Allow toggling of test coverage display via the golang:toggle-test-with-coverage command (ctrl + alt + shift + g  c)
  • Improve the autocomplete provider to support fuzzy matching and to stop generating the ...args argument in function placeholders (#669)
    Fuzzy Matching
  • When saving in Atom 1.19+, be asynchronous now that it is supported (#659)

Detailed changes: v5.5.5...v5.5.6

v5.5.5

18 May 21:00
Compare
Choose a tag to compare
  • Show a timeout message when a build times out
  • Allow gomodifytags to work when there are modified files

Detailed changes: v5.5.4...v5.5.5

v5.5.4

13 May 17:22
df960c0
Compare
Choose a tag to compare
  • 🐛 Do not use different DOM nodes as the root for the usage view (#631) (#642)

Detailed changes: v5.5.3...v5.5.4

v5.5.3

13 May 17:15
28cb64a
Compare
Choose a tag to compare
  • Support Indie Linter v2 API, which means you can now use Nuclide Diagnostics instead of Linter for your linting (#634)
  • Better detect when a user is editing a file within the GOPATH or outside the GOPATH (#647)
  • When go build is used (because the user is editing a file outside the GOPATH, redirect the build output to /dev/null (linux, OSX) or NUL (windows) (#647)
  • ⬆️ Dependencies

Detailed changes: v5.5.2...v5.5.3

v5.5.2

13 May 17:09
Compare
Choose a tag to compare
  • Indicate that a command timed out in the implements and usage panels (#633)
  • Use go build instead of go install when the user is working on files that are outside the GOPATH (go install is invalid outside the GOPATH) (#635)

Detailed changes: v5.5.1...v5.5.2

v5.5.1

03 May 01:44
Compare
Choose a tag to compare

Ensure that output panel is available.

Detailed changes: v5.5.0...v5.5.1

v5.5.0

02 May 00:44
Compare
Choose a tag to compare
  • 🆕 Add support for guru implements query (#629, Addresses #610)
    image

  • 🆕 Replace test panel with output panel, display build and other output (#620)
    image

  • 👕 Better handling of save event (Fixes #484, #414, #526)

  • 🐛 Show gogetdoc errors in reference panel

  • ⬆️ Dependencies

Detailed changes: v5.4.0...v5.5.0

v5.4.0

26 Mar 18:35
497bd1d
Compare
Choose a tag to compare
  • 🆕 Errors in the test panel link to the source line where the error occurred (#550)
  • 🐛 Respect whitespace in test panel (#555)

Screenshot

Detailed changes: v5.3.4...v5.4.0