Releases: r3inbowari/go-mod-explorer
🎉v0.3.12
What's Changed
- update env: vsce cli by @r3inbowari in #40
- discard search button by @r3inbowari in #41
- fix: replace local packages with showing undefined by @r3inbowari in #42
- scheme missing when open Go SDK in win32 by @zollum in #45
- Revert "scheme missing when open Go SDK in win32" by @r3inbowari in #48
- scheme missing when open Go SDK in win32 by @zollum in #49
- support: packages market by @r3inbowari in #43
- fix: catch load modules error by @r3inbowari in #52
- doc: Add relevant documentation about go.work by @r3inbowari in #54
- feat: support gowork module with marking icon by @r3inbowari in #55
- chore: update dependencies and readme by @r3inbowari in #56
- chore: update CHANGELOG.md by @r3inbowari in #57
- feat: add reveal action and some shortcuts by @r3inbowari in #62
New Contributors
Full Changelog: v0.3.4...v0.3.12
🎉v0.3.4
This patch is base on #33, #34, #36, #37 and #39.
chore: update readme and add an additional LICENCE from JetBrains s.r.o.
support: replaced packages indicator (The version tag still shows the original).
add: button for go mod tidy.
add: hover display with arch info.
change: new extension icon.
fix: link to documents with trusted domain.
fix: The explorer will not be updated when modifying the "go.mod" file and then use "go get" (strict order).
🎉v0.3.0
What's Changed
This patch is come from #32
- support: multiple go.mod file.
- support: goto go.mod file.
- support: hover display.
- support: collapse all.
- support: load dynamically for multiple go.mod files.
- remove: hide hostname option.
- add find in files inline button.
- fix: sometime it can't load anytings.
- fix: probability of abnormal go envs.
- fix: wrong start timing
- fix: expanded an empty modules.
- fix: load error go exec, when switch to a new go path.
- fix: find in files not work. remove: find in files menu context.
- chore: add some code comments.
- chore: typos fix.
- chore: update readme.
- change: no longer catch the err package when loading modules.
- change: the moditem api has been change.
Full Changelog: v0.2.6...v0.3.0
v0.2.6
v0.2.5
What's Changed
- add: classify packages for (in)direct by icon color by @r3inbowari in #24
Full Changelog: https://github.com/r3inbowari/go-mod-explorer/blob/main/CHANGELOG.md
v0.2.4
What's Changed
- fix: heap overflow due to the getParent by @r3inbowari in #23
Full Changelog: https://github.com/r3inbowari/go-mod-explorer/blob/main/CHANGELOG.md
v0.2.3
What's Changed
- support: auto reveal in gomod explorer when navigating to the code by @r3inbowari in #22
Full Changelog: https://github.com/r3inbowari/go-mod-explorer/blob/main/CHANGELOG.md
v0.2.2
fix: error go dir
v0.2.1
- fix: check goroot error
v0.2.0
What's Changed
- add: gosdk display supported and logic optimization by @r3inbowari in #19
Full Changelog: https://github.com/r3inbowari/go-mod-explorer/blob/main/CHANGELOG.md