This repository has been archived by the owner on May 7, 2021. It is now read-only.
Releases: joefitzgerald/go-plus
Releases · joefitzgerald/go-plus
v5.7.0
- Add fuzzy import dialog (fixes #718, #681, #656, and #161 via #720 by @zmb3)
- 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
- Thanks to @zmb3, the
go-plus
panel is now an atom dock, giving you lots of flexibility in placement
(#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
- 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)
- 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
- 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
Detailed changes: v5.5.3...v5.5.4
v5.5.3
- Support Indie Linter v2 API, which means you can now use
Nuclide Diagnostics
instead ofLinter
for your linting (#634) - Better detect when a user is editing a file within the
GOPATH
or outside theGOPATH
(#647) - When
go build
is used (because the user is editing a file outside theGOPATH
, redirect the build output to/dev/null
(linux, OSX) orNUL
(windows) (#647) - ⬆️ Dependencies
Detailed changes: v5.5.2...v5.5.3
v5.5.2
- Indicate that a command timed out in the implements and usage panels (#633)
- Use
go build
instead ofgo install
when the user is working on files that are outside theGOPATH
(go install
is invalid outside theGOPATH
) (#635)
Detailed changes: v5.5.1...v5.5.2
v5.5.1
Ensure that output panel is available.
Detailed changes: v5.5.0...v5.5.1