All Versions
10
Latest Version
Avg Release Cycle
144 days
Latest Release
1142 days ago
Changelog History
Changelog History
-
v0.6.1 Changes
August 05, 2020- ๐ use Go library to render images (no need to install Graphviz)
- ๐ฆ by default group by packages
-
v0.6.0 Changes
March 06, 2020- โก๏ธ update changed username
TrueFurby
->ofabry
- โก๏ธ update changed username
-
v0.5.0 Changes
September 04, 2019- ๐ support for Go modules #49
-
v0.4.0
July 22, 2018 -
v0.3.5 Changes
April 02, 2017๐ Changelog
- ๐ use dep for dependencies
-
v0.3.4 Changes
January 25, 2017๐ Changelog
- ๐ show calls for two funcs outside focus that both have calls in or out
๐ฆ focused package (fixed #4)
- ๐ show calls for two funcs outside focus that both have calls in or out
-
v0.3.3 Changes
January 25, 2017๐ Changelog
- โ add option to omit calls from/to std packages
-
v0.3.2 Changes
January 23, 2017๐ Changelog
- โ add support for multiple limit path prefixes (separate by comma)
-
v0.3.1 Changes
January 15, 2017๐ Changelog
- ๐ allow import path as focus option (fixes #3)
- ๐ fix coloring when focusing stdlib package
-
v0.3.0 Changes
January 15, 2017๐ Changelog
๐ New ๐ฅ
- ๐ allow multiple modes for group flag
- use green color for stdlib
- ๐ show import path of program at the bottom left
- ๐ฆ show import path for stdlib (not just package name)
- add flag
-nodesep
to set space between nodes
๐ Changes โ ๏ธ
- changed representation of concurrent and deferred calls
- changed shape of functions to ellipse